aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-72/+119
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-5/+5
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey1-2/+2
2014-02-12replace unhexify with hex2binTom Tromey1-2/+3
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey1-1/+1
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-0/+1
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-22/+137
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger1-2/+9
2014-01-16btrace: uppercase btrace_read_typeMarkus Metzger1-2/+2
2014-01-08GDBserver: Discard previous queued events when GDB disconnects.Pedro Alves1-3/+6
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves1-42/+170
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2014-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker1-1/+1
2013-10-02[GDBserver]: Silence exits if GDB is connected through stdio.Pedro Alves1-1/+4