Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-09-10 | Avoid double free in startup_inferior | Kamil Rytarowski | 1 | -1/+4 |
2020-09-10 | Add a common utility function to read and write siginfo_t in inferior | Kamil Rytarowski | 2 | -0/+39 |
2020-09-10 | Add netbsd_nat::enable_proc_events in gdb/nat | Kamil Rytarowski | 2 | -0/+25 |
2020-09-10 | Add gdb/nat common functions for listing threads | Kamil Rytarowski | 2 | -0/+145 |
2020-09-10 | Add netbsd_nat::pid_to_exec_file | Kamil Rytarowski | 2 | -0/+25 |
2020-09-10 | Register a placeholder for NetBSD shared functions in gdb/nat | Kamil Rytarowski | 2 | -0/+51 |
2020-08-10 | [AArch64] Fix incorrectly-defined SVE macro | Luis Machado | 1 | -1/+1 |
2020-06-18 | Don't write to inferior_ptid in windows-nat.c, part II | Pedro Alves | 2 | -4/+0 |
2020-05-27 | Don't close thread handles provided by WaitForDebugEvent | Hannes Domani | 1 | -1/+0 |
2020-05-14 | Disable record btrace bts support for AMD processors | Kevin Buettner | 1 | -0/+6 |
2020-04-24 | Fix Windows debugging regression | Tom Tromey | 1 | -0/+5 |
2020-04-16 | Fix Cygwin gdb build | Tom Tromey | 2 | -20/+9 |
2020-04-10 | Fix debugging of WOW64 processes | Hannes Domani | 2 | -3/+12 |
2020-04-08 | Make last_wait_event static | Tom Tromey | 2 | -9/+9 |
2020-04-08 | Move wait_for_debug_event to nat/windows-nat.c | Tom Tromey | 2 | -0/+15 |
2020-04-08 | Introduce fetch_pending_stop | Tom Tromey | 2 | -0/+35 |
2020-04-08 | Share some inferior-related Windows code | Tom Tromey | 2 | -0/+59 |
2020-04-08 | Share handle_exception | Tom Tromey | 2 | -0/+195 |
2020-04-08 | Share handle_load_dll and handle_unload_dll declarations | Tom Tromey | 1 | -0/+19 |
2020-04-08 | Normalize handle_output_debug_string API | Tom Tromey | 1 | -0/+11 |
2020-04-08 | Share some Windows-related globals | Tom Tromey | 2 | -1/+69 |
2020-04-08 | Share get_image_name between gdb and gdbserver | Tom Tromey | 2 | -0/+64 |
2020-04-08 | Share thread_rec between gdb and gdbserver | Tom Tromey | 1 | -0/+21 |
2020-04-08 | Wrap shared windows-nat code in windows_nat namespace | Tom Tromey | 2 | -0/+10 |
2020-04-08 | Call CloseHandle from ~windows_thread_info | Tom Tromey | 2 | -0/+7 |
2020-04-08 | Handle pending stops from the Windows kernel | Tom Tromey | 2 | -0/+6 |
2020-04-08 | Share Windows thread-suspend and -resume code | Tom Tromey | 2 | -0/+66 |