aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/win32-low.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Windows gdb: Add non-stop supportPedro Alves1-5/+5
2024-05-10Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves1-0/+8
2024-05-10Windows gdb+gdbserver: Eliminate struct pending_stopPedro Alves1-6/+6
2024-05-10Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves1-38/+4
2024-05-10Add backpointer from windows_thread_info to windows_process_infoPedro Alves1-1/+1
2024-05-10Windows gdb+gdbserver: Make siginfo_er per-thread statePedro Alves1-13/+15
2024-05-10Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves1-4/+3
2024-05-10Windows gdb+gdbserver: Make current_event per-thread statePedro Alves1-35/+35
2024-05-10Windows gdbserver: Eliminate soft-interrupt mechanismPedro Alves1-31/+1
2024-05-10Windows gdbserver: Fix scheduler-lockingPedro Alves1-78/+82
2024-05-10Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stopsPedro Alves1-21/+32
2024-05-08Windows gdb+gdbserver: Move suspending thread to when returning eventPedro Alves1-0/+5
2024-05-08Windows gdb+gdbserver: Eliminate windows_process_info::thread_recPedro Alves1-15/+0
2024-05-08Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) callsPedro Alves1-4/+4
2024-05-08Windows gdb: handle_output_debug_string return typePedro Alves1-1/+1
2024-05-08Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves1-12/+18
2024-05-08Windows gdb: Eliminate global current_process.dr[8] globalPedro Alves1-0/+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