Automatic date update in version.in
[external/binutils.git] / gdb / windows-nat.c
2019-05-03 Eli ZaretskiiFix compilation with mingw.org's MinGW.
2019-04-30 Joel Brobecker(Windows) fix thr != nullptr assert failure in delete_t...
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...
2015-04-22 Jon Turneywindows-nat: Report an error if ContinueDebugEvent...
2015-04-22 Jon Turneywindows-nat: Fix misspelling in debug output
2015-04-22 Jon Turneywindows-nat: Cleanups in get_windows_debug_event
2015-04-22 Jon Turneywindows-nat: Don't use ternary conditional operator...
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-16 Yuanhui Zhangwindows-nat.c: conflicting declaration of struct thread...
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Jon TURNEYRetrieve segment registers on Windows amd64
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-30 Joel BrobeckerRemove "dll-symbols", "add-shared-symbol-files" and...
2014-10-17 Pedro AlvesMake common code handle target_terminal_* idempotency
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonMove stdlib.h to common-defs.h
2014-07-25 Pedro Alvesfix build: update clear_proceed_status callers
2014-07-18 Tom Tromeyclean up some target delegation cases
2014-06-04 Tom Tromeyconstify to_attach
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-21 Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21 Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-05-21 Pedro AlvesWindows: Rename "target child" -> "target native"
next