aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-18gdb/gdbserver/Yao Qi1-0/+1
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-0/+1
2013-09-05[gdbserver] Split a new dll.h file out of server.h.Pedro Alves1-0/+1
2013-09-05[gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves1-0/+1
2013-09-02server.c:gdb_read_memory: Fix error return.Pedro Alves1-1/+1
2013-08-28PR server/15604Jan Kratochvil1-0/+5
2013-07-24 gdb/Luis Machado1-4/+11
2013-07-01Rely on gnulib's unistd.h replacement.Pedro Alves1-2/+0
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-12/+13
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-3/+3
2013-05-24[gdbserver] Don't assume vCont;r ADDR1,ADDR2 comes with a ptid attached.Pedro Alves1-8/+7
2013-05-23range stepping: gdbserver (x86 GNU/Linux)Pedro Alves1-1/+23
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger1-0/+161
2013-03-11Preserve a verbose error message of xfer functions if they return -3.Markus Metzger1-4/+12
2013-03-082012-03-08 Stan Shebs <stan@codesourcery.com>Hafiz Abid Qadeer1-0/+1
2013-02-27gdb/gdbserver/Yao Qi1-1/+2
2013-02-19gdbserver:server.c - use unpack_varlen_hex to extract hex numbers.Pedro Alves1-5/+8
2013-01-25gdb/gdbserverYao Qi1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2013-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker1-1/+1
2012-12-15gdb/gdbserver/Yao Qi1-110/+54
2012-11-152012-11-15 Pierre Muller <muller@sourceware.org>Pierre Muller1-3/+1
2012-11-09gdb/gdbserver:Yao Qi1-4/+2
2012-10-01http://sourceware.org/ml/gdb-patches/2012-09/msg00568.htmlAndrew Burgess1-4/+5
2012-07-312012-07-31 Pedro Alves <palves@redhat.com>Pedro Alves1-5/+3
2012-07-27gdb/gdbserver/Yao Qi1-1/+1
2012-07-02 Add target-side support for dynamic printf.Stan Shebs1-17/+36