aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-30PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves1-0/+14
2015-07-30PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves1-56/+41
2015-07-24PR gdb/18717: internal error if non-leader thread exits processPedro Alves1-4/+6
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi1-1/+1
2015-06-10Implement mount namespace support for native Linux targetsGary Benson1-0/+114
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi1-0/+3
2015-05-12Extended-remote Linux follow forkDon Breazeal1-11/+26
2015-04-17Introduce linux_proc_pid_to_exec_fileGary Benson1-9/+1
2015-04-07update thread list, delete exited threadsPedro Alves1-0/+18
2015-04-01linux_nat.c: Mark new thread running even if momentarily pausingPedro Alves1-1/+4
2015-03-25Simplify target_async hook interfacePedro Alves1-18/+7
2015-03-24Debug output tweaks in the Linux target backendsPedro Alves1-21/+28
2015-03-24Make lwp_info.arch_private handling sharedGary Benson1-0/+17
2015-03-24Introduce basic LWP accessorsGary Benson1-0/+27
2015-03-24Add iterate_over_lwps to gdbserverGary Benson1-6/+3
2015-03-24Introduce current_lwp_ptidGary Benson1-0/+9
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves1-16/+89
2015-03-19gdbserver/Linux: unbreak thread event randomizationPedro Alves1-0/+1
2015-03-19native/Linux: internal error if resume is short-circuitedPedro Alves1-4/+4
2015-03-19select_event_lwp_callback: update commentsPedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-4/+4
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-2/+2
2015-03-04Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves1-5/+104
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-10/+10
2015-03-04follow-fork: don't lose the ptids as set by the targetPedro Alves1-8/+7
2015-03-03Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves1-5/+1
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves1-26/+39
2015-02-20linux-nat.c: fix a few lin_lwp_attach_lwp issuesPedro Alves1-21/+39
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay1-2/+4
2015-02-04Linux: don't resume new LWPs until we've pulled all events out of the kernelPedro Alves1-30/+12
2015-02-03Fix up some target is-async vs can-async confusionsPedro Alves1-10/+6
2015-01-23Linux: make target_is_async_p return false when async is offPedro Alves1-13/+10
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior1-37/+4
2015-01-13[ARI] Remove trailing new-line in argument of call to warning.Joel Brobecker1-1/+1
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-298/+294
2015-01-09linux-nat.c: always mark execing LWP as resumedPedro Alves1-0/+4
2015-01-09linux-nat.c: clean up pending status checking and resuming LWPsPedro Alves1-120/+50
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves1-0/+1
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-0/+93
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-5/+7
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-2/+2
2014-10-18linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-30Refactor native follow-fork.Don Breazeal1-217/+26
2014-09-30Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez1-57/+0
2014-09-19Refactor ptrace extended event status.Don Breazeal1-4/+7