]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/windows-nat.c
update copyright year range in GDB files
[thirdparty/binutils-gdb.git] / gdb / windows-nat.c
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.
2013-09-02  Pierre Muller Fix small indentation error in last commit
2013-09-02  Pierre Muller * windows-nat.c (windows_xfer_memory): Handle ERROR_PA...
2013-09-02  Pierre Muller * windows-nat.c (windows_xfer_memory): Fix compilation...
2013-08-27  Pedro Alveswindows-nat.c: Don't install a deprecated_xfer_memory...
2013-07-01  Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-06-11  Joel Brobeckerwindows-nat.c:thread_rec: Add missing empty line after...
2013-06-11  Joel Brobecker[windows] Fix accidental change of %u -> %d in SuspendT...
2013-06-11  Joel Brobeckerwindows: Prefix thread ID values with "0x" in debug...
2013-06-11  Joel Brobeckerwindows: Add thread ID in SuspendThread error warning...
2013-05-30  Joel Brobeckerwindows_delete_thread: Add missing space in cast expression
2013-05-22  Eli ZaretskiiFix reporting of DLL unload events on MS-Windows.
2013-05-20  Joel BrobeckerAdd missing empty line after var declarations in handle...
2013-05-04  Eli ZaretskiiAnnounce thread death on MS-Windows.
2013-04-06  Eli ZaretskiiUnbreak Windows-hosted cross debugger builds.
2013-03-27  Pierre Muller * windows-nat.c (handle_output_debug_string): Avoid...
2013-03-26  Joel Brobeckerwindows-nat.c: Add empty line after local block variabl...
2013-03-23  Eli ZaretskiiFix relocation of directories in the MinGW build.
2013-03-20  Jan Kratochvilgdb/
2013-03-20  Corinna Vinschen * windows-nat.c (handle_output_debug_string): Replace...
2013-03-19  Corinna Vinschen * windows-nat.c (handle_output_debug_string): Change...
2013-02-27  Corinna Vinschen * windows-nat.c: Throughout, fix format strings and...
2013-02-19  Kai Tietz * windows-nat.c (windows_xfer_memory): Fix debug-output
2013-02-13  Pedro Alves[native x86 GNU/Linux] Access debug register mirror...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-14  Pierre Muller * windows-nat.c (windows_xfer_shared_libraries): Avoid
2012-11-13  Pierre Muller ARI fixes: Avoid sprintf function use rule.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
next