aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Use debug_prefixed_printf_cond in windows-nat.cTom Tromey1-12/+12
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani1-0/+15
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves1-1/+0
2020-05-27Don't close thread handles provided by WaitForDebugEventHannes Domani1-1/+0
2020-04-16Fix Cygwin gdb buildTom Tromey1-20/+2
2020-04-10Fix debugging of WOW64 processesHannes Domani1-3/+4
2020-04-08Make last_wait_event staticTom Tromey1-1/+8
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey1-0/+10
2020-04-08Introduce fetch_pending_stopTom Tromey1-0/+28
2020-04-08Share some inferior-related Windows codeTom Tromey1-0/+46
2020-04-08Share handle_exceptionTom Tromey1-0/+175
2020-04-08Share some Windows-related globalsTom Tromey1-1/+12
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey1-0/+57
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey1-0/+5
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey1-0/+5
2020-04-08Handle pending stops from the Windows kernelTom Tromey1-0/+2
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey1-0/+60