summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-27Introduce throw_winerror_with_nameTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-11-16gdb: remove two uses of obstackSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess
2023-09-20Remove explanatory comments from includesTom Tromey
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-02-27Tweak "Using the running image of ..." outputPedro Alves
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-13Fix control-c handling on WindowsTom Tromey
2022-12-01Remove call to registers_changed from windows-nat.cTom Tromey
2022-12-01Remove the_windows_nat_target globalTom Tromey
2022-11-28Remove no longer used jump labelHannes Domani
2022-11-28Actually set m_is_async to current async modeHannes Domani
2022-11-28Don't use auto for lambda parameterHannes Domani
2022-11-28Fix calling convention of thread entry pointHannes Domani
2022-11-17Fix static initialization order problem in windows-nat.cTom Tromey
2022-11-13Drop apparently unneeded include of winsock2.hJon Turney
2022-11-02Fix Cygwin build after 20489ccaJon Turney
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-08-22Implement target async for WindowsTom Tromey
2022-08-22Move some Windows operations to worker threadTom Tromey
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey
2022-07-22Fix typo in windows-nat.cTom Tromey
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney
2022-06-12Simplify __USEWIDEJon Turney
2022-06-12Simplify cygwin_buf_tJon Turney
2022-06-07Use subclasses of windows_process_infoTom Tromey
2022-06-07Turn some windows-nat.c static functions into methodsTom Tromey
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey
2022-06-07Introduce wrapper for CreateProcessTom Tromey
2022-06-02Fix a new warning on CygwinJon Turney
2022-06-02Fix Cygwin build after 85b25bd9Jon Turney
2022-06-02Fix Cygwin build after 0578e87fJon Turney
2022-06-02Fix Cygwin build after fcab5839Jon Turney
2022-05-13Implement pid_to_exec_file for Windows in gdbserverTom Tromey
2022-05-13Constify target_pid_to_exec_fileTom Tromey
2022-04-14Use GetThreadDescription on WindowsTom Tromey
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey
2022-04-05Don't call init_thread_list in windows-nat.cTom Tromey
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey
2022-04-04Use unique_ptr in the Windows thread listTom Tromey
2022-04-04Use auto_obstack in windows-nat.cTom Tromey
2022-04-04Simplify windows-nat.c solib handlingTom Tromey