aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Introduce common-types.hGary Benson2-11/+8
2014-08-19Introduce common/errors.hGary Benson4-22/+36
2014-08-07Move errno.h to common-defs.hGary Benson12-23/+16
2014-08-07Include string.h in common-defs.hGary Benson8-10/+10
2014-08-07Include gdb_assert.h in common-defs.hGary Benson2-2/+4
2014-08-07Move common-utils.h to common-defs.hGary Benson2-1/+4
2014-08-07Move ptid.h to common-defs.hGary Benson3-2/+5
2014-08-07Move gdb_locale.h to common-defs.hGary Benson2-1/+4
2014-08-07Move gdb/signals.h to common-defs.hGary Benson3-2/+5
2014-08-07Move pathmax.h to common-defs.hGary Benson2-3/+4
2014-08-07Move libiberty.h to common-defs.hGary Benson3-2/+5
2014-08-07Move ansidecl.h to common-defs.hGary Benson2-1/+4
2014-08-07Move stddef.h to common-defs.hGary Benson4-3/+6
2014-08-07Move stdarg.h to common-defs.hGary Benson3-2/+5
2014-08-07Move stdlib.h to common-defs.hGary Benson8-8/+10
2014-08-07Move stdio.h to common-defs.hGary Benson7-6/+9
2014-08-06Rearrange awkwardly-nested conditionalsGary Benson2-6/+8
2014-08-06Replace hardwired target-is-async checkGary Benson2-1/+5
2014-07-31Do not include defs.h or server.h in any header fileGary Benson5-5/+7
2014-07-30Introduce common/common-defs.hGary Benson2-2/+6
2014-07-30Make all source files include defs.h or server.h firstGary Benson5-4/+11
2014-07-24Make gdbserver CORE_ADDR unsignedTom Tromey2-1/+6
2014-07-16Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves2-1/+5
2014-07-15[GDBserver] Avoid stale errnoPedro Alves2-6/+19
2014-07-11GDBserver crashes when killing a multi-thread processPedro Alves2-26/+48
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves2-1/+9
2014-06-20Fix mingw32 build on x86-64 RHEL 6.5Gary Benson4-32/+7
2014-06-20Move shared native target specific code to gdb/natGary Benson6-28/+31
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson4-55/+61
2014-06-20Fix gdbserver cross build.Marcus Shawcroft4-0/+102
2014-06-19Create nat/i386-dregs.cGary Benson4-594/+54
2014-06-19Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8Gary Benson2-29/+46
2014-06-18Move macros from i386-{nat,low}.c to i386-{nat,low}.hGary Benson3-7/+19
2014-06-18Create nat/i386-dregs.hGary Benson3-67/+18
2014-06-18Rename functions and make nonstatic as necessaryGary Benson5-66/+103
2014-06-18Abstract i386_dr_low accessGary Benson2-0/+12
2014-06-18Merge i386_update_inferior_debug_regsGary Benson2-6/+11
2014-06-18Merge error handlingGary Benson2-9/+16
2014-06-18Merge printing codeGary Benson2-23/+34
2014-06-18Comment changesGary Benson3-10/+25
2014-06-18Whitespace changesGary Benson2-6/+14
2014-06-12delete gdbserver's freeargvTom Tromey2-21/+4
2014-06-12link gdbserver against libibertyTom Tromey7-43/+140
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-3/+10
2014-06-04gdbserver crash if the_target->supports_z_point_type is NULLJoel Brobecker1-0/+1
2014-06-02gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands.Pedro Alves6-9/+66
2014-05-23Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan2-0/+5
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil2-7/+38
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves22-411/+1062
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves9-81/+62