This is the mail archive of the archer@sourceware.org mailing list for the Archer 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]

remaining python bits


Phil wanted a list of stuff from archer-tromey-python that hadn't yet
been ported.

I don't remember everything, I think a merge + diff would be more
complete.  Stuff I do remember:

* linespec decoder function.  This is handy if you want to write certain
  kinds of commands in python.

* The "-P" argument that lets you start write gdb script in Python.

* The code to let users post a Python function into the gdb event queue.
  This is necessary if you want to write a multi-threaded Python app on
  top of gdb.  E.g., handy if you want to do GUI stuff.

* The script library.  I think most of these are useful, but some
  require some redesign first (e.g., new-backtrace -- there was a thread
  about this).

Tom


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