X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdbserver%2FChangeLog;h=c6cc5f1b1264dbc77382d3cc30c84c5ae2504d6e;hb=fdb95bf546c7ea42fc61bed73bacd04ef237aa1a;hp=0bf2bb97635fbbb77fa65bf7d997ceae81602348;hpb=51e2cfa2dc2dd600727c91701c747c28fa67a5df;p=binutils-gdb.git diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index 0bf2bb97635..c6cc5f1b126 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,3 +1,44 @@ +2020-06-12 Simon Marchi + + * configure: Re-generate. + * configure.ac: Remove srv_lynxos test. + * configure.srv: Remove lynxos cases. + * lynx-i386-low.cc, lynx-low.cc, lynx-low.h, lynx-ppc-low.c: + Remove. + +2020-06-12 Simon Marchi + + * README: Fix a few outdated or incoherent things. + +2020-05-27 Hannes Domani + + * win32-low.cc (do_initial_child_stuff): Set open_process_used. + (win32_clear_inferiors): Use open_process_used. + (get_child_debug_event): Likewise. + +2020-05-25 Michael Weghorn + + PR gdbserver/25893 + * linux-low.cc (linux_process_target::create_inferior), + lynx-low.cc (lynx_process_target::create_inferior), + win32-low.cc (win32_process_target::create_inferior): Use + construct_inferior_arguments instead of stringify_argv + to get string representation which properly escapes + special characters. + * server.cc (handle_v_run): Just pass empty program arg + as such, since any further processing is now handled via + construct_inferior_arguments. + +2020-05-25 Michael Weghorn + + * nto-low.cc (nto_process_target::create_inferior): Pass + argv to spawnp function as char **. + +2020-05-25 Michael Weghorn + + * server.cc (captured_main), (handle_v_run): No longer + insert extra NULL element to args vector. + 2020-05-23 Pedro Alves * gdb-safe-ctype.h: New.