aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-08Share some Windows-related globalsTom Tromey2-1/+69
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey2-0/+64
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey1-0/+21
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey2-0/+10
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey2-0/+7
2020-04-08Handle pending stops from the Windows kernelTom Tromey2-0/+6
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey2-0/+66
2020-04-08Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey1-6/+1
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey1-3/+6
2020-04-08Use new and delete for windows_thread_infoTom Tromey1-6/+20
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey1-0/+66
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi1-8/+0
2020-03-19[AArch64] When unavailable, fetch VG from ptrace.Luis Machado1-3/+18
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2-7/+8
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki2-0/+110
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi2-3/+5
2020-01-16Fix some spelling errors.Christian Biesinger1-1/+1
2020-01-14Remove use of <config.h> from gdb/nat/Tom Tromey3-24/+0
2020-01-14Move gdbsupport to the top levelTom Tromey3-0/+24
2020-01-10Multi-target supportPedro Alves2-5/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker40-40/+40
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger1-1/+5
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger1-1/+4
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-9/+10
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess1-2/+2