aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-2/+1
2013-06-11Lazily allocate 'struct regsets_info'::disabled_regsets.Pedro Alves1-13/+26
2013-06-11Fix regression from multi-arch patch.Pedro Alves1-1/+1
2013-06-09gdb/gdbserver/Jan Kratochvil1-34/+43
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-90/+127
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-97/+119
2013-05-23range stepping: gdbserver (x86 GNU/Linux)Pedro Alves1-11/+52
2013-05-16 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,Luis Machado1-22/+35
2013-03-22Linux: No need to set ptrace event options in fork/clone children.Pedro Alves1-2/+0
2013-03-13Extraneous NULL in linux_target_ops when HAVE_LINUX_BTRACE not definedJoel Brobecker1-1/+0
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger1-0/+57
2013-03-07PR gdb/15236: gdbserver write to linux memory with zero length corrupts stackPedro Alves1-1/+7
2013-02-04Ensure ptrace() calls cast arguments 3 and 4 appropriately.Marcus Shawcroft1-31/+52