aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess1-8/+160
2022-03-07gdb/python: add Type.is_signed propertyAndrew Burgess1-0/+10
2022-03-07gdb/python: add Type.is_scalar propertyAndrew Burgess1-0/+6
2022-02-28gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess1-0/+17
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess1-0/+10
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess1-9/+32
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+5
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+26
2022-01-24gdb/doc: improve description for Window.click on Python TUI windowsAndrew Burgess1-3/+3
2022-01-21gdb/doc: fill in two missing @rAndrew Burgess1-2/+2
2022-01-12gdb/python: add gdb.host_charset functionAndrew Burgess1-0/+8
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-0/+3
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess1-3/+67
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess1-2/+91
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