Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
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
2020-03-25  Hannes DomaniFix WOW64 process system DLL paths
2020-03-04  Hannes DomaniImplement debugging of WOW64 processes
2020-02-09  Hannes DomaniDisplay ExceptionRecord for $_siginfo
2020-01-23  Hannes DomaniCache the text section offset of shared libraries
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-06  Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-03  Hannes Domaniwindows_clear_solib memory leak
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Tom TromeyConstify get_exec_file
2019-11-26  Christian BiesingerUse safe_strerror instead of strerror where possible
2019-11-19  Tom TromeyReport GetLastError value when DebugActiveProcess fails
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-15  Tom TromeyUse %x when printing the TID
2019-10-15  Tom TromeyRename pid -> tid in windows-nat.c
2019-10-08  Tom TromeyRemove two unused items from windows-nat.c
2019-10-08  Tom TromeyDon't include buildsym-legacy.h in windows-nat.c
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-30  Joel Brobeckergdb/windows-nat.c: Get rid of main_thread_id global
2019-04-30  Joel Brobecker(Windows) fix thr != nullptr assert failure in delete_t...
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-28  Jon TurneyFix format specification in display_selector() (again)
2019-03-17  Владимир МартьяновRemove unused variable from windows_make_so
2019-03-17  Владимир МартьяновFix wrong format specification in display_selector()
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-14  Joel Brobecker(Windows) remove thread notification for main thread...
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-05  Joel BrobeckerGDB crash re-running program on Windows (native)
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-27  Tom TromeyUnify shell-finding logic
2018-09-23  Jon TurneyRemove a spurious target_terminal::ours() from windows_...
2018-08-29  Tom TromeyFix windows-nat.c for -Wnarrowing
2018-07-26  Jon TurneyFix Cygwin compilation after target_ops C++ conversion.
2018-07-22  Tom TromeyUnused variable fixes related to conditional compilation
2018-07-22  Tom TromeySimple unused variable removals
2018-07-20  Tom TromeyIntroduce buildsym-legacy.h
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-26  Joel BrobeckerMinor reorganization of fetch_registers/store_registers...
2018-06-25  Pedro Alvesgdb: Fix build on several hosts/ports
2018-06-08  Tom TromeyFix gdb mingw build
2018-06-04  Joel Brobecker(windows) GDB/MI crash when using "-list-thread-groups...
2018-05-30  Simon MarchiRemove regcache_raw_collect
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_get_ptid
2018-05-29  Tom TromeyFix fall-through comment in windows-nat.c
2018-05-23  Tom TromeyRemove symfile_complaints
next
This page took 0.657373 seconds and 106 git commands to generate.