aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/win32-low.cc
AgeCommit message (Expand)AuthorFilesLines
14 daysgdb: add overloads of gdb_tilde_expandAndrew Burgess1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-12gdbserver/win32: fix crash on detachStefano Moioli1-1/+1
2023-12-04Update fall-through comment in gdbserverTom Tromey1-1/+1
2023-11-27Introduce throw_winerror_with_nameTom Tromey1-6/+5
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi1-1/+1
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey1-59/+0
2022-06-07Use subclasses of windows_process_infoTom Tromey1-55/+31
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey1-0/+1
2022-06-07Introduce wrapper for CreateProcessTom Tromey1-4/+1
2022-05-13Implement pid_to_exec_file for Windows in gdbserverTom Tromey1-0/+6
2022-05-13Remove windows_process_info::idTom Tromey1-6/+5
2022-04-27Fix gdbserver build for x86-64 WindowsTom Tromey1-18/+23
2022-04-14Use GetThreadDescription on WindowsTom Tromey1-1/+1
2022-04-14Implement thread_name for gdbserverTom Tromey1-0/+9
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey1-9/+0
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey1-112/+133
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdbserver: replace direct assignments to current_threadTankut Baris Aktemur1-3/+3
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-24/+16
2021-07-26Fix the Windows buildTom Tromey1-3/+3
2021-04-30Share DLL code between gdb and gdbserverTom Tromey1-162/+8
2021-04-30Use nat/windows-nat function indirection codeTom Tromey1-142/+38
2021-04-14Remove use of _WIN32_WCETom Tromey1-2/+0
2021-04-13Remove some unused typedefs from gdbserverTom Tromey1-4/+0
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi1-171/+5
2021-04-11Improve support for loading DLLs at run time in gdbserver.Eli Zaretskii1-12/+39
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani1-4/+0
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-12gdbserver: remove support for ARM/WinCESimon Marchi1-72/+29
2020-05-27Don't close process handle provided by WaitForDebugEventHannes Domani1-4/+15
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn1-1/+1
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani1-25/+214
2020-04-16Fix Cygwin gdb buildTom Tromey1-0/+8
2020-04-15gdbserver: fix format string warning in win32-low.ccSimon Marchi1-1/+1
2020-04-08Add pending stop support to gdbserver's Windows portTom Tromey1-3/+31
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey1-12/+55
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey1-0/+12
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey1-3/+3
2020-04-08Share some inferior-related Windows codeTom Tromey1-6/+1
2020-04-08Share handle_exceptionTom Tromey1-115/+17
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey1-16/+6
2020-04-08Normalize handle_output_debug_string APITom Tromey1-9/+12
2020-04-08Share some Windows-related globalsTom Tromey1-8/+0
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey1-50/+1