From: Jeff D. <jd...@ka...> - 2000-08-02 14:38:58
|
How did you set the breakpoint? Right now, if you want to debug something, you have to detach the thread from the uml tracing thread, attach gdb to it, and then you can debug it all you want. There are examples of doing this in the HOWTO. Lars Brinkhoff wrote a cute little ptrace thing which allows gdb to debug a thread without detaching it from the uml tracing thread. That's near the top of my list to put in. Jeff |