X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=980114919dfce9a236f0a98ced1006a623fa84c1;hb=4ec89149dd83efecea15300bf425c9988f4cd5c0;hp=63c32a0e456162e88a0bed71fcba36a35e1feb98;hpb=2f4fcf00399bc0ad5a4fed6b530128e8be4f40da;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63c32a0e45..980114919d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,37 @@ +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".