aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Display names of remote threadsSimon Marchi1-32/+1
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-10-19gdb: Improve syscall entry/return tracking on LinuxJosh Stone1-9/+26
2015-09-30x86/Linux: reenable all-stop on top of non-stopPedro Alves1-2/+0
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+4
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-09-09Merge async and sync code paths some morePedro Alves1-23/+0
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-1/+2
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves1-0/+2
2015-08-07native Linux: enable always non-stop by defaultPedro Alves1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-3/+9
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-8/+17
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