Age | Commit message (Expand) | Author | Files | Lines |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -5/+2 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
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-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -6/+6 |
2024-02-05 | gdb: rename target_so_ops to solib_ops | Simon Marchi | 1 | -1/+1 |
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 | -1/+1 |
2023-11-08 | rs6000, Fix test gdb.base/store.exp | Carl Love | 1 | -0/+4 |
2023-11-08 | rs6000, Fix Linux DWARF register mapping | Carl Love | 1 | -0/+53 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-04-18 | PowerPC: fix _Float128 type output string | Carl Love | 1 | -0/+36 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-01-03 | Convert selected architectures to gdbarch_return_value_as_value | Tom Tromey | 1 | -2/+10 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-28 | [gdb/tdep] Fix gdb.base/msym-bp-shl.exp for ppc64le | Tom de Vries | 1 | -0/+5 |
2022-10-31 | PowerPC, add support for recording pipe2 system call. | Carl Love | 1 | -0/+2 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-10-11 | gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw | Simon Marchi | 1 | -1/+1 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -1/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -6/+6 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-09-20 | Move solib_ops into gdbarch | Tom Tromey | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -9/+9 |
2022-07-12 | [gdb/record] Support recording of getrandom | Tom de Vries | 1 | -0/+2 |
2022-06-10 | PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF. | Carl Love | 1 | -4/+10 |
2022-04-11 | gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros | Simon Marchi | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-04-02 | gdb: rename floatformats_ia64_quad to floatformats_ieee_quad | Tiezhu Yang | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use correct stream for process record output | Tom Tromey | 1 | -2/+3 |
2021-11-18 | gdb: PowerPC fix gdb.base/break-interp.exp | Carl Love | 1 | -0/+22 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -9/+9 |
2021-10-14 | Powerpc: Add support for openat and fstatat syscalls | Carl Love | 1 | -2/+11 |
2021-08-18 | [gdb] [rs6000] Add ppc64_linux_gcc_target_options method. | Will Schmidt | 1 | -0/+10 |
2021-08-18 | [gdb] [rs6000] Add ppc64*_gnu_triplet_regexp methods. | Will Schmidt | 1 | -0/+29 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -2/+2 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -16/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -4/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -2/+2 |
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-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |