]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/doc/python.texi
Add Python rbreak command.
[thirdparty/binutils-gdb.git] / gdb / doc / python.texi
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-09-21  Kevin BuettnerDocumentation for Inferior.thread_from_thread_handle
2017-09-11  Tom TromeyAdd new_inferior, inferior_deleted, and new_thread...
2017-06-21  Sergio Durigan JuniorFix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled...
2017-05-02  Tim WiederhakePython: Introduce gdb.Instruction class
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceInstruction
2017-05-02  Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02  Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-03-22  Yao QiRemove @code for python
2017-03-21  Tim WiederhakeFix break on Python 2
2017-03-20  Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-16  Doug EvansLazy strings can be made from arrays too.
2017-02-14  Tom TromeyPR python/13598 - add before_prompt event
2017-02-14  Tim WiederhakeAdd documentation for new record Python bindings.
2017-01-24  Simon MarchiFix typo in ExitedEvent doc
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-06  Tom TromeyRemove Java support
2016-07-13  Tom TromeyPR python/15620, PR python/18620 - breakpoint events...
2016-07-13  Tom TromeyPR python/17698 - add Breakpoint.pending
2016-07-13  Tom TromeyRearrange Python breakpoint node in documentation
2016-07-12  Tom TromeyPR python/19293 - invalidate frame cache when unwinders...
2016-05-24  Tom TromeyFix PR python/17981
2016-01-13  Pedro AlvesAdd Python InferiorThread.global_num attribute
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13  Pedro AlvesAdd Python InferiorThread.inferior attribute
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-06-15  Simon MarchiClarify doc about memory read/write and non-8-bits...
2015-05-10  Siva Chandra[Python] Add methods reference_value and const_value...
2015-04-29  Doug EvansPR python/18285
2015-04-29  Sasha SmundakAdd gdb.Type.optimized_out method.
2015-04-24  Doug Evans* python.texi (Xmethods In Python): Fix name of method...
2015-04-01  Sasha SmundakAdd support for writing unwinders in Python.
2015-01-31  Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-27  Doug EvansAdd gdb.Objfile.username.
2015-01-27  Doug EvansImprove docs of objfile filename method.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Doug EvansNew python function gdb.lookup_objfile.
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.