Age | Commit message (Expand) | Author | Files | Lines |
2022-04-14 | Fix possible Cygwin build problem | Tom Tromey | 1 | -0/+4 |
2022-04-14 | Fix regression on Windows with WOW64 | Tom Tromey | 1 | -1/+5 |
2022-04-04 | Remove some globals from nat/windows-nat.c | Tom Tromey | 2 | -138/+135 |
2022-04-04 | Remove windows_thread_info destructor | Tom Tromey | 2 | -6/+0 |
2022-03-22 | nat: Split out platform-independent aarch64 debug register support. | John Baldwin | 5 | -697/+767 |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 2 | -182/+9 |
2022-02-01 | gdb, btrace: improve error messages | Markus Metzger | 1 | -2/+19 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 48 | -48/+48 |
2021-12-21 | [AArch64] Fix typo in error messages | Luis Machado | 1 | -2/+2 |
2021-11-22 | [gdb/build] Fix x86_64 x32 build | Tom de Vries | 1 | -0/+4 |
2021-11-17 | gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow) | Sergei Trofimovich | 1 | -9/+4 |
2021-11-09 | Fix build on rhES5 | Tom Tromey | 1 | -0/+4 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 2 | -38/+33 |
2021-10-21 | Fix ARMv8.4 for hw watchpoint and breakpoint | Andrew Pinski | 2 | -0/+3 |
2021-10-21 | Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb... | Andrew Pinski | 1 | -6/+18 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -9/+4 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 2 | -3/+3 |
2021-09-03 | Use CORE_ADDR as return type from x86_dr_low_get_addr | Tom Tromey | 1 | -1/+1 |
2021-07-23 | gdb: make inferior::m_cwd an std::string | Simon Marchi | 1 | -9/+6 |
2021-07-17 | gdb: convert nat/x86-dregs.c macros to functions | Simon Marchi | 1 | -11/+48 |
2021-06-07 | nat/amd64-linux-siginfo.c: Remove typedefs | Pedro Alves | 1 | -14/+14 |
2021-06-07 | nat/amd64-linux-siginfo.c: Move align attribute from typedef to struct | Pedro Alves | 1 | -2/+2 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 2 | -4/+4 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -9/+9 |
2021-05-17 | Fix ubsan build | Tom Tromey | 1 | -3/+3 |
2021-05-10 | gdb, gdbserver: make status_to_str display the signal name | Simon Marchi | 1 | -4/+6 |
2021-05-08 | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 2 | -15/+10 |
2021-05-08 | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 1 | -11/+1 |
2021-04-30 | Make get_image_name static | Tom Tromey | 2 | -8/+7 |
2021-04-30 | Share DLL code between gdb and gdbserver | Tom Tromey | 2 | -1/+175 |
2021-04-30 | Use nat/windows-nat function indirection code | Tom Tromey | 2 | -1/+6 |
2021-04-30 | Move function indirection code to nat/windows-nat | Tom Tromey | 2 | -0/+232 |
2021-04-12 | gdb, gdbserver: remove WinCE support code | Simon Marchi | 2 | -16/+0 |
2021-04-09 | [AArch64] Fix include order for MTE | Luis Machado | 1 | -1/+2 |
2021-03-24 | AArch64: Implement memory tagging target methods for AArch64 | Luis Machado | 2 | -0/+227 |
2021-03-24 | AArch64: Add MTE ptrace requests | Luis Machado | 1 | -0/+33 |
2021-02-25 | Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h> | Kevin Buettner | 1 | -0/+6 |
2021-02-24 | Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h> | Kevin Buettner | 1 | -0/+7 |
2021-02-24 | Fix aarch64-linux-hw-point.c build problem | Kevin Buettner | 1 | -1/+1 |
2021-02-18 | amd64-linux-siginfo.c: Adjust include order to avoid gnulib error | Kevin Buettner | 1 | -1/+1 |
2021-01-26 | Use debug_prefixed_printf_cond in windows-nat.c | Tom Tromey | 1 | -12/+12 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-18 | [gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfo | Tom de Vries | 1 | -0/+13 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 46 | -46/+46 |
2020-12-10 | [AArch64] SVE/FPSIMD fixup for big endian | Luis Machado | 1 | -14/+63 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 6 | -32/+32 |
2020-10-26 | gdb::handle_eintr, remove need to specify return type | Pedro Alves | 1 | -9/+2 |
2020-10-07 | Correct logical error in NetBSD's read_memory and write_memory | Kamil Rytarowski | 1 | -2/+2 |
2020-10-07 | Add common write_memory and read_memory NetBSD routines | Kamil Rytarowski | 2 | -0/+102 |
2020-09-24 | Handle 64bit breakpoints of WOW64 processes as SIGINT | Hannes Domani | 2 | -0/+17 |