aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-13 23:27:17 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-13 23:27:17 +0000
commite98d149fd1d601b39f5d4a5b6ff1aa03d8ca9c1b (patch)
tree0f3f8fc9f84c35626b072ad2a18b9c080e3e4ba6 /gdb/doc
parentd99ba3143fea89fcad25f2fbd53ac332a6d94517 (diff)
downloadgdb-e98d149fd1d601b39f5d4a5b6ff1aa03d8ca9c1b.zip
gdb-e98d149fd1d601b39f5d4a5b6ff1aa03d8ca9c1b.tar.gz
gdb-e98d149fd1d601b39f5d4a5b6ff1aa03d8ca9c1b.tar.bz2
Revert previous change.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdbint.texinfo27
1 files changed, 0 insertions, 27 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index b53a3ba..c3a9394 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -79,7 +79,6 @@ as the mechanisms that adapt @value{GDBN} to specific hosts and targets.
* Requirements::
* Overall Structure::
* Algorithms::
-* Errors and Warnings::
* User Interface::
* libgdb::
* Symbol Handling::
@@ -696,32 +695,6 @@ 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