diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f4ad13..65cbabc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-01-11 Yao Qi <yao@codesourcery.com> + + * breakpoint.c (print_one_breakpoint_location): Remove dead code. + (update_dprintf_command_list): Assert that 'printf_line' is + non-null. Remove condition check. + 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com> Code cleanup. |