summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-241-77/+72
* Fix PR 19494: hang when killing unfollowed fork childrenPedro Alves2016-01-251-35/+69
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves2015-12-171-0/+7
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-358/+92
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-144/+0
* Display names of remote threadsSimon Marchi2015-11-261-32/+1
* Constify thread name return pathSimon Marchi2015-11-261-1/+1
* gdb: Improve syscall entry/return tracking on LinuxJosh Stone2015-10-191-9/+26
* x86/Linux: reenable all-stop on top of non-stopPedro Alves2015-09-301-2/+0
* Add some more casts (1/2)Simon Marchi2015-09-251-4/+4
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Merge async and sync code paths some morePedro Alves2015-09-091-23/+0
* Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand2015-08-271-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* 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