Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | AArch64: Add target description/feature for MTE registers | Luis Machado | 1 | -7/+9 |
2021-01-27 | GDB: aarch64: Add ability to displaced step over a BR/BLR instruction | Matthew Malcomson | 1 | -6/+13 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -4/+4 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -22/+24 |
2021-01-12 | aarch64: Add support for bfloat16 in gdb. | Srinath Parvathaneni | 1 | -0/+5 |
2021-01-11 | gdb: convert aarch64 to new-style debug macros | Simon Marchi | 1 | -55/+34 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -22/+25 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-16 | Record FPSR for SIMD/FP data instructions | Luis Machado | 1 | -1/+8 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -8/+10 |
2020-12-04 | Fix shifting of negative value | Luis Machado | 1 | -4/+0 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -258/+258 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -28/+17 |
2020-10-29 | gdb: remove parameter of gdbarch_displaced_step_hw_singlestep | Simon Marchi | 1 | -2/+1 |
2020-10-20 | gdb: make gdbarch_displaced_step_hw_singlestep return bool | Simon Marchi | 1 | -2/+2 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -11/+8 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -3/+3 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -1/+1 |
2020-08-10 | [AArch64] Improve prologue handling (and fix PR26310) | Luis Machado | 1 | -0/+139 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -21/+21 |
2020-02-25 | [AArch64] Fix typo in comment | Luis Machado | 1 | -1/+1 |
2020-02-18 | Fix build with gcc-4.8.x | Bernd Edlinger | 1 | -1/+2 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -1/+1 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -2/+2 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-29 | Recognize more program breakpoint patterns | Luis Machado | 1 | -0/+37 |
2020-01-21 | Convert an int flag variable to bool | Luis Machado | 1 | -4/+4 |
2020-01-21 | Add more debugging output to aarch64_displaced_step_fixup | Luis Machado | 1 | -2/+25 |
2020-01-21 | Fix step-over-syscall.exp failure | Luis Machado | 1 | -4/+13 |
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-12-04 | Remove unused includes in aarch64-tdep.c | Simon Marchi | 1 | -7/+0 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -2/+0 |
2019-08-16 | Move [PAC] into a new MI field addr_flags | Alan Hayward | 1 | -0/+13 |
2019-08-14 | AArch64: Allow additional sizes in prologue | Alan Hayward | 1 | -22/+10 |
2019-08-07 | AArch64 pauth: Indicate unmasked addresses in backtrace | Alan Hayward | 1 | -7/+10 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-07-04 | Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash | Alan Hayward | 1 | -2/+2 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -2/+0 |
2019-05-22 | AArch64: Treat pauth ops as nops on non-pauth systems | Alan Hayward | 1 | -1/+5 |
2019-05-14 | AArch64: Add half float view to V registers | Alan Hayward | 1 | -0/+5 |
2019-05-04 | Remove a VEC from aarch64-tdep.c | Tom Tromey | 1 | -21/+15 |
2019-04-24 | Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init | Sergio Durigan Junior | 1 | -2/+2 |
2019-04-23 | gdb/aarch64: Use type_align instead of aarch64_type_align | Andrew Burgess | 1 | -51/+15 |