summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
Commit message (Expand)AuthorAgeFilesLines
* Honour SIGILL and SIGSEGV in cancel breakpoint and event lwp selectionYao Qi2014-09-231-10/+18
* Refactor ptrace extended event status.Don Breazeal2014-09-191-4/+4
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-106/+106
* Downgrade fatal to warning in linux_asyncGary Benson2014-08-281-1/+12
* Straightforward fatal to internal_error conversionsGary Benson2014-08-281-3/+10
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* Replace hardwired target-is-async checkGary Benson2014-08-061-1/+1
* Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves2014-07-161-1/+1
* [GDBserver] Avoid stale errnoPedro Alves2014-07-151-6/+14
* GDBserver crashes when killing a multi-thread processPedro Alves2014-07-111-26/+42
* Move shared native target specific code to gdb/natGary Benson2014-06-201-4/+4
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-201-4/+14
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-251-50/+55
* [GDBserver] Fix SH/Linux build.Pedro Alves2014-04-091-1/+1
* Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves2014-02-271-350/+502
* Remove all_lwps global.Doug Evans2014-02-201-232/+251
* Add backlink from lwp_info to thread_info.Doug Evans2014-02-191-3/+1
* * linux-low.c (add_lwp): Change result to struct lwp_info *.Doug Evans2014-02-191-4/+4
* Replace code accessing list implementation details with API calls.Doug Evans2014-02-191-1/+1
* Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans2014-02-191-10/+10
* Keep current_inferior in sync with event_child.Doug Evans2014-02-051-1/+4
* New gdbserver option --debug-format=timestamp.Doug Evans2014-01-221-275/+304
* btrace, gdbserver: read branch trace incrementallyMarkus Metzger2014-01-161-6/+30
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * linux-low.c (linux_set_resume_request): Fix comment.Doug Evans2013-11-201-3/+5
* * linux-low.c (resume_status_pending_p): Tweak comment.Doug Evans2013-11-201-1/+2
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* [gdbserver] Split a new hostio.h file out of server.h.Pedro Alves2013-09-051-0/+1
* [gdbserver] Split a new tracepoint.h file out of server.h.Pedro Alves2013-09-051-0/+1
* PR server/15604Jan Kratochvil2013-08-281-0/+2
* Unify ptrace options discovery code and make both GDB andLuis Machado2013-08-221-251/+6
* * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado2013-08-141-52/+52
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-2/+1
* Lazily allocate 'struct regsets_info'::disabled_regsets.Pedro Alves2013-06-111-13/+26
* Fix regression from multi-arch patch.Pedro Alves2013-06-111-1/+1
* gdb/gdbserver/Jan Kratochvil2013-06-091-34/+43
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-90/+127
* 2013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson2013-06-041-97/+119
* range stepping: gdbserver (x86 GNU/Linux)Pedro Alves2013-05-231-11/+52
* * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,Luis Machado2013-05-161-22/+35
* Linux: No need to set ptrace event options in fork/clone children.Pedro Alves2013-03-221-2/+0
* Extraneous NULL in linux_target_ops when HAVE_LINUX_BTRACE not definedJoel Brobecker2013-03-131-1/+0
* Add the gdb remote target operations for branch tracing.Markus Metzger2013-03-111-0/+57
* PR gdb/15236: gdbserver write to linux memory with zero length corrupts stackPedro Alves2013-03-071-1/+7
* Ensure ptrace() calls cast arguments 3 and 4 appropriately.Marcus Shawcroft2013-02-041-31/+52
* gdb/gdbserver/Yao Qi2013-01-161-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1