aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger1-1/+3
2015-02-09record btrace: add configuration structMarkus Metzger1-2/+33
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-9/+28
2015-02-04Linux: don't resume new LWPs until we've pulled all events out of the kernelPedro Alves1-23/+36
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior1-30/+4
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-325/+382
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-95/+57
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker1-1/+3
2014-12-12S390: Fix gdbserver support for TDBAndreas Arnez1-0/+6
2014-12-12gdbserver: Support read-only regsets in linux-low.cAndreas Arnez1-1/+2
2014-12-12gdbserver: Prevent stale/random values in register cacheAndreas Arnez1-5/+6
2014-12-12gdbserver: Rephrase loops in regsets_fetch/store_inferior_registersAndreas Arnez1-18/+4
2014-11-12GDBserver: don't resume all threads if the Hc thread disapearsPedro Alves1-28/+0
2014-11-12GDBserver: ctrl-c after leader has exitedPedro Alves1-10/+3
2014-09-23Honour SIGILL and SIGSEGV in cancel breakpoint and event lwp selectionYao Qi1-10/+18
2014-09-19Refactor ptrace extended event status.Don Breazeal1-4/+4
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-106/+106
2014-08-28Downgrade fatal to warning in linux_asyncGary Benson1-1/+12
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-3/+10
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in 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-08-06Replace hardwired target-is-async checkGary Benson1-1/+1
2014-07-16Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves1-1/+1
2014-07-15[GDBserver] Avoid stale errnoPedro Alves1-6/+14
2014-07-11GDBserver crashes when killing a multi-thread processPedro Alves1-26/+42
2014-06-20Move shared native target specific code to gdb/natGary Benson1-4/+4
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-4/+14
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves1-50/+55
2014-04-09[GDBserver] Fix SH/Linux build.Pedro Alves1-1/+1
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves1-350/+502
2014-02-20Remove all_lwps global.Doug Evans1-232/+251
2014-02-19Add backlink from lwp_info to thread_info.Doug Evans1-3/+1
2014-02-19 * linux-low.c (add_lwp): Change result to struct lwp_info *.Doug Evans1-4/+4
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-1/+1
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-10/+10
2014-02-05Keep current_inferior in sync with event_child.Doug Evans1-1/+4
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-275/+304
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger1-6/+30
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20 * linux-low.c (linux_set_resume_request): Fix comment.Doug Evans1-3/+5
2013-11-20 * linux-low.c (resume_status_pending_p): Tweak comment.Doug Evans1-1/+2
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-0/+1
2013-09-05[gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves1-0/+1
2013-08-28PR server/15604Jan Kratochvil1-0/+2
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado1-251/+6
2013-08-14 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado1-52/+52