PR29991, MicroMIPS flag erased after align directives
[binutils-gdb.git] / gdb / windows-nat.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-24 Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-09-17 Hannes DomaniFix ctrl-c when debugging WOW64 processes
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-18 Pedro AlvesDon't write to inferior_ptid in windows-nat.c, part II
2020-06-18 Pedro AlvesDon't write to inferior_ptid in windows-nat.c, part I
2020-06-15 Tom TromeyChange target_read_string API
2020-05-19 Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-04-24 Tom TromeyFix Windows debugging regression
2020-04-16 Tom TromeyFix Cygwin gdb build
2020-04-15 Tom TromeyUse debug_printf in windows-nat.c
2020-04-15 Jon TurneyBetter handling of realpath() failure in windows_make_s...
2020-04-10 Hannes DomaniFix debugging of WOW64 processes
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 TromeyRemove some globals from windows-nat.c
2020-04-08 Tom TromeyShare handle_load_dll and handle_unload_dll declarations
2020-04-08 Tom TromeyNormalize handle_output_debug_string API
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 TromeyShare thread_rec between gdb and gdbserver
2020-04-08 Tom TromeyWrap shared windows-nat code in windows_nat namespace
2020-04-08 Tom TromeyHandle pending stops from the Windows kernel
2020-04-08 Tom TromeyChange type of argument to windows-nat.c:thread_rec
2020-04-08 Tom TromeyShare Windows thread-suspend and -resume code
2020-04-08 Tom TromeyUse lwp, not tid, for Windows thread id
2020-04-08 Tom TromeyMake windows_thread_info::name a unique_xmalloc_ptr
2020-04-08 Tom TromeyChange two windows_thread_info members to "bool"
2020-04-08 Tom TromeyUse new and delete for windows_thread_info
2020-04-08 Tom TromeyShare windows_thread_info between gdb and gdbserver
2020-04-08 Tom TromeyRename windows_thread_info::id to "tid"
2020-04-08 Tom TromeyRemove the "next" field from windows_thread_info
2020-03-27 Hannes DomaniAlways fix system DLL paths for 32bit programs
next