diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f30265a..65ea0a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-10-26 Jim Blandy <jimb@codesourcery.com> + * tracepoint.c (tracepoint_operation): Report the deletion event + after we have unlinked the tracepoint from the list, and use the + proper tracepoint number. + * ax-gdb.c (expr_to_agent): Delete unused function. (expr_to_address_and_size): Delete #if 0'd function. * ax-gdb.h (expr_to_agent): Delete declaration. |