exceptions.c:print_flush: Remove obsolete check
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b10989a410d877aaf760780db55a7464b0ba0cb7..1100e421414d7719d9e0e7f6ce4588d245705914 100644 (file)
@@ -1,3 +1,73 @@
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * exceptions.c (print_flush): Remove current_top_target() check.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (show_remote_exec_file): Show the current inferior's
+       exec-file instead of the command variable's value.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * record-full.c (record_full_resume_ptid): New global.
+       (record_full_target::resume): Set it.
+       (record_full_wait_1): Use record_full_resume_ptid instead of
+       inferior_ptid.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * gdbthread.h (scoped_restore_current_thread)
+       <dont_restore, restore, m_dont_restore>: Declare.
+       * thread.c (thread_alive): Add assertion.  Return bool.
+       (switch_to_thread_if_alive): New.
+       (prune_threads): Switch inferior/thread.
+       (print_thread_info_1): Switch thread before calling target methods.
+       (scoped_restore_current_thread::restore): New, factored out from
+       ...
+       (scoped_restore_current_thread::~scoped_restore_current_thread):
+       ... this.
+       (scoped_restore_current_thread::scoped_restore_current_thread):
+       Add assertion.
+       (thread_apply_all_command, thread_select): Use
+       switch_to_thread_if_alive.
+
+2020-01-10  George Barrett  <bob@bob131.so>
+
+       * stap-probe.c (stap_modify_semaphore): Don't check for null
+       semaphores.
+       (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
+       for null semaphores.
+
+2020-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
+       all source windows, and maintain horizontal scroll status while
+       doing so.
+
+2020-01-09  Tom Tromey  <tom@tromey.com>
+
+       PR tui/18932:
+       * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
+       update_source_window, not print_source_lines.
+
+2020-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * tui/tui.c (tui_enable): Register tui hooks after calling
+       tui_display_main.
+
+2020-01-09  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
+
+2020-01-08  Simon Marchi  <simon.marchi@efficios.com>
+
+       * thread.c (print_thread_info_1): Fix indentation.
+
+2020-01-09  Christian Biesinger  <cbiesinger@google.com>
+
+       * symtab.c (general_symbol_info::compute_and_set_names): Move the
+       unique_xmalloc_ptr outside the if to always free the demangled name.
+
 2020-01-08  Tom Tromey  <tromey@adacore.com>
 
        * xcoffread.c (enter_line_range, read_xcoff_symtab)
This page took 0.037935 seconds and 4 git commands to generate.