aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-09gdbserver gnu/linux: stepping over breakpointYao Qi1-2/+6
2015-03-24Debug output tweaks in the Linux target backendsPedro Alves1-4/+26
2015-03-24Make lwp_info.arch_private handling sharedGary Benson1-0/+17
2015-03-24Change signature of linux_target_ops.new_threadGary Benson1-1/+1
2015-03-24Introduce basic LWP accessorsGary Benson1-0/+26
2015-03-24Add iterate_over_lwps to gdbserverGary Benson1-0/+54
2015-03-24Introduce current_lwp_ptidGary Benson1-0/+8
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves1-17/+63
2015-03-19gdbserver/Linux: unbreak non-stopPedro Alves1-3/+1
2015-03-19gdbserver/Linux: unbreak thread event randomizationPedro Alves1-2/+5
2015-03-19select_event_lwp_callback: update commentsPedro Alves1-5/+5
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-03-04gdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves1-6/+116
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-17/+17
2015-03-03btrace: support 32-bit inferior on 64-bit hostMarkus Metzger1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-10/+10
2015-02-26gdbserver/Linux: Simplify stepping past program breakpoint a littlePedro Alves1-6/+1
2015-02-23gdbserver: redo stepping over breakpoint that was on top of a permanent break...Pedro Alves1-8/+37
2015-02-20fix gdbserver/linux-low'c's pending status handlingPedro Alves1-3/+2
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay1-16/+5
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