Age | Commit message (Expand) | Author | Files | Lines |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -5/+5 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -9/+10 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -2/+2 |
2023-10-06 | gdb: support rseq auxvs | Ilya Leoshkevich | 1 | -0/+4 |
2023-10-05 | gdb: add all_objfiles_removed observer | Simon Marchi | 1 | -15/+7 |
2023-10-05 | gdb: fix auxv cache clearing from new_objfile observer | Andrew Burgess | 1 | -1/+10 |
2023-09-28 | gdb: remove final user of the executable_changed observer | Andrew Burgess | 1 | -4/+6 |
2023-08-17 | [gdb/build] Return const reference in target_read_auxv | Tom de Vries | 1 | -3/+3 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -1/+1 |
2022-10-11 | gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw | Simon Marchi | 1 | -3/+2 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -42/+52 |
2022-09-29 | gdb: make target_auxv_parse static and rename | Simon Marchi | 1 | -5/+9 |
2022-09-29 | gdb: make fprint_target_auxv static | Simon Marchi | 1 | -1/+1 |
2022-09-29 | gdb: constify auxv parse functions | Simon Marchi | 1 | -13/+13 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -4/+4 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove minimal symbol size macros | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -6/+6 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -8/+6 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -3/+3 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -2/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-09-28 | Remove target_has_stack macro | Tom Tromey | 1 | -1/+1 |
2020-04-09 | Add SVR4 psABI specific parser for AUXV entries | Kamil Rytarowski | 1 | -15/+46 |
2020-03-03 | Update GDB to use new AUXV entry types | Luis Machado | 1 | -0/+12 |
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-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-08 | Convert auxv.c to type-safe registry API | Tom Tromey | 1 | -30/+5 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -14/+12 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -12/+14 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-20 | Handle missing Solaris auxv entries | Rainer Orth | 1 | -1/+12 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -3/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -7/+6 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -26/+18 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -4/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |