Age | Commit message (Expand) | Author | Files | Lines |
8 days | [gdb/guile] Fix typos | Tom de Vries | 2 | -2/+2 |
2025-01-28 | [gdb/guile] Use SCM_DEBUG_TYPING_STRICTNESS 0 | Tom de Vries | 1 | -11/+18 |
2025-01-12 | Add an option with a color type. | Andrei Pikas | 4 | -3/+467 |
2025-01-10 | [gdb/build, c++20] Fix build with gcc 10 | Tom de Vries | 1 | -1/+7 |
2024-12-18 | Run check-include-guards.py | Tom Tromey | 2 | -6/+6 |
2024-11-25 | Convert type copying to new hash table | Simon Marchi | 3 | -6/+6 |
2024-11-23 | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 2 | -3/+3 |
2024-10-21 | gdb/guile: add get-basic-type | Andrew Burgess | 1 | -0/+19 |
2024-10-19 | [gdb/guile, c++20] Work around Werror=volatile in libguile.h | Tom de Vries | 1 | -1/+8 |
2024-09-07 | gdb: split apart two different types of filename completion | Andrew Burgess | 1 | -1/+1 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+1 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -14/+14 |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -1/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 5 | -5/+3 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 25 | -25/+0 |
2024-02-27 | Add extension_language_ops::shutdown | Tom Tromey | 1 | -0/+1 |
2024-01-29 | gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.def | Lancelot SIX | 1 | -2/+2 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 2 | -8/+11 |
2024-01-28 | Use a .def file for domain_enum | Tom Tromey | 1 | -8/+10 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 35 | -35/+35 |
2023-12-14 | gdb: change value_of_register and value_of_register_lazy to take the next frame | Simon Marchi | 1 | -1/+2 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-10-05 | gdb: add program_space parameters to some auto-load functions | Simon Marchi | 1 | -1/+2 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 6 | -8/+8 |
2023-09-19 | Use gdb::checked_static_cast for watchpoints | Tom Tromey | 1 | -2/+1 |
2023-08-31 | gdb: remove FIELD_ARTIFICIAL | Simon Marchi | 1 | -1/+1 |
2023-08-17 | gdb: add inferior-specific breakpoints | Andrew Burgess | 1 | -1/+6 |
2023-08-14 | [gdb/build] Fix enum param_types odr violation | Tom de Vries | 1 | -5/+5 |
2023-06-05 | gdb: building inferior strings from within GDB | Andrew Burgess | 1 | -3/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-06-03 | [gdb/guile] Fix doc string for value-optimized-out? | Tom de Vries | 1 | -1/+1 |
2023-05-25 | gdb: remove breakpoint_pointer_iterator | Simon Marchi | 1 | -2/+2 |
2023-05-12 | Add dynamic_prop::is_constant | Tom Tromey | 1 | -2/+2 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 2 | -1/+2 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-27 | Guile QUIT processing updates | Kevin Buettner | 4 | -0/+20 |
2023-02-19 | Convert explicit iterator uses to foreach | Tom Tromey | 1 | -6/+1 |
2023-02-19 | Convert block_static_block and block_global_block to methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn record_latest_value into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn preserve_one_value into method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 2 | -2/+2 |
2023-02-13 | Turn value_copy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_incref and value_decref into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 2 | -2/+2 |
2023-02-13 | Turn value_zero into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 2 | -3/+3 |
2023-02-13 | Turn value_type into method | Tom Tromey | 3 | -17/+17 |
2023-02-12 | gdb: use -1 for breakpoint::task default value | Andrew Burgess | 1 | -3/+3 |