aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-14/+6
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-2/+2
2023-02-27Tweak "Using the running image of ..." outputPedro Alves1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-13Fix control-c handling on WindowsTom Tromey1-64/+19
2022-12-01Remove call to registers_changed from windows-nat.cTom Tromey1-1/+0
2022-12-01Remove the_windows_nat_target globalTom Tromey1-7/+4
2022-11-28Remove no longer used jump labelHannes Domani1-1/+0
2022-11-28Actually set m_is_async to current async modeHannes Domani1-0/+2
2022-11-28Don't use auto for lambda parameterHannes Domani1-1/+1