aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+143
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-3/+4
2015-01-27Add gdb.Objfile.username.Doug Evans1-0/+7
2015-01-27Improve docs of objfile filename method.Doug Evans1-1/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12New python function gdb.lookup_objfile.Doug Evans1-0/+21
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans1-0/+8
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans1-0/+11
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+11
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+49
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-49/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+49
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans1-0/+66
2014-10-20Small fixes to the Python API docSimon Marchi1-2/+3
2014-10-17New python event "clear_objfiles".Doug Evans1-0/+10
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans1-0/+5
2014-09-18New "producer" attribute of python gdb.Symtab.Doug Evans1-0/+8
2014-09-03Improve Type.template_argument docs in Python API.Justin Lebar1-4/+5
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak1-0/+7
2014-06-09Add space before the opening parenthesis in function descriptions.Siva Chandra1-6/+6
2014-06-03gdb/doc/python.texi: Fix reference to "Progspaces In Python".Joel Brobecker1-1/+1
2014-06-03Documentation of the xmethod support in GDB Python API.Siva Chandra1-0/+345
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess1-0/+3
2014-05-24Don't use @var at the beginning of a sentence in GDB documentation.Eli Zaretskii1-35/+33
2014-05-17Copy over changes from guile.texi.Doug Evans1-146/+110
2014-02-19Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra1-1/+20
2014-02-17Split python docs into separate file.Doug Evans1-0/+4444