aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-20gdb: Fix Windows build after #include shuffleKévin Le Gouguec1-0/+1
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
2022-11-28Fix calling convention of thread entry pointHannes Domani1-7/+12
2022-11-17Fix static initialization order problem in windows-nat.cTom Tromey1-3/+6
2022-11-13Drop apparently unneeded include of winsock2.hJon Turney1-1/+0
2022-11-02Fix Cygwin build after 20489ccaJon Turney1-7/+9
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-08-22Implement target async for WindowsTom Tromey1-15/+108
2022-08-22Move some Windows operations to worker threadTom Tromey1-75/+182
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey1-16/+35
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey1-10/+4
2022-07-22Fix typo in windows-nat.cTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-1/+1
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney1-1/+1
2022-06-12Simplify __USEWIDEJon Turney1-26/+0
2022-06-12Simplify cygwin_buf_tJon Turney1-12/+11
2022-06-07Use subclasses of windows_process_infoTom Tromey1-174/+174
2022-06-07Turn some windows-nat.c static functions into methodsTom Tromey1-19/+28