Age | Commit message (Expand) | Author | Files | Lines |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-10 | [gdb/cli] Don't let python colorize strip leading newlines | Tom de Vries | 1 | -1/+1 |
2020-03-31 | Fix py-tui.c build problem | Tom Tromey | 1 | -1/+7 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 3 | -14/+29 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 3 | -1/+523 |
2020-02-19 | Remove useless NULL check in python.c | Tom Tromey | 1 | -6/+1 |
2020-01-24 | gdb: Enable stdin on exception in execute_gdb_command | Andrew Burgess | 1 | -0/+6 |
2020-01-21 | Allow use of Pygments to colorize source code | Tom Tromey | 2 | -0/+86 |
2020-01-17 | gdb: remove use of iterate_over_inferiors in py-inferior.c | Simon Marchi | 1 | -14/+10 |
2020-01-16 | Fix some spelling errors. | Christian Biesinger | 1 | -1/+1 |
2020-01-14 | Fix valgrind error from gdb.decode_line | Tom Tromey | 1 | -0/+9 |
2020-01-13 | gdb: add declaration to Python init function | Simon Marchi | 1 | -0/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 77 | -77/+77 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -4/+4 |
2019-12-09 | Fix scripted probe breakpoints | George Barrett | 1 | -1/+4 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 2 | -2/+2 |
2019-11-30 | Allow . character as part of command names. | Philippe Waroquiers | 1 | -4/+1 |
2019-11-27 | gdb: Introduce global_symbol_searcher | Andrew Burgess | 1 | -25/+10 |
2019-11-26 | Let commands free "name" | Tom Tromey | 2 | -4/+4 |
2019-11-26 | Add add_internal_function overload | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Use cmd_list_element::doc_allocated for Python commands | Tom Tromey | 1 | -3/+2 |
2019-11-26 | Use run_on_main_thread in gdb.post_event | Tom Tromey | 1 | -72/+63 |
2019-11-26 | Fix crashes due to python GIL released too early | Philippe Waroquiers | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 3 | -7/+7 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 2 | -2/+2 |
2019-11-18 | Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func... | Philippe Waroquiers | 8 | -0/+9 |
2019-11-14 | Fix python gdbpy_breakpoint_object leak. | Philippe Waroquiers | 1 | -1/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 3 | -0/+67 |
2019-11-10 | gdb/python: smarter symbol lookup for gdb.lookup_static_symbol | Andrew Burgess | 1 | -2/+25 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -1/+2 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 2 | -2/+2 |
2019-10-24 | gdb/python: Return None from Progspace.block_for_pc on error | Andrew Burgess | 1 | -5/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 2 | -12/+21 |
2019-10-09 | [gdb/target] Fix pretty-printer for MPX bnd registers | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 2 | -4/+6 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -2/+3 |
2019-09-26 | Do not expose stub types to Python | Tom Tromey | 1 | -0/+11 |
2019-09-25 | Remove make_hex_string | Tom Tromey | 1 | -3/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 4 | -7/+10 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -1/+1 |
2019-09-09 | Fix leak detected in python.c initialization code. | Philippe Waroquiers | 1 | -1/+8 |
2019-08-27 | gdb: Add new -n flag to some info commands | Andrew Burgess | 1 | -2/+2 |
2019-08-22 | Make GDB compile with Python 3 on MinGW | Christian Biesinger | 2 | -9/+40 |
2019-08-19 | Fix indentation in value_has_field | Tom Tromey | 1 | -1/+1 |
2019-08-15 | Rename internal Python functions to start with an underscore | Christian Biesinger | 2 | -11/+11 |
2019-08-07 | Make struct frame_arg self-managing | Tom Tromey | 1 | -4/+1 |