aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-2/+2
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-9/+8
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-1/+32
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-3/+3
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love1-2/+1
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love1-2/+6
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-18/+7
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves1-1/+3
2016-07-21Support vCont s and S actions with software single stepYao Qi1-5/+8
2016-07-21Create sub classes of 'struct breakpoint'Yao Qi1-2/+2
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