Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-02-12 | gdb: only allow one of thread or task on breakpoints or watchpoints | Andrew Burgess | 1 | -0/+10 |
2023-01-19 | GDB: Allow arbitrary keywords in integer set commands | Maciej W. Rozycki | 1 | -115/+205 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 35 | -35/+35 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 2 | -5/+5 |
2022-11-28 | gdb/disasm: mark functions passed to the disassembler noexcept | Andrew Burgess | 1 | -1/+1 |
2022-10-31 | Add missing TYPE_CODE_* constants to Python | Tom Tromey | 1 | -29/+6 |
2022-10-21 | GDB/Guile: Don't assert that an integer value is boolean | Maciej W. Rozycki | 1 | -1/+1 |
2022-10-10 | Fix the guile build | Tom Tromey | 3 | -74/+107 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 4 | -7/+7 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 4 | -9/+9 |
2022-08-31 | Use ui_out_redirect_pop in more places | Tom Tromey | 2 | -4/+2 |