aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Add gdb.Architecture.integer_type Python functionTom Tromey1-0/+18
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess1-0/+9
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess1-0/+10
2021-10-05gdb/python: update events test to handle missing exit_codeAndrew Burgess1-1/+4
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess1-0/+14
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess1-0/+7
2021-06-21gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess1-0/+9
2021-06-08Use is/is not to check for None in python code.Lancelot SIX1-1/+1
2021-06-04Forward mouse click to python TUI windowHannes Domani1-0/+7
2021-05-29Fix InlinedFrameDecorator exampleHannes Domani1-1/+1
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani1-1/+5
2021-05-27Document gdb.SYMBOL_LOC_LABELHannes Domani1-0/+4
2021-05-25Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCKHannes Domani1-2/+2
2021-05-14gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur1-0/+6
2021-05-10gdb/doc: reword a sentenceAndrew Burgess1-1/+1
2021-05-09gdb/doc: document 'set debug py-unwind'Andrew Burgess1-0/+7
2021-05-09gdb/py: add some debugging to py-breakpoint.cAndrew Burgess1-0/+11
2021-05-04gdb: update Type.fields doc based on actual GDB behaviorSimon Marchi1-6/+26
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess1-0/+38
2021-03-18gdb/doc: fix the example for get_set_string in Python API docsAndrew Burgess1-0/+1
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess1-0/+5
2021-01-25gdb/docs: add parentheses in Python examples using printMarco Barisione1-9/+9
2021-01-21Add Python support for hardware breakpointsHannes Domani1-0/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-29Fix wrong method nameHannes Domani1-1/+1
2020-12-18Remove erroneous 'a' in gdb.register_window_type documentationHannes Domani1-1/+1
2020-12-18Add address keyword to Value.format_stringHannes Domani1-0/+5
2020-11-29Fix Value.format_string docu for static members argumentHannes Domani1-1/+1
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-12/+30
2020-07-28gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess1-0/+9
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess1-0/+32
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+33
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess1-0/+6
2020-04-28Allow Python commands to be in class_tuiTom Tromey1-0/+7
2020-04-27Expand dynamic type documentationTom Tromey1-2/+20
2020-04-24Add Python support for dynamic typesTom Tromey1-2/+12
2020-04-15Fix makeinfo warnings in gdb.texinfo and python.texi docsArtur Shepilko1-1/+1
2020-03-04[gdb/doc] Remove trailing done from "Reading symbols from" linesTom de Vries1-2/+2
2020-02-22Allow TUI windows in PythonTom Tromey1-0/+105
2020-01-10Multi-target: NEWS and user manualPedro Alves1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-14gdb/doc: Remove duplicate description of lookup_global_symbolAndrew Burgess1-14/+0
2019-12-10Minor fix to gdb.prompt documentationTom Tromey1-3/+2
2019-11-14[gdb/doc] Fix typosTom de Vries1-1/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess1-0/+35
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess1-0/+9
2019-10-23Add a note for how to get the list of threadsChristian Biesinger1-0/+3
2019-10-07[gdb/doc] Fix some typosTom de Vries1-1/+1
2019-08-05Add block['var'] accessorChristian Biesinger1-1/+6
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger1-0/+19