]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/nat/windows-nat.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / nat / windows-nat.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-27  Tom TromeyIntroduce throw_winerror_with_name
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-23  Eli ZaretskiiFix MinGW build using mingw.org's MinGW
2022-11-02  Jon TurneyFix Cygwin build after bcb9251f
2022-08-16  Tom TromeyUse strwinerror in gdb/windows-nat.c
2022-06-12  Jon TurneyTrivial fixes to Cygwin build after 8fea1a81
2022-06-12  Jon TurneySimplify cygwin_buf_t
2022-06-07  Tom TromeyAllow ASLR to be disabled on Windows
2022-06-07  Tom TromeyIntroduce wrapper for CreateProcess
2022-06-02  Jon TurneyFix Cygwin build after 0578e87f
2022-06-02  Jon TurneyFix Cygwin build after fcab5839
2022-05-13  Tom TromeyImplement pid_to_exec_file for Windows in gdbserver
2022-04-26  Tom TromeyHandle encoding failures in Windows thread names
2022-04-14  Tom TromeyUse GetThreadDescription on Windows
2022-04-14  Tom TromeyShare handle_ms_vc_exception with gdbserver
2022-04-14  Tom TromeyFix possible Cygwin build problem
2022-04-14  Tom TromeyFix regression on Windows with WOW64
2022-04-04  Tom TromeyRemove some globals from nat/windows-nat.c
2022-04-04  Tom TromeyRemove windows_thread_info destructor
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-04-30  Tom TromeyMake get_image_name static
2021-04-30  Tom TromeyShare DLL code between gdb and gdbserver
2021-04-30  Tom TromeyUse nat/windows-nat function indirection code
2021-04-30  Tom TromeyMove function indirection code to nat/windows-nat
2021-04-12  Simon Marchigdb, gdbserver: remove WinCE support code
2021-01-26  Tom TromeyUse debug_prefixed_printf_cond in windows-nat.c
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-24  Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-06-18  Pedro AlvesDon't write to inferior_ptid in windows-nat.c, part II
2020-05-27  Hannes DomaniDon't close thread handles provided by WaitForDebugEvent
2020-04-16  Tom TromeyFix Cygwin gdb build
2020-04-10  Hannes DomaniFix debugging of WOW64 processes
2020-04-08  Tom TromeyMake last_wait_event static
2020-04-08  Tom TromeyMove wait_for_debug_event to nat/windows-nat.c
2020-04-08  Tom TromeyIntroduce fetch_pending_stop
2020-04-08  Tom TromeyShare some inferior-related Windows code
2020-04-08  Tom TromeyShare handle_exception
2020-04-08  Tom TromeyShare some Windows-related globals
2020-04-08  Tom TromeyShare get_image_name between gdb and gdbserver
2020-04-08  Tom TromeyWrap shared windows-nat code in windows_nat namespace
2020-04-08  Tom TromeyCall CloseHandle from ~windows_thread_info
2020-04-08  Tom TromeyHandle pending stops from the Windows kernel
2020-04-08  Tom TromeyShare Windows thread-suspend and -resume code