This is the mail archive of the gdb@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: repo to work on python scripting support


Paul> The goal of supporting Python scripting should be to provide an
Paul> environment that is familiar to Python programmers.  That means
Paul> passing arguments in the way Python normally does.

I think we're misunderstanding each other somehow.  This particular
sub-discussion is just about how to parse arguments passed from the
gdb CLI into Python.

The Python code people write and plug into gdb will just be plain old
Python.  Fetching data from gdb will look Pythonic.  Longer term, I'd
like to be able to fully control gdb from Python.

Tom


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