summaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)Author
2021-02-25Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner
2021-02-24Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner
2021-02-24Fix aarch64-linux-hw-point.c build problemKevin Buettner
2021-02-18amd64-linux-siginfo.c: Adjust include order to avoid gnulib errorKevin Buettner
2021-01-26Use debug_prefixed_printf_cond in windows-nat.cTom Tromey
2021-01-20gdb: make some variables staticSimon Marchi
2021-01-18[gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfoTom de Vries
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-26gdb::handle_eintr, remove need to specify return typePedro Alves
2020-10-07Correct logical error in NetBSD's read_memory and write_memoryKamil Rytarowski
2020-10-07Add common write_memory and read_memory NetBSD routinesKamil Rytarowski
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani
2020-09-10Avoid double free in startup_inferiorKamil Rytarowski
2020-09-10Add a common utility function to read and write siginfo_t in inferiorKamil Rytarowski
2020-09-10Add netbsd_nat::enable_proc_events in gdb/natKamil Rytarowski
2020-09-10Add gdb/nat common functions for listing threadsKamil Rytarowski
2020-09-10Add netbsd_nat::pid_to_exec_fileKamil Rytarowski
2020-09-10Register a placeholder for NetBSD shared functions in gdb/natKamil Rytarowski
2020-08-10[AArch64] Fix incorrectly-defined SVE macroLuis Machado
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves
2020-05-27Don't close thread handles provided by WaitForDebugEventHannes Domani
2020-05-14Disable record btrace bts support for AMD processorsKevin Buettner
2020-04-24Fix Windows debugging regressionTom Tromey
2020-04-16Fix Cygwin gdb buildTom Tromey
2020-04-10Fix debugging of WOW64 processesHannes Domani
2020-04-08Make last_wait_event staticTom Tromey
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey
2020-04-08Introduce fetch_pending_stopTom Tromey
2020-04-08Share some inferior-related Windows codeTom Tromey
2020-04-08Share handle_exceptionTom Tromey
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey
2020-04-08Normalize handle_output_debug_string APITom Tromey
2020-04-08Share some Windows-related globalsTom Tromey
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey
2020-04-08Handle pending stops from the Windows kernelTom Tromey
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey
2020-04-08Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey
2020-04-08Use new and delete for windows_thread_infoTom Tromey
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi
2020-03-19[AArch64] When unavailable, fetch VG from ptrace.Luis Machado
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi