aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker82-82/+82
2015-01-01Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker3-2/+7
2014-12-29Sanitize input_interrupt outputSergio Durigan Junior2-3/+19
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker2-1/+9
2014-12-16aarch64/gdbserver: fix floating point registers displayCatalin Udma2-1/+16
2014-12-15Use PTRACE_SINGLESTEP_ONE when single-stepping one thread.Joel Brobecker2-3/+9
2014-12-13Add ChangeLog entries missing from the previous commit.Joel Brobecker1-0/+6
2014-12-13configure gdb/gnulib with --disable-largefile if largefile support disabled.Joel Brobecker2-1/+26
2014-12-12S390: Fix gdbserver support for TDBAndreas Arnez3-0/+30
2014-12-12gdbserver: Support read-only regsets in linux-low.cAndreas Arnez3-11/+15
2014-12-12gdbserver: Prevent stale/random values in register cacheAndreas Arnez3-5/+16
2014-12-12gdbserver: Rephrase loops in regsets_fetch/store_inferior_registersAndreas Arnez2-18/+10
2014-11-28Use readlink unconditionallyYao Qi5-9/+9
2014-11-21Include alloca.h unconditionallyYao Qi6-213/+15
2014-11-17[gdbserver/lynx] spurious failure to write in inferior memoryJoel Brobecker2-5/+12
2014-11-12GDBserver: clean up 'cont_thread' handlingPedro Alves2-24/+9
2014-11-12GDBserver: don't resume all threads if the Hc thread disapearsPedro Alves2-28/+5
2014-11-12GDBserver: ctrl-c after leader has exitedPedro Alves2-10/+8
2014-10-15gdbserver/win32: Rewrite debug registers handlingPedro Alves5-101/+175
2014-10-08Include common-exceptions.h in common-defs.hGary Benson2-2/+4
2014-10-08Include cleanups.h in common-defs.hGary Benson2-1/+4
2014-09-30Clean up after generated c files for MIPS DSP targetsJames Hogan2-1/+7
2014-09-23Honour SIGILL and SIGSEGV in cancel breakpoint and event lwp selectionYao Qi2-10/+26
2014-09-22Rename target_{stop,continue}_ptidGary Benson1-2/+2
2014-09-19Refactor ptrace extended event status.Don Breazeal2-4/+11
2014-09-16Fix CPPFLAGS handling in gdbserver's build.Joel Brobecker2-2/+9
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson28-245/+277
2014-09-12Introduce common-regcache.hGary Benson3-1/+18
2014-09-11Introduce common/symbol.hGary Benson3-2/+41
2014-09-11Introduce target_{stop,continue}_ptidGary Benson2-0/+37
2014-09-11Introduce target/target.hGary Benson3-0/+32
2014-09-11Introduce show_debug_regsGary Benson4-17/+18
2014-09-08Fix ppc_collect/supply_ptrace_register() routinesEdjunior Barbosa Machado2-9/+42
2014-09-03Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROLJames Hogan2-0/+6
2014-09-03x86 debug address register clarificationsGary Benson3-2/+7
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson8-128/+137
2014-09-02Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.cGary Benson2-2/+7
2014-08-29Use exceptions and cleanups in gdbserverGary Benson4-97/+125
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson3-1/+21
2014-08-29Introduce common/gdb_setjmp.hGary Benson3-0/+41
2014-08-29Move cleanups.[ch] to commonGary Benson2-2/+11
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson2-0/+15
2014-08-28Remove fatal function and prototypeGary Benson3-20/+5
2014-08-28Convert fatal to perror_with_name in IPA codeGary Benson2-6/+10
2014-08-28Convert fatal to error in remote_prepareGary Benson2-1/+5
2014-08-28Downgrade fatal to warning in linux_asyncGary Benson2-1/+18
2014-08-28Convert fatal to gdb_assert in both i386_dr_low_set_addrGary Benson3-5/+10
2014-08-28Straightforward fatal to internal_error conversionsGary Benson9-52/+117
2014-08-19Introduce common-debug.hGary Benson4-11/+21
2014-08-19Move print-utils.h to common-defs.hGary Benson2-2/+4