aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess1-3/+58
2023-03-23Fix minor grammar issue in python.texiTom Tromey1-1/+1
2023-03-16gdb/doc: spring clean the Python unwinders documentationAndrew Burgess1-39/+43
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-0/+5
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-11/+17
2023-01-10gdb/doc: some whitespace fixesSimon Marchi1-2/+2
2023-01-09gdb/doc: fix @code{GDBN} -> @value{GDBN}Simon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-31Add missing TYPE_CODE_* constants to PythonTom Tromey1-0/+13
2022-10-24gdb/doc: reword description of DisassembleInfo.read_memoryAndrew Burgess1-1/+1
2022-10-21Improve Python Unwinders documentationPedro Alves1-9/+9
2022-09-22gdb/python: restrict the names accepted by gdb.register_window_typeAndrew Burgess1-1/+3
2022-08-30Fix gdb.flush documentationTom Tromey1-1/+1
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre1-0/+71
2022-07-25set/show python dont-write-bytecode fixesKevin Buettner1-2/+7
2022-07-18Add gdb.free_objfile event registryTom Tromey1-0/+11
2022-07-15Add 'summary' mode to Value.format_stringTom Tromey1-0/+6
2022-07-15Expose current 'print' settings to PythonTom Tromey1-0/+18
2022-07-05Add gdb.Objfile.is_file attributeTom Tromey1-0/+7
2022-06-18gdb/python: Export nibbles to python layerEnze Li1-0/+5
2022-06-15Add to documentation of Python 'dont_repeat' methodTom Tromey1-2/+4
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-0/+328
2022-06-09Minor fix to Python breakpoint event documentationTom Tromey1-3/+3
2022-06-01Add gdb.current_language and gdb.Frame.languageTom Tromey1-0/+12
2022-05-30gdb/manual: Introduce location specsPedro Alves1-2/+3
2022-04-14Reorganize Python events documentationTom Tromey1-29/+33
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-2/+0
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess1-0/+54
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