summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
Commit message (Expand)AuthorAgeFilesLines
* Allow TUI windows in PythonTom Tromey2020-02-221-1/+9
* Remove useless NULL check in python.cTom Tromey2020-02-191-6/+1
* gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess2020-01-241-0/+6
* Allow use of Pygments to colorize source codeTom Tromey2020-01-211-0/+72
* Fix valgrind error from gdb.decode_lineTom Tromey2020-01-141-0/+9
* gdb: add declaration to Python init functionSimon Marchi2020-01-131-0/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Introduce global_symbol_searcherAndrew Burgess2019-11-271-25/+10
* Use run_on_main_thread in gdb.post_eventTom Tromey2019-11-261-72/+63
* Fix crashes due to python GIL released too earlyPhilippe Waroquiers2019-11-261-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-101-0/+4
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-1/+1
* Fix leak detected in python.c initialization code.Philippe Waroquiers2019-09-091-1/+8
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-271-2/+2
* Make GDB compile with Python 3 on MinGWChristian Biesinger2019-08-221-9/+14
* [PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger2019-07-301-0/+4
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior2019-06-281-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-2/+1
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-7/+7
* Rewrite TRY/CATCHTom Tromey2019-04-081-21/+14
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-5/+3
* Release the GIL while running a gdb command or expressionTom Tromey2019-01-301-0/+3
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* 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