From cf7fdc06721b0f59df8d0dacb8398fc7ec03035a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 1 Apr 2009 16:56:08 +0000 Subject: * faq-using.xml (faq.using.symlinkstoppedworking): Rename. (faq.using.ipv6): New IPv6 FAQ. * gdb.sgml: Remove incorrect statement about Insight. --- winsup/doc/gdb.sgml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'winsup/doc/gdb.sgml') 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. -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 -gdb myapp.exe at the command prompt. It will -display some text telling you about itself, then -(gdb) 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 run or +To invoke GDB, simply type gdb myapp.exe at the +command prompt. It will display some text telling you about itself, +then (gdb) 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 run or help. Oh :-) type -help to get help on the commands you can type in, -or read the GDB User's Manual for a complete +help to get help on the commands you can type in, or +read the GDB User's Manual for a complete description of GDB and how to use it. If your program crashes and you're trying to figure out why it -- cgit v1.2.3