fix breakpoint example
This commit is contained in:
parent
8cdcc8803a
commit
e73f487b3c
|
@ -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
|
So, your favorite program has crashed? And did you say something about
|
||||||
'stackdump'? Or it just prints its output from left to right and
|
'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
|
bash$ gdb -nw yourapp.exe
|
||||||
(gdb) dll cygwin1
|
(gdb) dll cygwin1
|
||||||
(gdb) l dll_crt0_1
|
(gdb) l dll_crt0_1
|
||||||
(gdb) bp <<first line in the function>>
|
(gdb) b <<first line in the function>>
|
||||||
(gdb) run
|
(gdb) run
|
||||||
(gdb) set strace.active=1
|
(gdb) set strace.active=1
|
||||||
(gdb) continue
|
(gdb) continue
|
||||||
|
|
Loading…
Reference in New Issue