Re: note about how-to-debug-cygwin.txt

2006-05-29 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor schrieb: > On Sun, May 28, 2006 at 10:59:35PM +0200, Ralf Habacker wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> In the how-to-debug-cygwin.txt there is listed how to run application >> using strace in gdb: >> >> T

Re: note about how-to-debug-cygwin.txt

2006-05-28 Thread Christopher Faylor
On Sun, May 28, 2006 at 10:59:35PM +0200, Ralf Habacker wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >In the how-to-debug-cygwin.txt there is listed how to run application >using strace in gdb: > >To debug this scenario, do something like this: > >bash$ gdb -nw yourapp.exe >(gdb

note about how-to-debug-cygwin.txt

2006-05-28 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the how-to-debug-cygwin.txt there is listed how to run application using strace in gdb: To debug this scenario, do something like this: bash$ gdb -nw yourapp.exe (gdb) dll cygwin1 (gdb) l dll_crt0_1 (gdb) b <> (gdb) run (gd