aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Windows gdb: Add non-stop supportPedro Alves1-7/+10
2024-05-10Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is availablePedro Alves1-0/+20
2024-05-10Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves1-0/+49
2024-05-10Windows gdb+gdbserver: Make siginfo_er per-thread statePedro Alves1-2/+0
2024-05-10Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves1-3/+5
2024-05-10Windows gdb+gdbserver: Make current_event per-thread statePedro Alves1-5/+8
2024-05-10Windows gdb+gdbserver: Introduce get_last_debug_event_ptidPedro Alves1-0/+8
2024-05-10Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stopsPedro Alves1-51/+0
2024-05-08Windows gdb+gdbserver: Eliminate DONT_SUSPENDPedro Alves1-4/+0
2024-05-08Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves1-3/+2
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-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-2/+2
2023-11-27Introduce throw_winerror_with_nameTom Tromey1-4/+2
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-23Fix MinGW build using mingw.org's MinGWEli Zaretskii1-1/+5
2022-11-02Fix Cygwin build after bcb9251fJon Turney1-1/+1
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey1-8/+14
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney1-1/+1
2022-06-12Simplify cygwin_buf_tJon Turney1-2/+1
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey1-3/+112
2022-06-07Introduce wrapper for CreateProcessTom Tromey1-0/+51
2022-06-02Fix Cygwin build after 0578e87fJon Turney1-1/+1
2022-06-02Fix Cygwin build after fcab5839Jon Turney1-1/+8
2022-05-13Implement pid_to_exec_file for Windows in gdbserverTom Tromey1-0/+93
2022-04-26Handle encoding failures in Windows thread namesTom Tromey1-5/+16
2022-04-14Use GetThreadDescription on WindowsTom Tromey1-0/+37
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey1-0/+40
2022-04-14Fix possible Cygwin build problemTom Tromey1-0/+4
2022-04-14Fix regression on Windows with WOW64Tom Tromey1-1/+5
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey1-38/+18
2022-04-04Remove windows_thread_info destructorTom Tromey1-4/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-26/+26
2021-04-30Make get_image_name staticTom Tromey1-1/+7
2021-04-30Share DLL code between gdb and gdbserverTom Tromey1-0/+162
2021-04-30Use nat/windows-nat function indirection codeTom Tromey1-1/+2
2021-04-30Move function indirection code to nat/windows-natTom Tromey1-0/+142
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi1-11/+0
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