summaryrefslogtreecommitdiff
path: root/gdb
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
commitbce252b5e24d23d3088f48cd7ea9db03ac40aa6a (patch)
tree3c2a094056890a24bdf60e5da00c62ad3e372a33 /gdb
parentf7fe6a7fcbf867c8dd3e430b8e574ee5ed1d22a5 (diff)
downloadgdb-bce252b5e24d23d3088f48cd7ea9db03ac40aa6a.tar.gz
Revert previous change.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdbint.texinfo29
1 files changed, 1 insertions, 28 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index e758ff8b63a..18de5129ab8 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -41,7 +41,7 @@ Software Foundation raise funds for GNU development.''
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.117 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.118 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Solutions\par
\hfill \manvers\par
@@ -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