aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/win32-low.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-1882/+0
2020-01-10Multi-target supportPedro Alves1-2/+2
2020-01-06Improve process exit status macros on MinGWEli Zaretskii1-2/+20
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-29Fix use-after-free in gdbserverTom Tromey1-2/+2
2018-07-22Remove unused variables from gdbserverTom Tromey1-2/+0
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves1-8/+3
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves1-7/+7
2018-07-03Remove ptid_equalTom Tromey1-2/+2
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-07-03Remove ptid_buildTom Tromey1-2/+2
2018-06-08Add missing client_state struct references to win target.Stan Cox1-1/+2
2018-05-10gdbserver/Windows: Fix "no program to debug" errorJoel Brobecker1-0/+4
2018-05-10[gdbserver/win32] fatal "glob could not process pattern '(null)'" errorJoel Brobecker1-2/+5
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-1/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-02Remove for_each_inferiorSimon Marchi1-3/+3
2017-12-02Remove find_inferior_idSimon Marchi1-18/+5
2017-11-19Remove usage of find_inferior in win32-low.cSimon Marchi1-6/+6
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-10/+6
2017-10-06Fix GDB build under msys+mingw gcc 32bitYuanhui Zhang1-0/+1
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-3/+19
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi1-4/+4
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-17/+6
2017-04-05-Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECDPedro Alves1-5/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-03Fix C++ build for CygwinJon Turney1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone1-1/+1
2015-11-17[C++/mingw] gdbserver: gdb/host signal mixupPedro Alves1-4/+6
2015-11-17[C++/mingw] handle_output_debug_stringPedro Alves1-6/+3
2015-11-17[C++/mingw] gdbserver castsPedro Alves1-9/+10
2015-10-23Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay1-4/+31
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi1-4/+1
2015-09-11Extended-remote follow-execDon Breazeal1-0/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi1-0/+1
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-05-12Extended-remote Linux follow forkDon Breazeal1-0/+1
2015-05-12Identify remote fork event supportDon Breazeal1-0/+2
2015-05-08[gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi1-0/+4
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-03-05Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves1-0/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-15gdbserver/win32: Rewrite debug registers handlingPedro Alves1-25/+48