aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-09Make @pxref for Inferior.architecture point to gdb.Frame documentationTom Tromey1-1/+1
2018-10-08Python doc build fixesAndreas Krebbel1-1/+2
2018-10-06Add Inferior.architecture methodTom Tromey1-0/+7
2018-10-06Update symbol domain and location values for PythonTom Tromey1-12/+12
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey1-0/+24
2018-09-16Add more methods to gdb.ProgspaceTom Tromey1-11/+48
2018-09-13python: Fix erroneous doc about gdb.objfiles()Simon Marchi1-4/+4
2018-09-13python: Add Progspace.objfiles methodSimon Marchi1-1/+11
2018-09-13python: Add Inferior.progspace propertySimon Marchi1-1/+7
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi1-0/+4
2018-09-10Remove periods from Python section titlesTom Tromey1-5/+5
2018-09-10Swap two sentences in the Pretty Printing API nodeTom Tromey1-3/+2
2018-09-10Mention virtual tables in Python dynamic_type documentationTom Tromey1-8/+8
2018-09-10Small typo fix in Basic Python nodeTom Tromey1-1/+1
2018-09-10Mention Python versions in the documentationTom Tromey1-4/+2
2018-09-10Update Python unwinder documentationTom Tromey1-9/+46
2018-09-10Fix gdb.events.inferior_call documentationTom Tromey1-6/+14
2018-09-10Update Python frame filter documentationTom Tromey1-3/+10
2018-09-10Reword gdb.GdbError textTom Tromey1-6/+15
2018-09-10Avoid warnings from makeinfoTom Tromey1-2/+2
2018-09-10Document that Frame.block can throwTom Tromey1-1/+4
2018-09-10Update Python Block.end documentationTom Tromey1-1/+2
2018-05-31Fix "set" handling of Python parametersTom Tromey1-6/+8
2018-05-31Add basic Python API for convenience variablesTom Tromey1-2/+21