summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* Eliminate catch_errorsPedro Alves2017-10-101-11/+24
* Fix more GDB build breakage on mingw32Pedro Alves2017-10-061-0/+1
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-2/+21
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-9/+0
* Class-ify lm_info_windowsSimon Marchi2017-04-281-4/+5
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-17/+28
* Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior2017-04-131-1/+1
* Fix build breakage from last commit (window-nat.c:windows_create_inferior)Sergio Durigan Junior2017-04-121-1/+1
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+4
* windows-nat.c: Fix bad initialization of ptidSimon Marchi2017-04-091-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* windows: Use ptid from regcache in register fetch/storeSimon Marchi2017-03-211-26/+26
* Use class to manage BFD reference countsTom Tromey2017-01-101-12/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix a few typosSimon Marchi2016-11-041-1/+1
* Support command-line redirection in native MS-Windows debuggingEli Zaretskii2016-10-291-33/+370
* Fix a use of target_mourn_inferior in windows-nat.cJon Turney2016-09-241-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Support setting thread names (MS-Windows)Руслан Ижбулатов2016-08-101-11/+82
* Support JIT debugging on MS-WindowsРуслан Ижбулатов2016-07-231-0/+27
* Remove unused variable in windows-nat.cPedro Alves2016-07-211-2/+1
* Fix C++ build for CygwinJon Turney2016-06-031-2/+2
* Fix startup on MS-Windows when 'gdb.ini' is found in $HOMEEli Zaretskii2016-05-021-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [win32] cannot automatically find executable file [...] warning at GDB startupJoel Brobecker2015-12-221-1/+2
* [C++/mingw] Simplify first chance exception handlingPedro Alves2015-11-171-18/+6
* [C++/mingw] Fix windows-nat.c::xlatePedro Alves2015-11-171-1/+1
* [C++/mingw] windows-nat.c castsPedro Alves2015-11-171-38/+57
* [C++/mingw] Misc alloca castsPedro Alves2015-11-171-4/+4
* gdb/Windows: use windows_wait/windows_resume directly in initial startupPedro Alves2015-10-221-10/+11
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+3
* windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__Jon Turney2015-06-151-2/+2
* windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()Jon Turney2015-06-101-2/+5
* windows-nat: Trim a trailing '\n' from OutputDebugString before echoing itJon Turney2015-06-101-1/+7
* Make the "info dll" command available on all platform.Joel Brobecker2015-05-061-7/+0
* windows-nat: Don't change current_event.dwThreadId in handle_output_debug_str...Jon Turney2015-04-221-2/+1
* windows-nat: Report an error if ContinueDebugEvent() failsJon Turney2015-04-221-0/+5
* windows-nat: Fix misspelling in debug outputJon Turney2015-04-221-1/+1
* windows-nat: Cleanups in get_windows_debug_eventJon Turney2015-04-221-15/+15
* windows-nat: Don't use ternary conditional operator in get_windows_debug_eventJon Turney2015-04-221-1/+3
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-1/+1
* windows-nat.c: conflicting declaration of struct thread_info in C++ modeYuanhui Zhang2015-03-161-21/+21
* New common function "startswith"Gary Benson2015-03-061-5/+3
* Retrieve segment registers on Windows amd64Jon TURNEY2015-02-271-3/+3