aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Fix process-dies-after-detachusers/palves/windows-non-stopPedro Alves1-24/+168
2024-05-17Windows gdb: Watchpoints while running (internal vs external stops)Pedro Alves1-20/+96
2024-05-17Windows gdb: Add non-stop supportPedro Alves1-97/+656
2024-05-10Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves1-27/+81
2024-05-10windows_per_inferior::continue_one_thread, unify WoW64/non-WoW64 pathsPedro Alves1-36/+32
2024-05-10Windows gdb: cygwin_set_dr => windows_set_dr, etc.Pedro Alves1-18/+18
2024-05-10Windows gdb: Change serial_event managementPedro Alves1-1/+9
2024-05-10Windows gdb+gdbserver: Eliminate struct pending_stopPedro Alves1-7/+7
2024-05-10Windows gdb+gdbserver: Share $_siginfo reading codePedro Alves1-37/+3
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-17/+16
2024-05-10Windows gdb+gdbserver: Make last_sig per-thread statePedro Alves1-7/+3
2024-05-10Windows gdb+gdbserver: Make current_event per-thread statePedro Alves1-64/+72
2024-05-10Windows gdb: Enable "set scheduler-locking on"Pedro Alves1-0/+3
2024-05-10Windows gdb: Can't pass signal to thread other than last stopped threadPedro Alves1-2/+13
2024-05-10Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stopsPedro Alves1-47/+64
2024-05-10Windows gdb: Pending stop and current_eventPedro Alves1-0/+1
2024-05-10Windows gdb: Factor code out of windows_nat_target::windows_continuePedro Alves1-65/+72
2024-05-10Windows gdb: Introduce windows_continue_flagsPedro Alves1-17/+31
2024-05-10Windows gdb: Introduce continue_last_debug_event_main_threadPedro Alves1-16/+31
2024-05-08Windows gdb+gdbserver: Move suspending thread to when returning eventPedro Alves1-8/+5
2024-05-08Windows gdb: Simplify windows_nat_target::waitPedro Alves1-16/+25
2024-05-08Windows gdb+gdbserver: Eliminate windows_process_info::thread_recPedro Alves1-10/+0
2024-05-08Windows gdb+gdbserver: Eliminate DONT_SUSPENDPedro Alves1-11/+0
2024-05-08Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONTEXT) callsPedro Alves1-16/+22
2024-05-08Windows gdb: Eliminate reload_contextPedro Alves1-17/+25
2024-05-08Windows gdb: handle_output_debug_string return typePedro Alves1-8/+8
2024-05-08Windows gdb+gdbserver: New find_thread, replaces thread_rec(DONT_INVALIDATE_C...Pedro Alves1-37/+35
2024-05-08Windows gdb: Eliminate global current_process.dr[8] globalPedro Alves1-85/+66
2024-05-08Windows gdb: Dead code in windows_nat_target::do_initial_windows_stuffPedro Alves1-1/+0
2024-04-29gdb/Cygwin: Fix attach pid error messagePedro Alves1-4/+13
2024-04-26Windows: Fix run/attach hang after bad run/attachPedro Alves1-15/+20
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-17gdb/Windows: Fix detach while runningPedro Alves1-8/+145
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-25Fix windows_nat_target::fake_create_process ptidPedro Alves1-2/+2
2024-03-22windows-nat: Use gdb_realpathPedro Alves1-5/+2
2024-03-22windows-nat: Remove SO_NAME_MAX_PATH_SIZE limitPedro Alves1-6/+16
2024-03-22Simplify windows-nat.c:windows_make_so #ifdeferyPedro Alves1-7/+6
2024-02-23Drop special way of getting inferior context after a Cygwin signalJon Turney1-37/+15
2024-02-09gdb: add program_space parameter to disable_breakpoints_in_shlibsSimon Marchi1-1/+1
2024-02-04Use reference result of emplace_backTom Tromey1-2/+1
2024-01-30Really fix Windows gdbserver segment registersTom Tromey1-13/+31
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-12/+19
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-5/+5
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-2/+2
2023-11-16gdb: remove two uses of obstackSimon Marchi1-11/+6
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1