summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-05-10 18:49:08 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-05-10 18:49:08 +0000
commitd5e6e9db9ef2c7fa15926c870dd4efeec3827230 (patch)
tree43e8c956360c1339692fae28c94f2ab4fd2d00f6
parent62d838ad1876beca5499634d81eb10fba7d861ff (diff)
downloadgdb-d5e6e9db9ef2c7fa15926c870dd4efeec3827230.tar.gz
* agentexpr.texi: Add a copyright and license notice.
* observer.texi: Likewise, with GPL clause for function prototypes. Remove trailing whitespace.
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/agentexpr.texi7
-rw-r--r--gdb/doc/observer.texi17
3 files changed, 29 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 6887b65f1a1..f75912315a8 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * agentexpr.texi: Add a copyright and license notice.
+ * observer.texi: Likewise, with GPL clause for function prototypes.
+ Remove trailing whitespace.
+
2006-05-05 Jim Blandy <jimb@codesourcery.com>
* gdb.texinfo (General Query Packets): Document conventions for
diff --git a/gdb/doc/agentexpr.texi b/gdb/doc/agentexpr.texi
index 491ae2e0ec3..5b1b463572d 100644
--- a/gdb/doc/agentexpr.texi
+++ b/gdb/doc/agentexpr.texi
@@ -5,6 +5,13 @@
@c @setchapternewpage off
@c %**end of header
+@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 gdb.texinfo for copying conditions.
+
@c Revision: $Id: agentexpr.texi,v 1.2 1998/12/09 21:23:46 jimb Exp $
@node Agent Expressions
diff --git a/gdb/doc/observer.texi b/gdb/doc/observer.texi
index 2d1c9f41fdb..b9d577779da 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