summaryrefslogtreecommitdiff
path: root/gdb/python/python.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-12/+12
* Don't use PyLong_FromUnsignedLongTom Tromey2020-09-151-2/+2
* Don't use PyLong_FromLongTom Tromey2020-09-151-1/+1
* gdb/python: Add gdb.Architecture.registers methodAndrew Burgess2020-07-061-0/+1
* Fix Python3.9 related runtime problemsKevin Buettner2020-05-281-26/+30
* Remove ALL_PSPACESTom Tromey2020-05-081-8/+6
* Mark move constructors as "noexcept"Tom Tromey2020-04-201-1/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+2
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-26/+9
* Fix compilation of python/python.c for Python 3.9Kevin Buettner2020-04-161-0/+5
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* 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