aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki1-2/+2
2016-01-28Import strchrnul from gnulib and use itSimon Marchi1-12/+3
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+51
2016-01-12gdbserver: fix various warningsMike Frysinger1-6/+6
2016-01-12Remove trademark acknowledgements throughoutPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2016-01-01update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker1-1/+1
2015-12-28Use libiberty's crc32 implementation in gdbserverPatrick Palka1-20/+1
2015-12-18Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay1-6/+2
2015-12-14Target remote mode fork and exec event supportDon Breazeal1-2/+4
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi1-1/+1
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone1-2/+2
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves1-26/+14
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves1-13/+32
2015-11-30Remote thread create/exit eventsPedro Alves1-6/+49
2015-11-30New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves1-0/+7
2015-11-30gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves1-0/+24
2015-11-26Display names of remote threadsSimon Marchi1-7/+9
2015-11-19gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves1-6/+13
2015-10-29gdbserver/server.c: Cast return value of memmemSimon Marchi1-1/+2
2015-10-29Change type of write_qxfer_response parameterSimon Marchi1-1/+1
2015-10-29gdbserver: enum gdb_signal castsPedro Alves1-6/+6
2015-10-29gdbserver: btrace enumsPedro Alves1-1/+2
2015-10-21Support breakpoint kinds for software breakpoints in GDBServer.Antoine Tremblay1-4/+4
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-14/+14
2015-09-15Fix typoYao Qi1-1/+1
2015-09-15Support single step by arch or targetYao Qi1-1/+22
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi1-3/+9
2015-09-11Extended-remote follow-execDon Breazeal1-0/+11
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+4
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves1-19/+17
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves1-30/+36
2015-08-06gdbserver: fix silent error exitPedro Alves1-0/+6
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi1-1/+1
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi1-0/+3
2015-07-24Refactor start_inferiorYao Qi1-12/+11
2015-07-24Set general_thread after restartYao Qi1-1/+14
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger1-2/+49
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi1-2/+2
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil1-1/+1
2015-06-10Implement vFile:setfs in gdbserverGary Benson1-1/+2
2015-05-12Extended-remote Linux follow forkDon Breazeal1-0/+3
2015-05-12Identify remote fork event supportDon Breazeal1-0/+22
2015-05-12Locate executables on remote stubs without multiprocess extensionsGary Benson1-5/+20
2015-05-08[gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi1-1/+2
2015-05-06PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves1-0/+2
2015-04-17Implement qXfer:exec-file:read in gdbserverGary Benson1-0/+40
2015-04-01GDBServer: give more complete usage informationPedro Alves1-7/+33
2015-03-20constify gdbserver/server.cPedro Alves1-1/+1