aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/observer.texi
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-12-02 11:12:49 -0800
committerDoug Evans <dje@google.com>2014-12-02 11:12:49 -0800
commit71dd4b30a741cf8a23e8a49f6a4294759f76be33 (patch)
tree0d3df55be8a1c69eb9e302648f9315cda3489788 /gdb/doc/observer.texi
parentdc6c87175b672f00e72997c0ff9dcf984e305285 (diff)
downloadgdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.zip
gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.gz
gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.bz2
revert previous patch so that I can re-commit with correct author
Diffstat (limited to 'gdb/doc/observer.texi')
-rw-r--r--gdb/doc/observer.texi16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi
index 7c4af6b..2757587 100644
--- a/gdb/doc/observer.texi
+++ b/gdb/doc/observer.texi
@@ -281,22 +281,6 @@ The trace state variable @var{tsv} is deleted. If @var{tsv} is
The trace state value @var{tsv} is modified.
@end deftypefun
-@deftypefun void inferior_call_pre (ptid_t @var{thread}, CORE_ADDR @var{address})
-An inferior function at @var{address} is about to be called in thread
-@var{thread}.
-@end deftypefun
-
-@deftypefun void inferior_call_post (ptid_t @var{thread}, CORE_ADDR @var{address})
-The inferior function at @var{address} has just been called. This observer
-is called even if the inferior exits during the call. @var{thread} is the
-thread in which the function was called, which may be different from the
-current thread.
-@end deftypefun
-
-@deftypefun void register_changed (struct frame_info *@var{frame}, int @var{regnum})
-A register in the inferior has been modified by the @value{GDBN} user.
-@end deftypefun
-
@deftypefun void test_notification (int @var{somearg})
This observer is used for internal testing. Do not use.
See testsuite/gdb.gdb/observer.exp.