aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger1-0/+17
2019-07-20Make documentation of "python" command match actual behaviorKevin Buettner1-2/+0
2019-06-04Add an objfile getter to gdb.TypeChristian Biesinger via gdb-patches1-0/+5
2019-05-10Document lazy computation for pretty-printer "children" methodTom Tromey1-0/+6
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-0/+8
2019-04-08Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner1-2/+7
2019-04-08Documentation for python method InferiorThread.handleKevin Buettner1-0/+8
2019-04-01Add gdb.Value.format_string ()Marco Barisione1-0/+80
2019-03-26gdb: Make python display_hint None handling defined behaviourAndrew Burgess1-1/+4
2019-03-20Use @defvar to document gdb.pretty_printersTom Tromey1-0/+11
2019-03-05Small fix to gdb.Value constructor docSimon Marchi1-1/+1
2019-02-26Document two argument form of gdb.Value constructorKevin Buettner1-0/+8