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] |
This patch add a new option "--cob" to gdbserver. When gdbserver called with this option, it will open support of continue over breakpoints. Then we can use testsuite test the function of continue over breakpoints.
Thanks, Hui
* server.c (use_cob): New. (handle_query): Check use_cob. (step_over_breakpoints): New. (handle_v_cont): Check use_cob. If need, handle continue over breakpoints. (gdbserver_usage): Add "--cob". (main): Ditto.
Attachment:
remote-cob-server.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |