X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=3266d7fc621760c602df80d9eb068467705ebf58;hb=02e169e2dac9b0354162eb0e7ee3fc95134b232d;hp=063a77120065b6d7afdf6a10ffece363796bd065;hpb=db86b02b3ac8426f3fc0754f48f3645235cc2ae6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 063a771200..3266d7fc62 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,64 @@ +2018-04-26 Pedro Alves + + * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too. + +2018-04-25 Pedro Alves + + * 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 + Sergio Durigan Junior + Pedro Alves + + * 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 + + * cli-out.h: Reindent. + +2018-04-24 Tom Tromey + + * 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) : Remove. + +2018-04-23 Tom Tromey + + * guile/scm-frame.c (gdbscm_frame_read_var): Use + gdb::unique_xmalloc_ptr. + +2018-04-23 Tom Tromey + + * configure: Rebuild. + 2018-04-22 Rajendra SY PR gdb/23095