aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+5
2021-10-22gdb/python: move gdb.Membuf support into a new fileAndrew Burgess1-0/+1
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess1-0/+4
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries1-15/+40
2021-10-09[gdb] Make execute_command_to_string return string on throwTom de Vries1-3/+3
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess1-0/+35
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-6/+4
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-12/+17
2021-09-13Fix no-Python buildTom Tromey1-2/+4
2021-09-10[gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittestTom de Vries1-0/+46
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess1-0/+2
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-4/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-4/+2
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess1-0/+98
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-14/+11
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-5/+3
2021-03-15gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess1-6/+4
2021-02-08gdb/python: reformat an error stringAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02Minor Python simplificationsTom Tromey1-39/+24
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-12/+12
2020-09-15Don't use PyLong_FromUnsignedLongTom Tromey1-2/+2
2020-09-15Don't use PyLong_FromLongTom Tromey1-1/+1
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+1
2020-05-28Fix Python3.9 related runtime problemsKevin Buettner1-26/+30
2020-05-08Remove ALL_PSPACESTom Tromey1-8/+6
2020-04-20Mark move constructors as "noexcept"Tom Tromey1-1/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-26/+9
2020-04-16Fix compilation of python/python.c for Python 3.9Kevin Buettner1-0/+5
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-02-22Allow TUI windows in PythonTom Tromey1-1/+9
2020-02-19Remove useless NULL check in python.cTom Tromey1-6/+1
2020-01-24gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess1-0/+6
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+72
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey1-0/+9
2020-01-13gdb: add declaration to Python init functionSimon Marchi1-0/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess1-25/+10
2019-11-26Use run_on_main_thread in gdb.post_eventTom Tromey1-72/+63
2019-11-26Fix crashes due to python GIL released too earlyPhilippe Waroquiers1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess1-0/+4
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-1/+1
2019-09-09Fix leak detected in python.c initialization code.Philippe Waroquiers1-1/+8
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-2/+2
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger1-9/+14