summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
Commit message (Expand)AuthorAgeFilesLines
* Use a wrapper for PyErr_FetchTom Tromey2019-01-031-14/+11
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Consolidate some Python exception-printing functionsTom Tromey2018-12-271-0/+14
* Remove more calls to xfree from PythonTom Tromey2018-12-271-15/+5
* Make command-repeat work after gdb.executeBenno Fünfstück2018-11-211-1/+2
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-041-1/+1
* Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers2018-10-271-2/+2
* Report Python errors coming from gdb.post_eventTom Tromey2018-09-231-2/+1
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-1/+4
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-161-6/+1
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-161-2/+2
* Add more methods to gdb.ProgspaceTom Tromey2018-09-161-112/+0
* Fix possible exception leak in python.cTom Tromey2018-09-141-15/+18
* python: Add Progspace.objfiles methodSimon Marchi2018-09-131-10/+18
* Fix help text for "python" commandTom Tromey2018-09-101-1/+1
* Fix build issue with Python 3.7Paul Koning2018-06-081-3/+15
* Add basic Python API for convenience variablesTom Tromey2018-05-311-0/+8
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Let gdb.execute handle multi-line commandsTom Tromey2018-05-041-2/+17
* Use counted_command_line everywhereTom Tromey2018-05-041-4/+4
* Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey2018-05-021-0/+7
* Change Python code to use new_referenceTom Tromey2018-04-301-8/+2
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-071-5/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-1/+2
* python: Fix memleak in do_start_initializationSimon Marchi2017-11-261-6/+6
* Add Python rbreak command.Phil Muldoon2017-11-161-1/+187
* Constify execute_commandTom Tromey2017-11-071-4/+2
* Constify add_comTom Tromey2017-11-071-4/+4
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Constify some linespec functionsTom Tromey2017-09-271-1/+1
* Make it simpler to add events to PythonTom Tromey2017-09-111-15/+53
* Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2017-09-111-0/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-6/+0
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-31/+16
* Remove a cleanup in PythonTom Tromey2017-08-031-23/+7
* Avoid some manual memory management in PythonTom Tromey2017-08-031-28/+9
* Python: Introduce gdb.Instruction classTim Wiederhake2017-05-021-0/+1
* Introduce command_line_upTom Tromey2017-04-121-8/+4
* Introduce event_location_upTom Tromey2017-04-121-6/+3
* Fix Windows gdb build failure with Python 2 supportThomas Preud'homme2017-04-061-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-051-10/+10
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-3/+1
* Remove constness of libdir in do_start_initializationAndreas Arnez2017-03-231-1/+1
* Fix memory leak in python.c:do_start_initializationPhilipp Rudo2017-03-231-1/+3
* PR python/13598 - add before_prompt eventTom Tromey2017-02-141-0/+5
* python: Implement btrace Python bindings for record history.Tim Wiederhake2017-02-141-0/+1
* python: Create Python bindings for record history.Tim Wiederhake2017-02-141-0/+13