Python GDB Wrapper

Navtej Singh n.s.buttar at gmail.com
Fri Mar 7 04:08:14 EST 2008


Raja,

Check this http://fusil.hachoir.org/trac/wiki/Ptrace [gdb.py]

On Fri, Mar 7, 2008 at 2:11 PM, Raja <rokkamraja at gmail.com> wrote:
> On Mar 7, 1:21 pm, Raja <rokkamr... at gmail.com> wrote:
>  > Hi All,
>  >       Thanks for replies. Daniel- I am looking at just a wrapper
>  > around GDB. I dont want to emulate the functionalities of GDB but
>  > instead use them in python scripting.
>  > Martin - Misc/gdbinit looks promising. Thanks a lot.
>  >
>  > Thanks,
>  > Raja.
>  >
>  > On Mar 7, 12:43 pm, "Martin v. Löwis" <mar... at v.loewis.de> wrote:
>  >
>  > > > Has anyone does this before ? Even some basic idea or code as to how
>  > > > to proceed would be great.
>  >
>  > > Have you seen Misc/gdbinit?
>  >
>  > > Regards,
>  > > Martin
>
>  Hi All,
>      Marting- I looked at the Misc/gdbinit but what I want is a Python
>  module which wraps around GDB and exposes its functionality, which has
>  some methods in it like pystack to which if I give the arguments as
>  program name and arguments displays the stack trace of that particular
>  program .
>
>  Thanks,
>  Raja.
>
>
> --
>  http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list