summaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
Commit message (Expand)AuthorAgeFilesLines
* Use @defvar to document gdb.pretty_printersTom Tromey2019-03-201-0/+11
* Small fix to gdb.Value constructor docSimon Marchi2019-03-051-1/+1
* Document two argument form of gdb.Value constructorKevin Buettner2019-02-261-0/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make @pxref for Inferior.architecture point to gdb.Frame documentationTom Tromey2018-10-091-1/+1
* Python doc build fixesAndreas Krebbel2018-10-081-1/+2
* Add Inferior.architecture methodTom Tromey2018-10-061-0/+7
* Update symbol domain and location values for PythonTom Tromey2018-10-061-12/+12
* Allow setting a parameter to raise gdb.GdbErrorTom Tromey2018-09-231-0/+24
* Add more methods to gdb.ProgspaceTom Tromey2018-09-161-11/+48
* python: Fix erroneous doc about gdb.objfiles()Simon Marchi2018-09-131-4/+4
* python: Add Progspace.objfiles methodSimon Marchi2018-09-131-1/+11
* python: Add Inferior.progspace propertySimon Marchi2018-09-131-1/+7
* python: Provide textual representation for Inferior and ObjfileSimon Marchi2018-09-131-0/+4
* Remove periods from Python section titlesTom Tromey2018-09-101-5/+5
* Swap two sentences in the Pretty Printing API nodeTom Tromey2018-09-101-3/+2
* Mention virtual tables in Python dynamic_type documentationTom Tromey2018-09-101-8/+8
* Small typo fix in Basic Python nodeTom Tromey2018-09-101-1/+1
* Mention Python versions in the documentationTom Tromey2018-09-101-4/+2
* Update Python unwinder documentationTom Tromey2018-09-101-9/+46
* Fix gdb.events.inferior_call documentationTom Tromey2018-09-101-6/+14
* Update Python frame filter documentationTom Tromey2018-09-101-3/+10
* Reword gdb.GdbError textTom Tromey2018-09-101-6/+15
* Avoid warnings from makeinfoTom Tromey2018-09-101-2/+2
* Document that Frame.block can throwTom Tromey2018-09-101-1/+4
* Update Python Block.end documentationTom Tromey2018-09-101-1/+2
* Fix "set" handling of Python parametersTom Tromey2018-05-311-6/+8
* Add basic Python API for convenience variablesTom Tromey2018-05-311-2/+21
* Allow breakpoint commands to be set from PythonTom Tromey2018-05-041-1/+1
* Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey2018-05-021-0/+13
* Expose type alignment on gdb.TypeTom Tromey2018-04-301-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* python: Add qualified parameter to gdb.BreakpointSimon Marchi2017-12-131-3/+10
* python doc: Rework Breakpoint.__init__ docSimon Marchi2017-12-131-24/+42
* Implement explicit locations for Python breakpoints.Phil Muldoon2017-12-071-19/+22
* Add Python rbreak command.Phil Muldoon2017-11-161-0/+17
* Documentation for Inferior.thread_from_thread_handleKevin Buettner2017-09-211-0/+7
* Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2017-09-111-0/+33
* Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentationSergio Durigan Junior2017-06-201-1/+1
* Python: Introduce gdb.Instruction classTim Wiederhake2017-05-021-19/+21
* Python: Move and rename gdb.BtraceFunctionTim Wiederhake2017-05-021-18/+13
* Python: Move and rename gdb.BtraceInstructionTim Wiederhake2017-05-021-12/+9
* Python: Introduce gdb.RecordGap classTim Wiederhake2017-05-021-19/+28
* Python: Remove ptid from gdb.Record interfaceTim Wiederhake2017-05-021-7/+0
* Remove @code for pythonYao Qi2017-03-221-1/+1
* Fix break on Python 2Tim Wiederhake2017-03-211-1/+2
* Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2017-03-201-0/+4
* Lazy strings can be made from arrays too.Doug Evans2017-03-161-1/+1
* PR python/13598 - add before_prompt eventTom Tromey2017-02-141-0/+4
* Add documentation for new record Python bindings.Tim Wiederhake2017-02-141-0/+245