Loop over threads in python

Tim Black timblaktu@gmail.com
Mon Jun 4 17:40:00 GMT 2012


This article gives a good overview of driving gdb with python and
answers your question: http://www.linuxjournal.com/article/11027

On Sun, Jun 3, 2012 at 11:40 PM, Dov Grobgeld <dov.grobgeld@gmail.com> wrote:
> Hello,
>
> I would like to write a python command that lists all threads (of a
> C++ program) that in its call path has a function matching a user
> specified pattern.
>
> To do that I have to iterate over all the threads. But I couldn't find
> such a python API. Do I currently have to resort to using gdb commands
> and parsing the output myself?
>
> Thanks!
> Dov



More information about the Gdb mailing list