trietptm / pygdb

Automatically exported from code.google.com/p/pygdb
Other
0 stars 0 forks source link

pygdb doesn't seem to parse thread info correctly #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a program with multiple threads, attach with pygdb
2. Run Gdb.thread_info
3. Only one thread will be listed, even if process you're attached to has 
multiple threads.

It's possible, of course, that I'm doing something wrong... My code is here: 
http://bazaar.launchpad.net/~itamarst/+junk/giljoy/annotate/head:/gilstat.py

Thanks for the useful library!

Original issue reported on code.google.com by itamar.t...@gmail.com on 6 Jul 2010 at 12:07

GoogleCodeExporter commented 8 years ago
Actually, this appears to work correctly. Unfortunately I can't close this 
issue as Not A Bug.

My apologies!

Original comment by itamar.t...@gmail.com on 6 Jul 2010 at 12:03