aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-16Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."Sergio Durigan Junior1-11/+15
2014-09-13 * linux-nat.c (wait_lwp): Add debugging printf.Doug Evans1-0/+4
2014-08-25linux-nat.c (linux_nat_close): Don't pass NULL for "this".Doug Evans1-2/+2
2014-08-10linux-nat.c (linux_nat_thread_address_space): Delete dead code.Doug Evans1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-31 * inflow.c (child_terminal_inferior): Add comment.Doug Evans1-2/+11
2014-07-25Always pass signals to the right threadPedro Alves1-2/+1
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey1-0/+8