summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2007-10-27 00:34:48 +0000
committerJim Blandy <jimb@codesourcery.com>2007-10-27 00:34:48 +0000
commite3dd034fca239d8ee7352647d185b890d47fc022 (patch)
tree03e1ae10943344fe89dc6288fe94f57830bdb7c0 /gdb/ChangeLog
parent3c2fafa5311f159f222047699968e091a8f260d6 (diff)
downloadbinutils-gdb-e3dd034fca239d8ee7352647d185b890d47fc022.tar.gz
* tracepoint.c (tracepoint_operation): Report the deletion event
after we have unlinked the tracepoint from the list, and use the proper tracepoint number.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f30265a46b4..65ea0a675c7 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.