summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Move code to disable ASR to nat/Sergio Durigan Junior2015-01-154-31/+20
* Move safe_strerror to common/Sergio Durigan Junior2015-01-154-2/+24
* Detect 64-bit-ness in PowerPC Book III-EYao Qi2015-01-147-7/+22
* Move some ppc macros to nat/ppc-linux.hYao Qi2015-01-142-29/+11
* Fix use of wrong struct i387_xsave field in i387_cache_to_xsaveJoel Brobecker2015-01-102-1/+7
* [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-098-346/+506
* libthread_db: Skip attaching to terminated and joined threadsPedro Alves2015-01-092-0/+16
* Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves2015-01-094-102/+68
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0182-82/+82
* Update copyright year printed by gdb, gdbserver and gdbreplay.Joel Brobecker2015-01-013-2/+7
* Sanitize input_interrupt outputSergio Durigan Junior2014-12-292-3/+19
* [Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker2014-12-162-1/+9
* aarch64/gdbserver: fix floating point registers displayCatalin Udma2014-12-162-1/+16
* Use PTRACE_SINGLESTEP_ONE when single-stepping one thread.Joel Brobecker2014-12-152-3/+9
* Add ChangeLog entries missing from the previous commit.Joel Brobecker2014-12-131-0/+6
* configure gdb/gnulib with --disable-largefile if largefile support disabled.Joel Brobecker2014-12-132-1/+26
* S390: Fix gdbserver support for TDBAndreas Arnez2014-12-123-0/+30
* gdbserver: Support read-only regsets in linux-low.cAndreas Arnez2014-12-123-11/+15
* gdbserver: Prevent stale/random values in register cacheAndreas Arnez2014-12-123-5/+16
* gdbserver: Rephrase loops in regsets_fetch/store_inferior_registersAndreas Arnez2014-12-122-18/+10
* Use readlink unconditionallyYao Qi2014-11-285-9/+9
* Include alloca.h unconditionallyYao Qi2014-11-216-213/+15
* [gdbserver/lynx] spurious failure to write in inferior memoryJoel Brobecker2014-11-172-5/+12
* GDBserver: clean up 'cont_thread' handlingPedro Alves2014-11-122-24/+9
* GDBserver: don't resume all threads if the Hc thread disapearsPedro Alves2014-11-122-28/+5
* GDBserver: ctrl-c after leader has exitedPedro Alves2014-11-122-10/+8
* gdbserver/win32: Rewrite debug registers handlingPedro Alves2014-10-155-101/+175
* Include common-exceptions.h in common-defs.hGary Benson2014-10-082-2/+4
* Include cleanups.h in common-defs.hGary Benson2014-10-082-1/+4
* Clean up after generated c files for MIPS DSP targetsJames Hogan2014-09-302-1/+7
* Honour SIGILL and SIGSEGV in cancel breakpoint and event lwp selectionYao Qi2014-09-232-10/+26
* Rename target_{stop,continue}_ptidGary Benson2014-09-221-2/+2
* Refactor ptrace extended event status.Don Breazeal2014-09-192-4/+11
* Fix CPPFLAGS handling in gdbserver's build.Joel Brobecker2014-09-162-2/+9
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-1628-245/+277
* Introduce common-regcache.hGary Benson2014-09-123-1/+18
* Introduce common/symbol.hGary Benson2014-09-113-2/+41
* Introduce target_{stop,continue}_ptidGary Benson2014-09-112-0/+37
* Introduce target/target.hGary Benson2014-09-113-0/+32
* Introduce show_debug_regsGary Benson2014-09-114-17/+18
* Fix ppc_collect/supply_ptrace_register() routinesEdjunior Barbosa Machado2014-09-082-9/+42
* Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROLJames Hogan2014-09-032-0/+6
* x86 debug address register clarificationsGary Benson2014-09-033-2/+7
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-028-128/+137
* Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.cGary Benson2014-09-022-2/+7
* Use exceptions and cleanups in gdbserverGary Benson2014-08-294-97/+125
* Introduce common/common-exceptions.[ch]Gary Benson2014-08-293-1/+21
* Introduce common/gdb_setjmp.hGary Benson2014-08-293-0/+41
* Move cleanups.[ch] to commonGary Benson2014-08-292-2/+11
* Move internal_{,v}warning to common/errors.[ch]Gary Benson2014-08-292-0/+15