X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=f2077371454e3e1e59acd847498dea4bb8ae031e;hb=4390d890b50a4796599cc23f91dfab6e7c33c5e4;hp=cf0ff4470e27956eec9a24d3dea02cbdf4f65ccf;hpb=08d72866c0af5242ab28e61727cd9ae9703810d8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf0ff4470e..f207737145 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2013-09-17 Doug Evans + + * dwarf2read.c: Move definitions of complaint functions to after + forward declarations of local functions. + +2013-09-17 Muhammad Waqas + Pedro Alves + + PR gdb/11568 + * breakpoint.c (remove_threaded_breakpoints): New function. + (_initialize_breakpoint): Attach remove_threaded_breakpoints + as thread_exit observer. + 2013-09-17 Pedro Alves PR gdb/15911