* README (Graphical interface to GDB): Update URL. Point at
gdb/links/.
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.
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.
* Requirements::
* Overall Structure::
* Algorithms::
+* Errors and Warnings::
* User Interface::
* libgdb::
* Symbol Handling::
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