Revert previous change.

This commit is contained in:
Andrew Cagney 2003-01-13 23:27:17 +00:00
parent d99ba3143f
commit e98d149fd1
1 changed files with 0 additions and 27 deletions

View File

@ -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