Age | Commit message (Expand) | Author | Files | Lines |
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 dtrace probes to use operations | Tom Tromey | 1 | -25/+14 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: use two displaced step buffers on amd64/Linux | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -4/+4 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -6/+5 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -14/+14 |
2020-07-21 | Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info. | John Baldwin | 1 | -2/+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-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -28/+0 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -15/+14 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -14/+15 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -16/+16 |
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-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -3/+3 |
2018-06-29 | x86_64-windows GDB crash due to fs_base/gs_base registers | Pedro Alves | 1 | -1/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-29 | Ignore warning about using different types of enums in switch | Simon Marchi | 1 | -0/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -1/+1 |
2017-09-05 | Convert amd64-linux target descriptions | Yao Qi | 1 | -42/+2 |
2017-09-05 | Lazily and dynamically create amd64-linux target descriptions | Yao Qi | 1 | -52/+86 |
2017-09-05 | Centralize amd64-linux target descriptions | Yao Qi | 1 | -18/+28 |
2017-09-05 | Update comments in amd64_linux_core_read_description | Yao Qi | 1 | -3/+3 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -4/+2 |
2017-07-13 | Fix x86-64 GNU/Linux crashes | Pedro Alves | 1 | -11/+5 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -4/+5 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -6/+15 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -8/+8 |
2017-01-27 | amd64-linux: expose system register FS_BASE and GS_BASE for Linux. | Walfred Tedeschi | 1 | -1/+6 |
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 | -3/+0 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 1 | -0/+7 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -0/+2 |
2016-02-02 | Use linux_get_siginfo_type_with_fields for x86 | Walfred Tedeschi | 1 | -0/+2 |
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 struct sizes for x32 | Marcin Kościelnicki | 1 | -4/+4 |
2015-10-30 | gdb/linux-record: Fix size_termios for x32, amd64, aarch64 | Marcin Kościelnicki | 1 | -2/+2 |
2015-10-30 | gdb/linux-record: Support time, waitpid, pipe syscalls | Marcin Kościelnicki | 1 | -0/+2 |
2015-10-30 | gdb/linux-record: Fix readdir and getdents handling | Marcin Kościelnicki | 1 | -4/+4 |
2015-10-30 | gdb/linux-record: Fix sizes of sigaction and sigset_t | Marcin Kościelnicki | 1 | -8/+8 |
2015-10-30 | gdb/linux-record: Remove size_siginfo | Marcin Kościelnicki | 1 | -2/+0 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+5 |