Multi-target support
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
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
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-03-30  Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-26  Keith SeitzRemove struct keyword from section_addr_info
2018-01-31  Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_com
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-10  Pedro AlvesEliminate catch_errors
2017-10-06  Pedro AlvesFix more GDB build breakage on mingw32
2017-10-04  Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-04-28  Simon MarchiClass-ify lm_info_windows
2017-04-28  Simon MarchiMake various lm_info implementations inherit from a...
2017-04-14  Sergio Durigan JuniorFix build breakage on Cygwin (PR gdb/21385)
2017-04-12  Sergio Durigan JuniorFix build breakage from last commit (window-nat.c:windo...
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-10  Simon Marchiwindows-nat.c: Fix bad initialization of ptid
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-21  Simon Marchiwindows: Use ptid from regcache in register fetch/store
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-05  Simon MarchiFix a few typos
2016-10-29  Eli ZaretskiiSupport command-line redirection in native MS-Windows...
2016-09-24  Jon TurneyFix a use of target_mourn_inferior in windows-nat.c
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-08-10  Руслан ИжбулатовSupport setting thread names (MS-Windows)
2016-07-23  Руслан ИжбулатовSupport JIT debugging on MS-Windows
2016-07-21  Pedro AlvesRemove unused variable in windows-nat.c
2016-06-03  Jon TurneyFix C++ build for Cygwin
2016-05-02  Eli ZaretskiiFix startup on MS-Windows when 'gdb.ini' is found in...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-22  Joel Brobecker[win32] cannot automatically find executable file ...
2015-11-17  Pedro Alves[C++/mingw] Simplify first chance exception handling
2015-11-17  Pedro Alves[C++/mingw] Fix windows-nat.c::xlate
2015-11-17  Pedro Alves[C++/mingw] windows-nat.c casts
2015-11-17  Pedro Alves[C++/mingw] Misc alloca casts
2015-10-22  Pedro Alvesgdb/Windows: use windows_wait/windows_resume directly...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-07  Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-06-15  Jon Turneywindows-nat: Replace __COPY_CONTEXT_SIZE conditional...
2015-06-10  Jon Turneywindows-nat: Also ignore ERROR_INVALID_HANDLE from...
2015-06-10  Jon Turneywindows-nat: Trim a trailing '\n' from OutputDebugStrin...
2015-05-06  Joel BrobeckerMake the "info dll" command available on all platform.
2015-04-22  Jon Turneywindows-nat: Don't change current_event.dwThreadId...
next
This page took 0.814051 seconds and 107 git commands to generate.