summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* Mark move constructors as "noexcept"Tom Tromey2020-04-202-2/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-184-5/+5
* 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
* [gdb/cli] Don't let python colorize strip leading newlinesTom de Vries2020-04-101-1/+1
* Fix py-tui.c build problemTom Tromey2020-03-311-1/+7
* Change extension language pretty-printers to use value APITom Tromey2020-03-133-14/+29
* Allow TUI windows in PythonTom Tromey2020-02-223-1/+523
* 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-212-0/+86
* gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi2020-01-171-14/+10
* Fix some spelling errors.Christian Biesinger2020-01-161-1/+1
* 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
* Multi-target supportPedro Alves2020-01-101-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0177-77/+77
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-4/+4
* Fix scripted probe breakpointsGeorge Barrett2019-12-091-1/+4
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-052-2/+2
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-4/+1
* gdb: Introduce global_symbol_searcherAndrew Burgess2019-11-271-25/+10
* Let commands free "name"Tom Tromey2019-11-262-4/+4
* Add add_internal_function overloadTom Tromey2019-11-261-1/+1
* Use cmd_list_element::doc_allocated for Python commandsTom Tromey2019-11-261-3/+2
* 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-223-7/+7
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-222-2/+2
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-188-0/+9
* Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers2019-11-141-1/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-103-0/+67
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-101-2/+25
* Constify command_line_inputTom Tromey2019-11-081-1/+2
* Remove la_get_string memberTom Tromey2019-11-051-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-262-2/+2
* gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess2019-10-241-5/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-152-12/+21
* [gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries2019-10-091-1/+1
* Introduce metadata styleTom Tromey2019-10-012-4/+6
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-2/+3
* Do not expose stub types to PythonTom Tromey2019-09-261-0/+11
* Remove make_hex_stringTom Tromey2019-09-251-3/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-184-7/+10
* 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