summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker2016-01-011-1/+1
* Use libiberty's crc32 implementation in gdbserverPatrick Palka2015-12-281-20/+1
* Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay2015-12-181-6/+2
* Target remote mode fork and exec event supportDon Breazeal2015-12-141-2/+4
* Support Z0 packet in AArch64 multi-arch debuggingYao Qi2015-12-071-1/+1
* gdbserver: set ptrace flags after creating inferiorsJosh Stone2015-12-041-2/+2
* gdbserver: don't exit until GDB disconnectsPedro Alves2015-11-301-26/+14
* Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves2015-11-301-13/+32
* Remote thread create/exit eventsPedro Alves2015-11-301-6/+49
* New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves2015-11-301-0/+7
* gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves2015-11-301-0/+24
* Display names of remote threadsSimon Marchi2015-11-261-7/+9
* gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves2015-11-191-6/+13
* gdbserver/server.c: Cast return value of memmemSimon Marchi2015-10-291-1/+2
* Change type of write_qxfer_response parameterSimon Marchi2015-10-291-1/+1
* gdbserver: enum gdb_signal castsPedro Alves2015-10-291-6/+6
* gdbserver: btrace enumsPedro Alves2015-10-291-1/+2
* Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay2015-10-211-4/+4
* Add some more casts (1/2)Simon Marchi2015-09-251-4/+5
* Add casts to memory allocation related callsSimon Marchi2015-09-251-14/+14
* Fix typoYao Qi2015-09-151-1/+1
* Support single step by arch or targetYao Qi2015-09-151-1/+22
* [gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi2015-09-151-3/+9
* Extended-remote follow-execDon Breazeal2015-09-111-0/+11
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+4
* Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves2015-08-211-19/+17
* gdbserver: don't pick a random thread if the current thread diesPedro Alves2015-08-211-30/+36
* gdbserver: fix silent error exitPedro Alves2015-08-061-0/+6
* Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi2015-08-041-1/+1
* Initialise target descrption after skipping extra traps for --wrapperYao Qi2015-07-241-0/+3
* Refactor start_inferiorYao Qi2015-07-241-12/+11
* Set general_thread after restartYao Qi2015-07-241-1/+14
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-021-2/+49
* remote: consider addressable unit size when reading/writing memorySimon Marchi2015-06-181-2/+2
* Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil2015-06-101-1/+1
* Implement vFile:setfs in gdbserverGary Benson2015-06-101-1/+2
* Extended-remote Linux follow forkDon Breazeal2015-05-121-0/+3
* Identify remote fork event supportDon Breazeal2015-05-121-0/+22
* Locate executables on remote stubs without multiprocess extensionsGary Benson2015-05-121-5/+20
* [gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi2015-05-081-1/+2
* PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves2015-05-061-0/+2
* Implement qXfer:exec-file:read in gdbserverGary Benson2015-04-171-0/+40
* GDBServer: give more complete usage informationPedro Alves2015-04-011-7/+33
* constify gdbserver/server.cPedro Alves2015-03-201-1/+1
* Reimplement "vFile:fstat" without qSupportedGary Benson2015-03-181-2/+0
* Implement vFile:fstat: in gdbserverGary Benson2015-03-111-0/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-19/+19
* New common function "startswith"Gary Benson2015-03-061-33/+26
* gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves2015-03-041-0/+25
* record-btrace: add bts buffer size configuration optionMarkus Metzger2015-02-091-1/+59