aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2021-11-22[gdb/build] Fix x86_64 x32 buildTom de Vries1-0/+4
2021-11-17gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)Sergei Trofimovich1-9/+4
2021-11-09Fix build on rhES5Tom Tromey1-0/+4
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi2-38/+33
2021-10-21Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski2-0/+3
2021-10-21Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski1-6/+18
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-9/+4
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2-3/+3
2021-09-03Use CORE_ADDR as return type from x86_dr_low_get_addrTom Tromey1-1/+1
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-9/+6
2021-07-17gdb: convert nat/x86-dregs.c macros to functionsSimon Marchi1-11/+48
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