summaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in ExitedEvent docSimon Marchi2017-01-241-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove Java supportTom Tromey2016-10-061-2/+2
* PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey2016-07-131-0/+15
* PR python/17698 - add Breakpoint.pendingTom Tromey2016-07-131-0/+6
* Rearrange Python breakpoint node in documentationTom Tromey2016-07-131-42/+42
* PR python/19293 - invalidate frame cache when unwinders changeTom Tromey2016-07-121-0/+9
* Fix PR python/17981Tom Tromey2016-05-241-1/+4
* Add Python InferiorThread.global_num attributePedro Alves2016-01-131-0/+7
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-4/+4
* Add Python InferiorThread.inferior attributePedro Alves2016-01-131-0/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Clarify doc about memory read/write and non-8-bits addressable memory unit sizesSimon Marchi2015-06-151-2/+3
* [Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra2015-05-091-0/+10
* PR python/18285Doug Evans2015-04-291-2/+18
* Add gdb.Type.optimized_out method.Sasha Smundak2015-04-281-0/+5
* * python.texi (Xmethods In Python): Fix name of method to call the xmethod.Doug Evans2015-04-241-1/+1
* Add support for writing unwinders in Python.Sasha Smundak2015-04-011-0/+143
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-3/+4
* Add gdb.Objfile.username.Doug Evans2015-01-271-0/+7
* Improve docs of objfile filename method.Doug Evans2015-01-271-1/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New python function gdb.lookup_objfile.Doug Evans2014-12-121-0/+21
* New "owner" attribute for gdb.Objfile.Doug Evans2014-12-081-0/+8
* New python method gdb.Objfile.add_separate_debug_file.Doug Evans2014-12-041-0/+11
* New python attribute gdb.Objfile.build_id.Doug Evans2014-12-041-0/+11
* New python events: inferior call, register/memory changed.Nick Bull2014-12-021-0/+49
* revert previous patch so that I can re-commit with correct authorDoug Evans2014-12-021-49/+0
* New python events: infcall, register/memory changed.Doug Evans2014-12-021-0/+49
* Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2014-10-301-0/+66
* Small fixes to the Python API docSimon Marchi2014-10-201-2/+3
* New python event "clear_objfiles".Doug Evans2014-10-171-0/+10
* Add gdb.Objfile.progspace attribute.Doug Evans2014-10-171-0/+5
* New "producer" attribute of python gdb.Symtab.Doug Evans2014-09-181-0/+8
* Improve Type.template_argument docs in Python API.Justin Lebar2014-09-031-4/+5
* Add support for reading frame registers to Python API.Sasha Smundak2014-09-031-0/+7
* Add space before the opening parenthesis in function descriptions.Siva Chandra2014-06-091-6/+6
* gdb/doc/python.texi: Fix reference to "Progspaces In Python".Joel Brobecker2014-06-031-1/+1
* Documentation of the xmethod support in GDB Python API.Siva Chandra2014-06-031-0/+345
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-0/+3
* Don't use @var at the beginning of a sentence in GDB documentation.Eli Zaretskii2014-05-241-35/+33
* Copy over changes from guile.texi.Doug Evans2014-05-171-146/+110
* Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra2014-02-191-1/+20
* Split python docs into separate file.Doug Evans2014-02-171-0/+4444