aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-18Reimplement "vFile:fstat" without qSupportedGary Benson1-2/+0
2015-03-11Implement vFile:fstat: in gdbserverGary Benson1-0/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-19/+19
2015-03-06New common function "startswith"Gary Benson1-33/+26
2015-03-04gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves1-0/+25
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger1-1/+59
2015-02-09record btrace: add configuration structMarkus Metzger1-4/+74
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-12/+15
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker1-1/+1
2014-11-12GDBserver: clean up 'cont_thread' handlingPedro Alves1-24/+2
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-23/+23
2014-09-11Introduce show_debug_regsGary Benson1-5/+2
2014-08-29Use exceptions and cleanups in gdbserverGary Benson1-86/+106
2014-06-12link gdbserver against libibertyTom Tromey1-6/+0
2014-06-02gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands.Pedro Alves1-1/+1
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-35/+22
2014-04-10Conditional Z1 breakpoint hangs GDBserver.Pedro Alves1-4/+14
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves1-2/+16