aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+7
2018-05-03Convert struct target_ops to C++Pedro Alves1-102/+114
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-16/+12
2018-03-26Remove struct keyword from section_addr_infoKeith Seitz1-1/+1
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-10Eliminate catch_errorsPedro Alves1-11/+24
2017-10-06Fix more GDB build breakage on mingw32Pedro Alves1-0/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-2/+21
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-9/+0
2017-04-28Class-ify lm_info_windowsSimon Marchi1-4/+5
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-17/+28
2017-04-13Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior1-1/+1
2017-04-12Fix build breakage from last commit (window-nat.c:windows_create_inferior)Sergio Durigan Junior1-1/+1
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+4
2017-04-09windows-nat.c: Fix bad initialization of ptidSimon Marchi1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-21windows: Use ptid from regcache in register fetch/storeSimon Marchi1-26/+26
2017-01-10Use class to manage BFD reference countsTom Tromey1-12/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-04Fix a few typosSimon Marchi1-1/+1
2016-10-29Support command-line redirection in native MS-Windows debuggingEli Zaretskii1-33/+370
2016-09-24Fix a use of target_mourn_inferior in windows-nat.cJon Turney1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-08-10Support setting thread names (MS-Windows)Руслан Ижбулатов1-11/+82
2016-07-23Support JIT debugging on MS-WindowsРуслан Ижбулатов1-0/+27
2016-07-21Remove unused variable in windows-nat.cPedro Alves1-2/+1
2016-06-03Fix C++ build for CygwinJon Turney1-2/+2
2016-05-02Fix startup on MS-Windows when 'gdb.ini' is found in $HOMEEli Zaretskii1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-22[win32] cannot automatically find executable file [...] warning at GDB startupJoel Brobecker1-1/+2
2015-11-17[C++/mingw] Simplify first chance exception handlingPedro Alves1-18/+6
2015-11-17[C++/mingw] Fix windows-nat.c::xlatePedro Alves1-1/+1
2015-11-17[C++/mingw] windows-nat.c castsPedro Alves1-38/+57
2015-11-17[C++/mingw] Misc alloca castsPedro Alves1-4/+4
2015-10-22gdb/Windows: use windows_wait/windows_resume directly in initial startupPedro Alves1-10/+11
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-3/+3
2015-06-15windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__Jon Turney1-2/+2
2015-06-10windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()Jon Turney1-2/+5
2015-06-10windows-nat: Trim a trailing '\n' from OutputDebugString before echoing itJon Turney1-1/+7
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker1-7/+0