]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/windows-nat.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / windows-nat.c
10 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-06-06  Tom de Vries[gdb/tdep] Don't call WaitForSingleObject with INFINITE arg
2025-05-29  Simon Marchigdb/solib: move solist.h content to solib.h
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-02-25  Andrew Burgessgdb/windows: remove disable_breakpoints_in_shlibs call
2025-01-04  Eli Zaretskii[gdb/selftest] Fix 'help_doc_invariants' self-test
2024-12-14  oltolmfix Windows build
2024-12-13  Tom TromeyIntroduce "command" styling
2024-12-06  Hannes DomaniReduce WOW64 code duplication
2024-11-22  Hannes DomaniUse appropriate context flags for Wow64 processes
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-20  Kévin Le Gouguecgdb: Fix Windows build after #include shuffle
2024-04-29  Pedro Alvesgdb/Cygwin: Fix attach pid error message
2024-04-26  Pedro AlvesWindows: Fix run/attach hang after bad run/attach
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-17  Pedro Alvesgdb/Windows: Fix detach while running
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-25  Pedro AlvesFix windows_nat_target::fake_create_process ptid
2024-03-22  Pedro Alveswindows-nat: Use gdb_realpath
2024-03-22  Pedro Alveswindows-nat: Remove SO_NAME_MAX_PATH_SIZE limit
2024-03-22  Pedro AlvesSimplify windows-nat.c:windows_make_so #ifdefery
2024-02-23  Jon TurneyDrop special way of getting inferior context after...
2024-02-09  Simon Marchigdb: add program_space parameter to disable_breakpoints...
2024-02-04  Tom TromeyUse reference result of emplace_back
2024-01-30  Tom TromeyReally fix Windows gdbserver segment registers
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-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove two uses of obstack
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-05  Andrew Burgessgdb: remove print_sys_errmsg
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-23  Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-04-05  Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-02-27  Pedro AlvesTweak "Using the running image of ..." output
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-13  Tom TromeyFix control-c handling on Windows
2022-12-01  Tom TromeyRemove call to registers_changed from windows-nat.c
2022-12-01  Tom TromeyRemove the_windows_nat_target global
2022-11-28  Hannes DomaniRemove no longer used jump label
2022-11-28  Hannes DomaniActually set m_is_async to current async mode
2022-11-28  Hannes DomaniDon't use auto for lambda parameter
2022-11-28  Hannes DomaniFix calling convention of thread entry point
2022-11-17  Tom TromeyFix static initialization order problem in windows...
2022-11-13  Jon TurneyDrop apparently unneeded include of winsock2.h
2022-11-02  Jon TurneyFix Cygwin build after 20489cca
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-08-22  Tom TromeyImplement target async for Windows
2022-08-22  Tom TromeyMove some Windows operations to worker thread
2022-08-16  Tom TromeyUse strwinerror in gdb/windows-nat.c
2022-07-25  Tom TromeyRemove dead code from windows_nat_target::detach
2022-07-22  Tom TromeyFix typo in windows-nat.c
2022-07-21  Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-06-12  Jon TurneyTrivial fixes to Cygwin build after 8fea1a81
2022-06-12  Jon TurneySimplify __USEWIDE
2022-06-12  Jon TurneySimplify cygwin_buf_t
2022-06-07  Tom TromeyUse subclasses of windows_process_info
2022-06-07  Tom TromeyTurn some windows-nat.c static functions into methods
2022-06-07  Tom TromeyAllow ASLR to be disabled on Windows
2022-06-07  Tom TromeyIntroduce wrapper for CreateProcess
2022-06-02  Jon TurneyFix a new warning on Cygwin
2022-06-02  Jon TurneyFix Cygwin build after 85b25bd9
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-05-13  Tom TromeyConstify target_pid_to_exec_file
2022-04-14  Tom TromeyUse GetThreadDescription on Windows
2022-04-14  Tom TromeyShare handle_ms_vc_exception with gdbserver
2022-04-05  Tom TromeyDon't call init_thread_list in windows-nat.c
2022-04-04  Tom TromeyRemove some globals from nat/windows-nat.c
2022-04-04  Tom TromeyUse unique_ptr in the Windows thread list
2022-04-04  Tom TromeyUse auto_obstack in windows-nat.c
2022-04-04  Tom TromeySimplify windows-nat.c solib handling
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-29  Tom TromeyRemove some uses of printf_unfiltered
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-06  Tom TromeyUse target_announce_detach in more targets
2022-01-06  Tom TromeyIntroduce target_announce_attach
2022-01-06  Tom TromeyUse warning in windows-nat error messages
2022-01-05  Tom TromeyUse filtered output in files_info implementations
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-16  Simon Marchigdb: adjust gdbarch_tdep calls in nat files
2021-10-27  Tom TromeyFix watchpoints with multiple threads on Windows
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-04  Tom TromeyMinor boolean fix in windows-nat.c
2021-09-23  Tom TromeyChange get_ada_task_ptid parameter type
2021-07-26  Tom TromeyFix the Windows build
2021-07-23  Simon Marchigdb: add setter/getter for inferior cwd
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-04-30  Tom TromeyShare DLL code between gdb and gdbserver
2021-04-30  Tom TromeyMove function indirection code to nat/windows-nat
2021-04-30  Tom TromeyUse template functions in windows-nat.c
2021-04-10  Eli ZaretskiiFix handling DLL loads at run time
2021-03-23  Simon Marchigdb: remove target_is_pushed free function
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-03-16  Christian BiesingerFix cygwin build error
2021-01-26  Tom TromeyUse debug_prefixed_printf_cond in windows-nat.c
next