aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-0/+4
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki1-0/+4
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-0/+1
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi1-1/+0
2015-11-30Remote thread create/exit eventsPedro Alves1-0/+1
2015-09-11Extended-remote follow-execDon Breazeal1-0/+1
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves1-0/+3
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi1-0/+1
2015-05-12Extended-remote follow vforkDon Breazeal1-0/+1
2015-05-12Extended-remote Linux follow forkDon Breazeal1-0/+1
2015-03-04gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves1-0/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-21Include alloca.h unconditionallyYao Qi1-9/+0
2014-10-08Include common-exceptions.h in common-defs.hGary Benson1-2/+0
2014-10-08Include cleanups.h in common-defs.hGary Benson1-1/+0
2014-09-11Introduce show_debug_regsGary Benson1-1/+0
2014-08-29Use exceptions and cleanups in gdbserverGary Benson1-4/+3
2014-08-19Introduce common-types.hGary Benson1-11/+2
2014-08-07Move errno.h to common-defs.hGary Benson1-3/+0
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-08-07Move common-utils.h to common-defs.hGary Benson1-1/+0
2014-08-07Move ptid.h to common-defs.hGary Benson1-1/+0
2014-08-07Move gdb_locale.h to common-defs.hGary Benson1-1/+0
2014-08-07Move gdb/signals.h to common-defs.hGary Benson1-1/+0
2014-08-07Move pathmax.h to common-defs.hGary Benson1-3/+0
2014-08-07Move libiberty.h to common-defs.hGary Benson1-1/+0
2014-08-07Move ansidecl.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdarg.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-07-30Introduce common/common-defs.hGary Benson1-2/+1
2014-07-24Make gdbserver CORE_ADDR unsignedTom Tromey1-1/+1
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18don't check for string.h or strings.hTom Tromey1-2/+0
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-6/+0
2013-09-05[gdbserver] Split a new event-loop.h file out of server.h.Pedro Alves1-14/+1
2013-09-05[gdbserver] Split a new dll.h file out of server.h.Pedro Alves1-16/+0
2013-09-05[gdbserver] Split a new inferiors.h file out of server.h.Pedro Alves1-95/+2
2013-09-05[gdbserver] Move bytecode compilation bits from server.h to ax.h.Pedro Alves1-56/+0
2013-09-05[gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves1-112/+0
2013-09-05[gdbserver] Split a new utils.h file out of server.h.Pedro Alves1-11/+1
2013-09-05[gdbserver] Split a new remote-utils.h file out of server.h.Pedro Alves1-64/+1
2013-09-05[gdbserver] Delete _ macro (gettext).Pedro Alves1-6/+0
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-0/+3
2013-06-24don't keep a gdb-specific dateTom Tromey1-4/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-0/+6