This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (ping) Re: RFA: remote.c : allow long monitor cmds + allow user to C-c


Looks reasonable to me, let's put it in. I don't suppose there's any easy way to make a testsuite test for it?

Thanks for the feedback, will commit.


Effectively, no easy way to have a testsuite test for that, as a remote command
taking a long time is needed for that.

A possible approach would be to write a test checking if a valgrind >= 3.7.0
is available (as Valgrind has a 'v.wait xxxx' milliseconds monitor command).
Not clear to me just this is worth the effort. However, the added bonus
would be to have in gdb one (or more) tests checking the connection
with the Valgrind gdbserver.

Currently, only the Valgrind test suite has tests testing the connection between its
gdbserver and gdb.

Philippe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]