> > gdb/ChangeLog: > > > > * event-top.c (handle_line_of_input): Set server_command. > > > > gdb/testsuite/ChangeLog: > > > > * gdb.base/server-del-break.c: New file. > > * gdb.base/server-del-break.exp: New file. > > > > Tested on x86_64-linux, no regression. > > OK to push to master? > > LGTM, with a couple easy tweaks to the testcase. See below. Thanks, Pedro. I added the comments to the testcase and also fixed the oversight of not using standard_testfile + prepare_for_testing (it shows I am getting rusty, which is no big surprise :-/). Attached is what I ended up pushing. I can make further adjustments if needed. Thanks again! -- Joel