summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-1/+2
* x86/Linux: disable all-stop on top of non-stopPedro Alves2015-08-181-0/+2
* native Linux: enable always non-stop by defaultPedro Alves2015-08-071-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-3/+9
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-8/+17
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves2015-07-301-0/+14
* PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves2015-07-301-56/+41
* PR gdb/18717: internal error if non-leader thread exits processPedro Alves2015-07-241-4/+6
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-231-1/+1
* Implement mount namespace support for native Linux targetsGary Benson2015-06-101-0/+114
* Move have_ptrace_getregset to linux-nat.cYao Qi2015-06-011-0/+3
* Extended-remote Linux follow forkDon Breazeal2015-05-121-11/+26
* Introduce linux_proc_pid_to_exec_fileGary Benson2015-04-171-9/+1
* update thread list, delete exited threadsPedro Alves2015-04-071-0/+18
* linux_nat.c: Mark new thread running even if momentarily pausingPedro Alves2015-04-011-1/+4
* Simplify target_async hook interfacePedro Alves2015-03-251-18/+7
* Debug output tweaks in the Linux target backendsPedro Alves2015-03-241-21/+28
* Make lwp_info.arch_private handling sharedGary Benson2015-03-241-0/+17
* Introduce basic LWP accessorsGary Benson2015-03-241-0/+27
* Add iterate_over_lwps to gdbserverGary Benson2015-03-241-6/+3
* Introduce current_lwp_ptidGary Benson2015-03-241-0/+9
* Fix race exposed by gdb.threads/killed.expPedro Alves2015-03-191-16/+89
* gdbserver/Linux: unbreak thread event randomizationPedro Alves2015-03-191-0/+1
* native/Linux: internal error if resume is short-circuitedPedro Alves2015-03-191-4/+4
* select_event_lwp_callback: update commentsPedro Alves2015-03-191-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-4/+4
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-2/+2
* Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves2015-03-041-5/+104
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-10/+10
* follow-fork: don't lose the ptids as set by the targetPedro Alves2015-03-041-8/+7
* Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves2015-03-031-5/+1
* GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2015-02-201-26/+39
* linux-nat.c: fix a few lin_lwp_attach_lwp issuesPedro Alves2015-02-201-21/+39
* Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay2015-02-191-2/+4
* Linux: don't resume new LWPs until we've pulled all events out of the kernelPedro Alves2015-02-041-30/+12
* Fix up some target is-async vs can-async confusionsPedro Alves2015-02-031-10/+6
* Linux: make target_is_async_p return false when async is offPedro Alves2015-01-231-13/+10
* Move code to disable ASR to nat/Sergio Durigan Junior2015-01-151-37/+4
* [ARI] Remove trailing new-line in argument of call to warning.Joel Brobecker2015-01-131-1/+1
* linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-298/+294
* linux-nat.c: always mark execing LWP as resumedPedro Alves2015-01-091-0/+4
* linux-nat.c: clean up pending status checking and resuming LWPsPedro Alves2015-01-091-120/+50
* libthread_db: Skip attaching to terminated and joined threadsPedro Alves2015-01-091-0/+1
* Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves2015-01-091-0/+93
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* [Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker2014-12-161-5/+7
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-2/+2