aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/windows-nat.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Make get_image_name staticTom Tromey1-7/+0
2021-04-30Share DLL code between gdb and gdbserverTom Tromey1-1/+13
2021-04-30Use nat/windows-nat function indirection codeTom Tromey1-0/+4
2021-04-30Move function indirection code to nat/windows-natTom Tromey1-0/+90
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi1-5/+0
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/+2
2020-06-18Don't write to inferior_ptid in windows-nat.c, part IIPedro Alves1-3/+0
2020-04-24Fix Windows debugging regressionTom Tromey1-0/+5
2020-04-16Fix Cygwin gdb buildTom Tromey1-0/+7
2020-04-10Fix debugging of WOW64 processesHannes Domani1-0/+8
2020-04-08Make last_wait_event staticTom Tromey1-8/+1
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey1-0/+5
2020-04-08Introduce fetch_pending_stopTom Tromey1-0/+7
2020-04-08Share some inferior-related Windows codeTom Tromey1-0/+13
2020-04-08Share handle_exceptionTom Tromey1-0/+20
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 Tromey1-0/+57
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey1-0/+7
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey1-0/+21
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey1-0/+5
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey1-0/+2
2020-04-08Handle pending stops from the Windows kernelTom Tromey1-0/+4
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey1-0/+6
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