aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2021-06-07nat/amd64-linux-siginfo.c: Remove typedefsPedro Alves1-14/+14
2021-06-07nat/amd64-linux-siginfo.c: Move align attribute from typedef to structPedro Alves1-2/+2
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi2-4/+4
2021-05-27gdb: fix some indentation issuesSimon Marchi1-9/+9
2021-05-17Fix ubsan buildTom Tromey1-3/+3
2021-05-10gdb, gdbserver: make status_to_str display the signal nameSimon Marchi1-4/+6
2021-05-08gdb, gdbserver: make status_to_str return std::stringSimon Marchi2-15/+10
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves1-11/+1
2021-04-30Make get_image_name staticTom Tromey2-8/+7
2021-04-30Share DLL code between gdb and gdbserverTom Tromey2-1/+175
2021-04-30Use nat/windows-nat function indirection codeTom Tromey2-1/+6
2021-04-30Move function indirection code to nat/windows-natTom Tromey2-0/+232
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi2-16/+0
2021-04-09[AArch64] Fix include order for MTELuis Machado1-1/+2
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado2-0/+227
2021-03-24AArch64: Add MTE ptrace requestsLuis Machado1-0/+33
2021-02-25Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner1-0/+6
2021-02-24Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner1-0/+7
2021-02-24Fix aarch64-linux-hw-point.c build problemKevin Buettner1-1/+1
2021-02-18amd64-linux-siginfo.c: Adjust include order to avoid gnulib errorKevin Buettner1-1/+1
2021-01-26Use debug_prefixed_printf_cond in windows-nat.cTom Tromey1-12/+12
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-18[gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfoTom de Vries1-0/+13
2021-01-01Update copyright year range in all GDB filesJoel Brobecker46-46/+46
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado1-14/+63
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi6-32/+32
2020-10-26gdb::handle_eintr, remove need to specify return typePedro Alves1-9/+2
2020-10-07Correct logical error in NetBSD's read_memory and write_memoryKamil Rytarowski1-2/+2
2020-10-07Add common write_memory and read_memory NetBSD routinesKamil Rytarowski2-0/+102
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani2-0/+17
2020-09-10Avoid double free in startup_inferiorKamil Rytarowski1-1/+4
2020-09-10Add a common utility function to read and write siginfo_t in inferiorKamil Rytarowski2-0/+39
2020-09-10Add netbsd_nat::enable_proc_events in gdb/natKamil Rytarowski2-0/+25
2020-09-10Add gdb/nat common functions for listing threadsKamil Rytarowski2-0/+145
2020-09-10Add netbsd_nat::pid_to_exec_fileKamil Rytarowski2-0/+25
2020-09-10Register a placeholder for NetBSD shared functions in gdb/natKamil Rytarowski2-0/+51
2020-08-10[AArch64] Fix incorrectly-defined SVE macroLuis Machado1-1/+1
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves2-4/+0
2020-05-27Don't close thread handles provided by WaitForDebugEventHannes Domani1-1/+0
2020-05-14Disable record btrace bts support for AMD processorsKevin Buettner1-0/+6
2020-04-24Fix Windows debugging regressionTom Tromey1-0/+5
2020-04-16Fix Cygwin gdb buildTom Tromey2-20/+9
2020-04-10Fix debugging of WOW64 processesHannes Domani2-3/+12
2020-04-08Make last_wait_event staticTom Tromey2-9/+9
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey2-0/+15
2020-04-08Introduce fetch_pending_stopTom Tromey2-0/+35
2020-04-08Share some inferior-related Windows codeTom Tromey2-0/+59
2020-04-08Share handle_exceptionTom Tromey2-0/+195
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey1-0/+19
2020-04-08Normalize handle_output_debug_string APITom Tromey1-0/+11