Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d18081e04cd34026cb00b633603fabed1a16654a..3266d7fc621760c602df80d9eb068467705ebf58 100644 (file)
@@ -1,3 +1,60 @@
+2018-04-26  Pedro Alves  <palves@redhat.com>
+
+       * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
+
+2018-04-25  Pedro Alves  <palves@redhat.com>
+
+       * infcmd.c (kill_command): Print the pid as string, not the whole
+       thread's ptid.  Add comment.  s/has been killed/killed/ in output
+       message.
+       * remote.c (remote_detach_1): Print the pid as string, not the
+       whole thread's ptid.
+
+2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * infcmd.c (kill_command): Print message when inferior has
+       been killed.
+       * inferior.c (print_inferior_events): Remove 'static'.  Set as
+       '1'.
+       (add_inferior): Improve message printed when
+       'print_inferior_events' is on.
+       (exit_inferior): Remove message printed when
+       'print_inferior_events' is on.
+       (detach_inferior): Improve message printed when
+       'print_inferior_events' is on.
+       (initialize_inferiors): Use 'add_inferior_silent' to set
+       'current_inferior_'.
+       * inferior.h (print_inferior_events): Declare here as
+       'extern'.
+       * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
+       '[Detaching...]' messages when 'print_inferior_events' is on.
+       Use 'add_thread_silent' instead of 'add_thread'.  Add '[' and ']'
+       as prefix/suffix for messages.  Remove periods.  Fix erroneous
+       'Detaching after fork from child...', replace it by '... from
+       parent...'.
+       (handle_vfork_child_exec_or_exit): Add '[' and ']' as
+       prefix/suffix when printing 'Detaching...' messages.  Print
+       them when 'print_inferior_events' is on.
+       * remote.c (remote_detach_1): Print message when detaching
+       from inferior and '!is_fork_parent'.
+
+2018-04-24  Tom Tromey  <tom@tromey.com>
+
+       * cli-out.h: Reindent.
+
+2018-04-24  Tom Tromey  <tom@tromey.com>
+
+       * cli-out.c (cli_ui_out::out_field_fmt): Remove.
+       (cli_ui_out::do_field_string): Use fputs_filtered.
+       * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
+
+2018-04-23  Tom Tromey  <tom@tromey.com>
+
+       * guile/scm-frame.c (gdbscm_frame_read_var): Use
+       gdb::unique_xmalloc_ptr.
+
 2018-04-23  Tom Tromey  <tom@tromey.com>
 
        * configure: Rebuild.
This page took 0.024749 seconds and 4 git commands to generate.