aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
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