Age | Commit message (Expand) | Author | Files | Lines |
2020-01-24 | Update comments about removed function | Christian Biesinger | 1 | -1/+1 |
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-linux-tdep.c | Simon Marchi | 1 | -5/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -2/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-04 | Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash | Alan Hayward | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -18/+18 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -18/+18 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -14/+2 |
2019-03-22 | AArch64: Read pauth section from core files | Alan Hayward | 1 | -0/+20 |
2019-03-22 | AArch64: Use HWCAP to detect pauth feature | Alan Hayward | 1 | -4/+12 |
2019-03-22 | AArch64: Add pointer authentication feature | Alan Hayward | 1 | -1/+3 |
2019-02-11 | AArch64: Detect exit from execve syscall | Alan Hayward | 1 | -22/+34 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-19 | Aarch64: Better termination checks for sigcontext reading | Alan Hayward | 1 | -2/+15 |
2018-10-02 | Use pulongest in aarch64-linux-tdep.c | Tom Tromey | 1 | -2/+2 |
2018-10-01 | Aarch64: Detect FP regs in signal frame | Alan Hayward | 1 | -19/+199 |
2018-09-23 | Fix build error in aarch64-linux-tdep.c on macOS | Simon Marchi | 1 | -1/+1 |
2018-08-27 | Avoid -Wnarrowing warnings in aarch64-linux-tdep.c | Tom Tromey | 1 | -2/+2 |
2018-08-27 | Avoid -Wnarrowing warnings in struct tramp_frame instances | Tom Tromey | 1 | -3/+3 |
2018-08-15 | Use pulongest in aarch64-linux-tdep.c | Tom Tromey | 1 | -2/+3 |
2018-08-13 | Parse SVE registers in aarch64 core file reading/writing | Alan Hayward | 1 | -2/+131 |
2018-08-13 | Detect SVE when reading aarch64 core files | Alan Hayward | 1 | -3/+75 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -4/+4 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-31 | Add Aarch64 SVE target description | Alan Hayward | 1 | -2/+3 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-10 | Fix tagged pointer support | Omair Javaid | 1 | -0/+5 |
2018-01-17 | Don't pass -m64 to libcc1 on aarch64-linux. | Yao Qi | 1 | -0/+11 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Add aarch64_create_target_description | Alan Hayward | 1 | -1/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-09 | [AArch64] Implement gdbarch_core_read_description | Jiong Wang | 1 | -0/+18 |
2017-08-09 | Revert "[AArch64] Implement gdbarch_core_read_description" | Jiong Wang | 1 | -16/+0 |
2017-08-09 | [AArch64] Implement gdbarch_core_read_description | Jiong Wang | 1 | -0/+16 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-02-29 | aarch64-linux process record: more syscalls | Yao Qi | 1 | -9/+6 |
2016-02-23 | Process record for aarch64-linux syscall | Yao Qi | 1 | -11/+61 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-30 | gdb/linux-record: Fix size_termios for x32, amd64, aarch64 | Marcin Kościelnicki | 1 | -1/+1 |
2015-10-30 | gdb/linux-record: Support time, waitpid, pipe syscalls | Marcin Kościelnicki | 1 | -0/+1 |
2015-10-30 | gdb/linux-record: Fix readdir and getdents handling | Marcin Kościelnicki | 1 | -2/+1 |
2015-10-30 | gdb/linux-record: Fix sizes of sigaction and sigset_t | Marcin Kościelnicki | 1 | -4/+4 |
2015-10-30 | gdb/linux-record: Remove size_siginfo | Marcin Kościelnicki | 1 | -1/+0 |
2015-10-12 | aarch64: Add cast for integer to enum cast | Simon Marchi | 1 | -1/+2 |