aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)Author
2017-04-28Class-ify lm_info_windowsSimon Marchi
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-04-13Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior
2017-04-12Fix build breakage from last commit (window-nat.c:windows_create_inferior)Sergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-09windows-nat.c: Fix bad initialization of ptidSimon Marchi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-21windows: Use ptid from regcache in register fetch/storeSimon Marchi
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-04Fix a few typosSimon Marchi
2016-10-29Support command-line redirection in native MS-Windows debuggingEli Zaretskii
2016-09-24Fix a use of target_mourn_inferior in windows-nat.cJon Turney
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-08-10Support setting thread names (MS-Windows)Руслан Ижбулатов
2016-07-23Support JIT debugging on MS-WindowsРуслан Ижбулатов
2016-07-21Remove unused variable in windows-nat.cPedro Alves
2016-06-03Fix C++ build for CygwinJon Turney
2016-05-02Fix startup on MS-Windows when 'gdb.ini' is found in $HOMEEli Zaretskii
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-22[win32] cannot automatically find executable file [...] warning at GDB startupJoel Brobecker
2015-11-17[C++/mingw] Simplify first chance exception handlingPedro Alves
2015-11-17[C++/mingw] Fix windows-nat.c::xlatePedro Alves
2015-11-17[C++/mingw] windows-nat.c castsPedro Alves
2015-11-17[C++/mingw] Misc alloca castsPedro Alves
2015-10-22gdb/Windows: use windows_wait/windows_resume directly in initial startupPedro Alves
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-06-15windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__Jon Turney
2015-06-10windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()Jon Turney
2015-06-10windows-nat: Trim a trailing '\n' from OutputDebugString before echoing itJon Turney
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker
2015-04-22windows-nat: Don't change current_event.dwThreadId in handle_output_debug_str...Jon Turney
2015-04-22windows-nat: Report an error if ContinueDebugEvent() failsJon Turney
2015-04-22windows-nat: Fix misspelling in debug outputJon Turney
2015-04-22windows-nat: Cleanups in get_windows_debug_eventJon Turney
2015-04-22windows-nat: Don't use ternary conditional operator in get_windows_debug_eventJon Turney
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves
2015-03-16windows-nat.c: conflicting declaration of struct thread_info in C++ modeYuanhui Zhang
2015-03-06New common function "startswith"Gary Benson
2015-02-27Retrieve segment registers on Windows amd64Jon TURNEY
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-30Remove "dll-symbols", "add-shared-symbol-files" and assf" commands.Joel Brobecker
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Move stdlib.h to common-defs.hGary Benson
2014-07-25fix build: update clear_proceed_status callersPedro Alves