2003-01-13 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 13 Jan 2003 23:25:55 +0000 (23:25 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 13 Jan 2003 23:25:55 +0000 (23:25 +0000)
* README (Graphical interface to GDB): Update URL.  Point at
gdb/links/.

gdb/ChangeLog
gdb/README
gdb/doc/gdbint.texinfo

index bfb822e59460c6cf2a9746d1be0286506b67c3e5..aaf648c2522311e3cd157250eb7dff3d0c1ab2f7 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 5f722b47a80e8003d690c2075f912d8028278eb9..91fd14e8c14aa5add5c05afea2db10208b087564 100644 (file)
@@ -497,7 +497,7 @@ Graphical interface to GDB -- X Windows, MS Windows
    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.
 
index c3a9394d64d2b79a8a6d8c0b65c7b1e068254c60..b53a3ba96454450d56a565dc1906339cb4512501 100644 (file)
@@ -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
This page took 0.031261 seconds and 4 git commands to generate.