Re: Python GDB Wrapper

2008-03-07 Thread Navtej Singh
Raja, Check this http://fusil.hachoir.org/trac/wiki/Ptrace [gdb.py] On Fri, Mar 7, 2008 at 2:11 PM, Raja <[EMAIL PROTECTED]> wrote: > On Mar 7, 1:21 pm, Raja <[EMAIL PROTECTED]> wrote: > > Hi All, > > Thanks for replies. Daniel- I am looking at just a wrapper > > around GDB. I dont want

Re: Python GDB Wrapper

2008-03-07 Thread Raja
On Mar 7, 1:21 pm, Raja <[EMAIL PROTECTED]> 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. > > Than

Re: Python GDB Wrapper

2008-03-07 Thread Raja
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" <[EMAIL PROTECT

Re: Python GDB Wrapper

2008-03-06 Thread Martin v. Löwis
> 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 -- http://mail.python.org/mailman/listinfo/python-list

Re: Python GDB Wrapper

2008-03-06 Thread Daniel Bonekeeper
On Fri, Mar 7, 2008 at 4:01 AM, Raja <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to develop a a GDB wrapper script in python which is > able to extract a stack trace and all relevant data. > > Has anyone does this before ? Even some basic idea or code as to how > to proceed would be grea

Python GDB Wrapper

2008-03-06 Thread Raja
Hi, I am trying to develop a a GDB wrapper script in python which is able to extract a stack trace and all relevant data. Has anyone does this before ? Even some basic idea or code as to how to proceed would be great. Thanks, Raja. -- http://mail.python.org/mailman/listinfo/python-list