diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5108a3c..dbfa524 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2012-01-18 Pedro Alves <palves@redhat.com> + + * record.c (struct record_breakpoint, record_breakpoint_p) + (record_breakpoints): New. + (record_insert_breakpoint, record_remove_breakpoint): Manage + record breakpoints list. Only remove breakpoints from the + inferior if they had been inserted there in the first place. + 2012-01-17 Doug Evans <dje@google.com> * linespec.c (decode_line_internal): Don't call symtabs_from_filename |