DDD/GDB Thread support in QNX?

Hi!

When using GDB/DDD under QNX, do I then have support for debuging
programs with multiple threads? i.e. will GDB respond with:

(gdb) info threads
(gdb) thread 1
Thread ID 1 not known. Use the “info threads” command to
see the IDs of currently known threads.

…or not. That is: will it not or will it be possible to list the
multiple threads in a program using the
‘Status=>Threads’ display in DDD?

Thanks!

Arve
-Why does not sheep shrink when it rains?

Yes, our gdb supports threads. The only thing is that it doesn’t automatically
discover them - ie you must run info threads to discover new threads.

Arve Slenes <arve@datarespons.no> wrote:

Hi!

When using GDB/DDD under QNX, do I then have support for debuging
programs with multiple threads? i.e. will GDB respond with:

(gdb) info threads
(gdb) thread 1
Thread ID 1 not known. Use the “info threads” command to
see the IDs of currently known threads.

…or not. That is: will it not or will it be possible to list the
multiple threads in a program using the
‘Status=>Threads’ display in DDD?

Thanks!

Arve
-Why does not sheep shrink when it rains?


cburgess@qnx.com