X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=da45e7bce6a83e35e1238cccb1e7c9d7848016e6;hb=b4a983cb93fa80d1653194e0a58231327c7d8cd3;hp=bcab1daddd36e08832808c8426722ba98e5239ab;hpb=65c574f6dd066a239a94c2df0e1e12d50eae06c9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bcab1daddd..da45e7bce6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,36 @@ +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