aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/win32-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-6/+6
2014-08-07Move gdb/signals.h to common-defs.hGary Benson1-1/+0
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-4/+14
2014-02-26gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker1-168/+8
2014-02-26windows: Factorize handling of DLL load address offsetJoel Brobecker1-12/+11
2014-02-26gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker1-46/+44
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-9/+25
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-13nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missingJoel Brobecker1-0/+87
2013-12-13Do the target-waiting within do_initial_child_stuff on Windows.Pedro Alves1-15/+46
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-0/+1
2013-09-05[gdbserver] Split a new dll.h file out of server.h.Pedro Alves1-0/+1
2013-09-02 * win32-low.c (child_xfer_memory): Check if ReadProcessMemoryPierre Muller1-6/+15
2013-07-02gdbserver, win32: fix some function typedefsMircea Gherzan1-4/+4
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-4/+2
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-4/+6
2013-02-28 * win32-low.c: Throughout, fix format strings and casts ofCorinna Vinschen1-15/+15
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-05-24gdb/Pedro Alves1-27/+27
2012-05-24gdb/Pedro Alves1-2/+2
2012-04-29gdb/gdbserver:Yao Qi1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-08-14gdb/gdbserver/Yao Qi1-1/+1
2011-08-14 gdb/Yao Qi1-0/+1
2011-08-05 win32-low.c: Include <stdint.h>.Eli Zaretskii1-0/+1
2011-04-19gdbTom Tromey1-1/+1