X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=da45e7bce6a83e35e1238cccb1e7c9d7848016e6;hb=f6044a4be7f6f04e96f145ba045608e75e1e852b;hp=d07a792ae5d7800586fe44ed12663d5cdd340063;hpb=121b3efd49f98e4049281b3ba7a258e650e40b38;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d07a792ae5..da45e7bce6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,50 @@ +2020-01-12 Simon Marchi + + * gdbsupport/gdb_wait.c: Include gdb_wait.h. + +2020-01-12 Pedro Alves + + * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent + directly for the current inferior instead of + discard_all_inferiors. + (discard_all_inferiors): Delete. + +2020-01-11 Tom Tromey + + * tui/tui-wingeneral.c (box_win): Check cli_styling. + * tui/tui-winsource.c (tui_source_window_base::refill): Use + deprecated_safe_get_selected_frame. + +2020-01-10 Tankut Baris Aktemur + + * inferior.c (print_inferior): Switch inferior before printing it. + +2020-01-10 Aleksandar Paunovic + Pedro Alves + + * progspace-and-thread.c (switch_to_program_space_and_thread): + Assert there's an inferior for PSPACE. Use + switch_to_inferior_no_thread to switch the inferior too. + * progspace.c (program_space::~program_space): Call + clear_symtab_users here, with SYMFILE_DEFER_BP_RESET. + (program_space::free_all_objfiles): Don't call clear_symtab_users + here. + * symfile.c (symbol_file_clear): Call clear_symtab_users here. + +2020-01-10 Pedro Alves + + * NEWS: Mention multi-target debugging, "info connections", and + "add-inferior -no-connection". + +2020-01-10 Pedro Alves + + * infrun.c: Include "target-connection.h". + (check_multi_target_resumption): New. + (proceed): Call it. + * target-connection.c (make_target_connection_string): Make + extern. + * target-connection.h (make_target_connection_string): Declare. + 2020-01-10 Pedro Alves * Makefile.in (COMMON_SFILES): Add target-connection.c.