summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Implement memory tagging target methods for AArch64Luis Machado2021-03-242-0/+227
* AArch64: Add MTE ptrace requestsLuis Machado2021-03-241-0/+33
* Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner2021-02-251-0/+6
* Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner2021-02-241-0/+7
* Fix aarch64-linux-hw-point.c build problemKevin Buettner2021-02-241-1/+1
* amd64-linux-siginfo.c: Adjust include order to avoid gnulib errorKevin Buettner2021-02-181-1/+1
* Use debug_prefixed_printf_cond in windows-nat.cTom Tromey2021-01-261-12/+12
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* [gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfoTom de Vries2021-01-181-0/+13
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0146-46/+46
* [AArch64] SVE/FPSIMD fixup for big endianLuis Machado2020-12-101-14/+63
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-026-32/+32
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-261-9/+2
* Correct logical error in NetBSD's read_memory and write_memoryKamil Rytarowski2020-10-071-2/+2
* Add common write_memory and read_memory NetBSD routinesKamil Rytarowski2020-10-072-0/+102
* Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani2020-09-242-0/+17
* Avoid double free in startup_inferiorKamil Rytarowski2020-09-101-1/+4
* Add a common utility function to read and write siginfo_t in inferiorKamil Rytarowski2020-09-102-0/+39
* Add netbsd_nat::enable_proc_events in gdb/natKamil Rytarowski2020-09-102-0/+25
* Add gdb/nat common functions for listing threadsKamil Rytarowski2020-09-102-0/+145
* Add netbsd_nat::pid_to_exec_fileKamil Rytarowski2020-09-102-0/+25
* Register a placeholder for NetBSD shared functions in gdb/natKamil Rytarowski2020-09-102-0/+51
* [AArch64] Fix incorrectly-defined SVE macroLuis Machado2020-08-101-1/+1
* Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves2020-06-182-4/+0
* Don't close thread handles provided by WaitForDebugEventHannes Domani2020-05-271-1/+0
* Disable record btrace bts support for AMD processorsKevin Buettner2020-05-141-0/+6
* Fix Windows debugging regressionTom Tromey2020-04-241-0/+5
* Fix Cygwin gdb buildTom Tromey2020-04-162-20/+9
* Fix debugging of WOW64 processesHannes Domani2020-04-102-3/+12
* Make last_wait_event staticTom Tromey2020-04-082-9/+9
* Move wait_for_debug_event to nat/windows-nat.cTom Tromey2020-04-082-0/+15
* Introduce fetch_pending_stopTom Tromey2020-04-082-0/+35
* Share some inferior-related Windows codeTom Tromey2020-04-082-0/+59
* Share handle_exceptionTom Tromey2020-04-082-0/+195
* Share handle_load_dll and handle_unload_dll declarationsTom Tromey2020-04-081-0/+19
* Normalize handle_output_debug_string APITom Tromey2020-04-081-0/+11
* Share some Windows-related globalsTom Tromey2020-04-082-1/+69
* Share get_image_name between gdb and gdbserverTom Tromey2020-04-082-0/+64
* Share thread_rec between gdb and gdbserverTom Tromey2020-04-081-0/+21
* Wrap shared windows-nat code in windows_nat namespaceTom Tromey2020-04-082-0/+10
* Call CloseHandle from ~windows_thread_infoTom Tromey2020-04-082-0/+7
* Handle pending stops from the Windows kernelTom Tromey2020-04-082-0/+6
* Share Windows thread-suspend and -resume codeTom Tromey2020-04-082-0/+66
* Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey2020-04-081-6/+1
* Change two windows_thread_info members to "bool"Tom Tromey2020-04-081-3/+6
* Use new and delete for windows_thread_infoTom Tromey2020-04-081-6/+20
* Share windows_thread_info between gdb and gdbserverTom Tromey2020-04-081-0/+66
* gdb: remove HAVE_DECL_PTRACESimon Marchi2020-03-201-8/+0
* [AArch64] When unavailable, fetch VG from ptrace.Luis Machado2020-03-191-3/+18
* gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2020-02-192-7/+8