aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-210/+0
2020-01-14Move gdbsupport to the top levelTom Tromey1-0/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger1-6/+0
2019-10-02Convert boolean globals in server.c to boolChristian Biesinger1-7/+7
2019-07-09Rename common to gdbsupportTom Tromey1-7/+7
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-25Normalize includes to use common/Tom Tromey1-7/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-22Restore behavior of disabling address randomization by default on GDBserverSimon Marchi1-1/+1
2018-06-11Increase gdbsever PBUFSIZAlan Hayward1-1/+1
2018-06-04Add client_state struct.Stan Cox1-30/+73
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-3/+3
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-0/+14
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
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