Restore LDFLAGS in notes.exp
[binutils-gdb.git] / gdb / windows-nat.c
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"
2014-04-19 Eli ZaretskiiPR gdb/14018 -- avoid "PC register not available" errors.
2014-03-14 Pedro AlvesRename native-only terminal related functions.
2014-03-12 Pedro AlvesMake the windows-nat.c target inherit inf-child.c.
2014-02-24 Yuanhui ZhangFix a GDB assert failure on windows
2014-02-20 Joel Brobeckerwindows-nat.c: Bring comment back regarding handling...
2014-02-20 Joel BrobeckerSimplify windows-nat.c::get_module_name
2014-02-20 Joel BrobeckerWindows: Rely purely on event info when handling DLL...
2014-02-20 Joel BrobeckerIgnore DLL load/unload events during inferior initializ...
2014-02-20 Joel BrobeckerDeprecate windows-specific dll-symbols command and...
2014-02-19 Tom TromeyAdd target_ops argument to to_get_tib_address
2014-02-19 Tom TromeyAdd target_ops argument to to_get_ada_task_ptid
2014-02-19 Tom TromeyAdd target_ops argument to to_pid_to_exec_file
2014-02-19 Tom TromeyAdd target_ops argument to to_stop
2014-02-19 Tom TromeyAdd target_ops argument to to_can_run
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16 Markus MetzgerAdd target_ops argument to to_prepare_to_store
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-16 Pierre Muller Fix compilation error for cygwin native build.
2013-12-10 Joel Brobeckernameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-08 Tom Tromeyconstify to_detach
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
next