On 03/03/13 00:20, Eli Zaretskii wrote: >> Date: Sun, 3 Mar 2013 00:13:09 +0800 >> From: Hui Zhu >> CC: , Pedro Alves >> >> This patch add a new option "--cob" to gdbserver. When gdbserver called with this option, it will open support of continue over breakpoints. > > Can we have something less cryptic, like "--continue-over-breakpoints", > please? > > Thanks. > OK. Update this option to "--continue-over-breakpoints". Post a new version for that. Thanks, Hui 2013-03-03 Hui Zhu * 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 "--continue-over-breakpoints". (main): Ditto.