New "owner" attribute for gdb.Objfile.
[external/binutils.git] / gdb / doc / python.texi
2014-12-08 Doug EvansNew "owner" attribute for gdb.Objfile.
2014-12-04 Doug EvansNew python method gdb.Objfile.add_separate_debug_file.
2014-12-04 Doug EvansNew python attribute gdb.Objfile.build_id.
2014-12-02 Nick BullNew python events: inferior call, register/memory changed.
2014-12-02 Doug Evansrevert previous patch so that I can re-commit with...
2014-12-02 Doug EvansNew python events: infcall, register/memory changed.
2014-10-31 Doug EvansAdd ability to add attributes to gdb.Objfile and gdb...
2014-10-20 Simon MarchiSmall fixes to the Python API doc
2014-10-17 Doug EvansNew python event "clear_objfiles".
2014-10-17 Doug EvansAdd gdb.Objfile.progspace attribute.
2014-09-18 Doug EvansNew "producer" attribute of python gdb.Symtab.
2014-09-03 Justin LebarImprove Type.template_argument docs in Python API.
2014-09-03 Sasha SmundakAdd support for reading frame registers to Python API.
2014-06-09 Siva ChandraAdd space before the opening parenthesis in function...
2014-06-03 Joel Brobeckergdb/doc/python.texi: Fix reference to "Progspaces In...
2014-06-03 Siva ChandraDocumentation of the xmethod support in GDB Python...
2014-05-30 Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
2014-05-24 Eli ZaretskiiDon't use @var at the beginning of a sentence in GDB...
2014-05-17 Doug EvansCopy over changes from guile.texi.
2014-02-19 Siva ChandraCall overloaded operators to perform operations on...
2014-02-17 Doug EvansSplit python docs into separate file.