Age | Commit message (Expand) | Author | Files | Lines |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -6/+6 |
2023-11-14 | gdb: add an extension language hook for missing debug info | Andrew Burgess | 1 | -0/+19 |
2023-04-06 | Use unique_xmalloc_ptr in apply_ext_lang_type_printers | Tom Tromey | 1 | -3/+3 |
2023-02-15 | Don't throw quit while handling inferior events, part II | Pedro Alves | 1 | -1/+61 |
2023-02-15 | GC get_active_ext_lang | Pedro Alves | 1 | -8/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool in bpstat | Tom Tromey | 1 | -2/+2 |
2022-12-13 | Fix control-c handling on Windows | Tom Tromey | 1 | -2/+3 |
2022-12-13 | Rename install_sigint_handler | Tom Tromey | 1 | -2/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-06-15 | gdb: add extension language print_insn hook | Andrew Burgess | 1 | -0/+20 |
2022-02-14 | gdb: use python to colorize disassembler output | Andrew Burgess | 1 | -0/+20 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-19 | [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittest | Tom de Vries | 1 | -0/+11 |
2021-04-28 | gdb: extension languages finish_initialization to initialize | Andrew Burgess | 1 | -5/+5 |
2021-04-28 | gdb: ensure SIGINT is set to SIG_DFL during initialisation | Andrew Burgess | 1 | -1/+27 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+1 |
2021-01-13 | gdb: bool-ify ext_lang_auto_load_enabled and friends | Simon Marchi | 1 | -4/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-05-08 | Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGES | Tom Tromey | 1 | -102/+51 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 1 | -13/+6 |
2020-01-21 | Allow use of Pygments to colorize source code | Tom Tromey | 1 | -0/+21 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 1 | -0/+3 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -8/+4 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -4/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -6/+6 |
2018-03-27 | C++-ify typedef hash | Tom Tromey | 1 | -15/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-26 | Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE | Tom Tromey | 1 | -1/+2 |
2018-01-07 | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 1 | -139/+19 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -8/+8 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-04-12 | Eliminate clear_quit_flag | Pedro Alves | 1 | -19/+0 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 1 | -1/+14 |
2016-01-08 | Change SIGINT handler for extension languages only when target terminal is ours | Yao Qi | 1 | -21/+30 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -1/+1 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -0/+25 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 1 | -0/+16 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-06-03 | Add xmethod interface to the extension language API. | Siva Chandra | 1 | -0/+154 |
2014-03-22 | * extension.c (eval_ext_lang_from_control_command): Avoid dereferencing | Doug Evans | 1 | -1/+2 |