aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-11-03 12:14:47 +0000
committerYao Qi <yao@codesourcery.com>2012-11-03 12:14:47 +0000
commit6f6484cd83d5d58fc72997d1d6a106f0bf359a04 (patch)
tree318f938ed7449b8c71f640597a42aeff81f22c35 /gdb/doc
parent2036af69e1f9a846a610e07e14ba71ad0822f7b6 (diff)
downloadgdb-6f6484cd83d5d58fc72997d1d6a106f0bf359a04.zip
gdb-6f6484cd83d5d58fc72997d1d6a106f0bf359a04.tar.gz
gdb-6f6484cd83d5d58fc72997d1d6a106f0bf359a04.tar.bz2
gdb:
Fix PR gdb/14617. * breakpoint.c (trace_pass_set_count): Call observer_notify_breakpoint_modified instead of observer_notify_tracepoint_modified. * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise. gdb/doc: * observer.texi (GDB Observers): Remove observer 'tracepoint_modified', 'tracepoint_created' and 'tracepoint_deleted'. gdb/testsuite: Fix PR gdb/14617. * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Remove setup_kfail, and update test.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/observer.texi15
2 files changed, 6 insertions, 15 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 82b1543..a717c5a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-03 Yao Qi <yao@codesourcery.com>
+
+ * observer.texi (GDB Observers): Remove observer
+ 'tracepoint_modified', 'tracepoint_created' and
+ 'tracepoint_deleted'.
+
2012-10-26 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (General Query Packets): Use @itemx for QAgent.
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi
index 106475b..50038ac 100644
--- a/gdb/doc/observer.texi
+++ b/gdb/doc/observer.texi
@@ -179,21 +179,6 @@ A breakpoint has been modified in some way. The argument @var{b}
is the modified breakpoint.
@end deftypefun
-@deftypefun void tracepoint_created (int @var{tpnum})
-A new tracepoint has been created. The argument @var{tpnum} is the
-number of the newly-created tracepoint.
-@end deftypefun
-
-@deftypefun void tracepoint_deleted (int @var{tpnum})
-A tracepoint has been destroyed. The argument @var{tpnum} is the
-number of the newly-destroyed tracepoint.
-@end deftypefun
-
-@deftypefun void tracepoint_modified (int @var{tpnum})
-A tracepoint has been modified in some way. The argument @var{tpnum}
-is the number of the modified tracepoint.
-@end deftypefun
-
@deftypefun void traceframe_changed (int @var{tfnum}, int @var{tpnum})
The trace frame is changed to @var{tfnum} (e.g., by using the
@code{tfind} command). If @var{tfnum} is negative, it means