From d99ba3143fea89fcad25f2fbd53ac332a6d94517 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 13 Jan 2003 23:25:55 +0000 Subject: 2003-01-13 Andrew Cagney * README (Graphical interface to GDB): Update URL. Point at gdb/links/. --- gdb/doc/gdbint.texinfo | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gdb/doc') 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 -- cgit v1.1