This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: add ability to "source" Python code


On Wed, Feb 11, 2009 at 1:06 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>
> Also, would an arbitrary Python script necessarily do anything useful
> in GDB?  Some of them probably will, but not just any one, I think.
>

Yes,

(gdb) python execfile("/home/ratmice/bar.py")
(gdb) python foo()
foo

where the foo function is defined in bar.py.
so it acts just like 'source' in a shell i would imagine.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]