aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-13 23:25:55 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-13 23:25:55 +0000
commitd99ba3143fea89fcad25f2fbd53ac332a6d94517 (patch)
treec55aae731bcf8d8a38797f9604b776d762be84ab /gdb
parentd6abaea528ab225723a0ca2d484aabfe6d15ebf9 (diff)
downloadfsf-binutils-gdb-d99ba3143fea89fcad25f2fbd53ac332a6d94517.zip
fsf-binutils-gdb-d99ba3143fea89fcad25f2fbd53ac332a6d94517.tar.gz
fsf-binutils-gdb-d99ba3143fea89fcad25f2fbd53ac332a6d94517.tar.bz2
2003-01-13 Andrew Cagney <ac131313@redhat.com>
* README (Graphical interface to GDB): Update URL. Point at gdb/links/.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/README2
-rw-r--r--gdb/doc/gdbint.texinfo27
3 files changed, 31 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bfb822e..aaf648c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2003-01-13 Andrew Cagney <ac131313@redhat.com>
+ * README (Graphical interface to GDB): Update URL. Point at
+ gdb/links/.
+
* gdb_indent.sh: Update to version 2.2.9. Warn when not exact
version match.
diff --git a/gdb/README b/gdb/README
index 5f722b4..91fd14e 100644
--- a/gdb/README
+++ b/gdb/README
@@ -497,7 +497,7 @@ Graphical interface to GDB -- X Windows, MS Windows
Several graphical interfaces to GDB are available. You should
check:
- http://www.gnu.org/software/gdb/gui/
+ http://www.gnu.org/software/gdb/links/
for an up-to-date list.
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index c3a9394..b53a3ba 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -79,6 +79,7 @@ as the mechanisms that adapt @value{GDBN} to specific hosts and targets.
* Requirements::
* Overall Structure::
* Algorithms::
+* Errors and Warnings::
* User Interface::
* libgdb::
* Symbol Handling::
@@ -695,6 +696,32 @@ watchpoints might interfere with the underlying OS and are probably
unavailable in many platforms.
@end enumerate
+@node Errors and Warnings
+@chapter Errors and Warnings
+@cindex errors
+@cindex warnings
+
+
+On encountering a problem, in addition to notifying the user,
+@value{GDBN} can either abandon the operation or take evasive action
+and then continue.
+
+
+
+An operation is aborted by calling an error function:
+
+@emph{prototype of simple error goes here}
+
+
+
+
+@section Internal or External
+@cindex internal error
+@cindex external error
+
+@section Complaints
+
+
@node User Interface
@chapter User Interface