From e73f487b3c6ef525ef95478fab13cc3c2075c517 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 6 May 2005 21:09:35 +0000 Subject: [PATCH] fix breakpoint example --- winsup/cygwin/how-to-debug-cygwin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/how-to-debug-cygwin.txt b/winsup/cygwin/how-to-debug-cygwin.txt index bf7c7a6fb..a4de0209f 100644 --- a/winsup/cygwin/how-to-debug-cygwin.txt +++ b/winsup/cygwin/how-to-debug-cygwin.txt @@ -1,4 +1,4 @@ -Copyright 2001, 2002 Red Hat Inc., Egor Duda +Copyright 2001, 2002, 2005 Red Hat Inc., Egor Duda So, your favorite program has crashed? And did you say something about 'stackdump'? Or it just prints its output from left to right and @@ -116,7 +116,7 @@ set CYGWIN_DEBUG=cat.exe:gdb.exe bash$ gdb -nw yourapp.exe (gdb) dll cygwin1 (gdb) l dll_crt0_1 - (gdb) bp <> + (gdb) b <> (gdb) run (gdb) set strace.active=1 (gdb) continue