Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-01 20:56:08 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-04-01 20:56:08 +0400
commitcf7fdc06721b0f59df8d0dacb8398fc7ec03035a (patch)
treea51be955b3f127d8475194b6f3a0b0d4076d377d /winsup/doc/gdb.sgml
parentb4bf8c7064f0934180e6723c7b2ae91cf2c5909e (diff)
* faq-using.xml (faq.using.symlinkstoppedworking): Rename.
(faq.using.ipv6): New IPv6 FAQ. * gdb.sgml: Remove incorrect statement about Insight.
Diffstat (limited to 'winsup/doc/gdb.sgml')
-rw-r--r--winsup/doc/gdb.sgml17
1 files changed, 7 insertions, 10 deletions
diff --git a/winsup/doc/gdb.sgml b/winsup/doc/gdb.sgml
index 2a13e2b0f..42d31284c 100644
--- a/winsup/doc/gdb.sgml
+++ b/winsup/doc/gdb.sgml
@@ -32,17 +32,14 @@ information give your program enough information about the original
sources so that the debugger can make debugging much easier for
you.</para>
-<para>In Windows versions of GNUPro, GDB comes with a full-featured
-graphical interface. In Cygwin Net distributions, GDB is only
-available as a command-line tool. To invoke GDB, simply type
-<command>gdb myapp.exe</command> at the command prompt. It will
-display some text telling you about itself, then
-<literal>(gdb)</literal> will appear to prompt you to enter commands.
-Whenever you see this prompt, it means that gdb is waiting for you to
-type in a command, like <command>run</command> or
+<para>To invoke GDB, simply type <command>gdb myapp.exe</command> at the
+command prompt. It will display some text telling you about itself,
+then <literal>(gdb)</literal> will appear to prompt you to enter
+commands. Whenever you see this prompt, it means that gdb is waiting
+for you to type in a command, like <command>run</command> or
<command>help</command>. Oh <literal>:-)</literal> type
-<command>help</command> to get help on the commands you can type in,
-or read the <citation>GDB User's Manual</citation> for a complete
+<command>help</command> to get help on the commands you can type in, or
+read the <citation>GDB User's Manual</citation> for a complete
description of GDB and how to use it.</para>
<para>If your program crashes and you're trying to figure out why it