summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/win32-low.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-11/+19
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix use-after-free in gdbserverTom Tromey2018-11-291-2/+2
* Remove unused variables from gdbserverTom Tromey2018-07-221-2/+0
* GDBserver: Pass process_info pointer to target_killPedro Alves2018-07-131-8/+3
* GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves2018-07-131-7/+7
* Remove ptid_equalTom Tromey2018-07-031-2/+2
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* Add missing client_state struct references to win target.Stan Cox2018-06-081-1/+2
* gdbserver/Windows: Fix "no program to debug" errorJoel Brobecker2018-05-101-0/+4
* [gdbserver/win32] fatal "glob could not process pattern '(null)'" errorJoel Brobecker2018-05-101-2/+5
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-1/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove for_each_inferiorSimon Marchi2017-12-021-3/+3
* Remove find_inferior_idSimon Marchi2017-12-021-18/+5
* Remove usage of find_inferior in win32-low.cSimon Marchi2017-11-191-6/+6
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-10/+6
* Fix GDB build under msys+mingw gcc 32bitYuanhui Zhang2017-10-061-0/+1
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-041-3/+19
* gdbserver: Rename some functions, thread -> inferiorSimon Marchi2017-08-251-4/+4
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-17/+6
* -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECDPedro Alves2017-04-051-5/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix C++ build for CygwinJon Turney2016-06-031-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdbserver: set ptrace flags after creating inferiorsJosh Stone2015-12-041-1/+1
* [C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2015-11-171-4/+6
* [C++/mingw] handle_output_debug_stringPedro Alves2015-11-171-6/+3
* [C++/mingw] gdbserver castsPedro Alves2015-11-171-9/+10
* Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay2015-10-231-4/+31
* [gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi2015-09-151-4/+1
* Extended-remote follow-execDon Breazeal2015-09-111-0/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Initialise target descrption after skipping extra traps for --wrapperYao Qi2015-07-241-0/+1
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* Extended-remote Linux follow forkDon Breazeal2015-05-121-0/+1
* Identify remote fork event supportDon Breazeal2015-05-121-0/+2
* [gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi2015-05-081-0/+4
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves2015-03-051-0/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* gdbserver/win32: Rewrite debug registers handlingPedro Alves2014-10-151-25/+48
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-6/+6
* Move gdb/signals.h to common-defs.hGary Benson2014-08-071-1/+0
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-201-4/+14
* gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2014-02-261-168/+8
* windows: Factorize handling of DLL load address offsetJoel Brobecker2014-02-261-12/+11
* gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker2014-02-261-46/+44