aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.Doug Evans2014-10-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Refactor native follow-fork.Don Breazeal2014-09-301-217/+26
* Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez2014-09-301-57/+0
* Refactor ptrace extended event status.Don Breazeal2014-09-191-4/+7
* Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."Sergio Durigan Junior2014-09-161-11/+15
* * linux-nat.c (wait_lwp): Add debugging printf.Doug Evans2014-09-131-0/+4
* linux-nat.c (linux_nat_close): Don't pass NULL for "this".Doug Evans2014-08-251-2/+2
* linux-nat.c (linux_nat_thread_address_space): Delete dead code.Doug Evans2014-08-101-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0