diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-10 18:49:08 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-10 18:49:08 +0000 |
commit | 16d1a0842631524b0c32fc5bb9bbd27c17f05f18 (patch) | |
tree | f332d6d4ce0ff523b83910ac52f1e0edb06cc0a5 /gdb/doc/observer.texi | |
parent | 1cb571e976a72a5a3d7b22ed4d4a2d62629c94cc (diff) | |
download | gdb-16d1a0842631524b0c32fc5bb9bbd27c17f05f18.zip gdb-16d1a0842631524b0c32fc5bb9bbd27c17f05f18.tar.gz gdb-16d1a0842631524b0c32fc5bb9bbd27c17f05f18.tar.bz2 |
* agentexpr.texi: Add a copyright and license notice.
* observer.texi: Likewise, with GPL clause for function prototypes.
Remove trailing whitespace.
Diffstat (limited to 'gdb/doc/observer.texi')
-rw-r--r-- | gdb/doc/observer.texi | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi index 2d1c9f4..b9d5777 100644 --- a/gdb/doc/observer.texi +++ b/gdb/doc/observer.texi @@ -1,4 +1,19 @@ @c -*-texinfo-*- + +@c This file is part of the GDB manual. +@c +@c Copyright (C) 2003, 2004, 2005, 2006 +@c Free Software Foundation, Inc. +@c +@c See the file gdbint.texinfo for copying conditions. +@c +@c Also, the @deftypefun lines from this file are processed into a +@c header file during the GDB build process. Permission is granted +@c to redistribute and/or modify those lines under the terms of the +@c GNU General Public License as published by the Free Software +@c Foundation; either version 2 of the License, or (at your option) +@c any later version. + @node GDB Observers @appendix @value{GDBN} Currently available observers @@ -47,7 +62,7 @@ internal happenings, gdb, Debugging with @var{GDBN}}). @value{GDBN} notifies all @code{normal_stop} observers when the inferior execution has just stopped, the associated messages and annotations have been printed, and the control is about to be returned -to the user. +to the user. Note that the @code{normal_stop} notification is not emitted when the execution stops due to a breakpoint, and this breakpoint has |