Subject: Re: gdb seems to ignore threads
To: None <felix@students.poly.edu>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 05/31/2003 19:21:55
felix zaslavskiy <felix@students.poly.edu> writes:

> My question is , is this the normal behavior or is gdb totaly useless at
> debuging threads the way it supposed to at this time ?

What architecture, and what date of -current?

GDB shouldn't be useless; you should see it hit the breakpoint at
thread_execution() and stop.

        - Nathan