Age | Commit message (Expand) | Author | Files | Lines |
2023-05-12 | Add dynamic_prop::is_constant | Tom Tromey | 1 | -2/+2 |
2023-04-04 | gdb: make find_thread_ptid an inferior method | Simon Marchi | 1 | -4/+4 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-30 | Bounds check access to Ada task state names | Tom Tromey | 1 | -2/+31 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -2/+2 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -4/+4 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -24/+24 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -12/+12 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-02 | Implement 'task apply' | Tom Tromey | 1 | -3/+201 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -1/+1 |
2021-09-23 | Change ptid_t::tid to ULONGEST | Tom Tromey | 1 | -1/+2 |
2021-07-12 | gdb: make inferior_list use intrusive_list | Pedro Alves | 1 | -3/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -2/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Handle CPU offset for Ravenscar | Tom Tromey | 1 | -2/+20 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -59/+59 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -1/+1 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -2/+2 |
2020-08-07 | Use gdb::function_view in iterate_over_live_ada_tasks | Tom Tromey | 1 | -1/+1 |
2020-07-12 | gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINED | Simon Marchi | 1 | -2/+2 |
2020-07-12 | gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND | Simon Marchi | 1 | -1/+2 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -5/+5 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -3/+1 |
2020-03-20 | Avoid stringop-truncation errors | Tom Tromey | 1 | -1/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Avoid crash in print_ada_task_info | Tom Tromey | 1 | -5/+8 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -4/+10 |
2019-09-17 | (Ada) do not print Ada task names in quotes in "info tasks" output | Joel Brobecker | 1 | -3/+3 |
2019-09-12 | Output the Ada task name in more messages. | Philippe Waroquiers | 1 | -12/+54 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -4/+4 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -5/+5 |
2019-05-10 | Two minor constifications | Tom Tromey | 1 | -1/+1 |
2019-05-08 | Convert ada-tasks.c to type-safe registry API | Tom Tromey | 1 | -45/+14 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -7/+5 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -5/+7 |