Re: Wine in gdb brokenness

2004-01-26 Thread Boaz Harrosh
Found it! - run a wineapp do a ps see if you have wine-pthread or wine-kthread running - Lets say it is wine-pthread than at gdb do - (gdb) file wine-pthread and off you go. what happened is that gdb got the processes switched on him mid run. I think there should be a way to follow the next

Wine in gdb brokenness

2003-12-13 Thread Mike Hearn
Hi, Running wine in gdb appears to be broken with latest CVS: (gdb) file wine Reading symbols from wine...done. Using host libthread_db library /lib/tls/libthread_db.so.1. (gdb) run Starting program: /opt/wine/bin/wine wine [Thread debugging using libthread_db enabled] [New Thread -108442

Re: Wine in gdb brokenness

2003-12-13 Thread Gregory M. Turner
On Saturday 13 December 2003 10:39 am, Mike Hearn wrote: Hi, Running wine in gdb appears to be broken with latest CVS: (gdb) file wine Reading symbols from wine...done. Using host libthread_db library /lib/tls/libthread_db.so.1. (gdb) run Starting program: /opt/wine/bin/wine wine [Thread