| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert have_ptrace_getregset to a tri-state boolean | Yao Qi | 2015-06-23 | 1 | -1/+1 |
* | Implement mount namespace support for native Linux targets | Gary Benson | 2015-06-10 | 1 | -0/+114 |
* | Move have_ptrace_getregset to linux-nat.c | Yao Qi | 2015-06-01 | 1 | -0/+3 |
* | Extended-remote Linux follow fork | Don Breazeal | 2015-05-12 | 1 | -11/+26 |
* | Introduce linux_proc_pid_to_exec_file | Gary Benson | 2015-04-17 | 1 | -9/+1 |
* | update thread list, delete exited threads | Pedro Alves | 2015-04-07 | 1 | -0/+18 |
* | linux_nat.c: Mark new thread running even if momentarily pausing | Pedro Alves | 2015-04-01 | 1 | -1/+4 |
* | Simplify target_async hook interface | Pedro Alves | 2015-03-25 | 1 | -18/+7 |
* | Debug output tweaks in the Linux target backends | Pedro Alves | 2015-03-24 | 1 | -21/+28 |
* | Make lwp_info.arch_private handling shared | Gary Benson | 2015-03-24 | 1 | -0/+17 |
* | Introduce basic LWP accessors | Gary Benson | 2015-03-24 | 1 | -0/+27 |
* | Add iterate_over_lwps to gdbserver | Gary Benson | 2015-03-24 | 1 | -6/+3 |
* | Introduce current_lwp_ptid | Gary Benson | 2015-03-24 | 1 | -0/+9 |
* | Fix race exposed by gdb.threads/killed.exp | Pedro Alves | 2015-03-19 | 1 | -16/+89 |
* | gdbserver/Linux: unbreak thread event randomization | Pedro Alves | 2015-03-19 | 1 | -0/+1 |
* | native/Linux: internal error if resume is short-circuited | Pedro Alves | 2015-03-19 | 1 | -4/+4 |
* | select_event_lwp_callback: update comments | Pedro Alves | 2015-03-19 | 1 | -1/+1 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -3/+3 |
* | New common function "startswith" | Gary Benson | 2015-03-06 | 1 | -4/+4 |
* | garbage collect target_decr_pc_after_break | Pedro Alves | 2015-03-04 | 1 | -2/+2 |
* | Linux native: Use TRAP_BRKPT/TRAP_HWBPT | Pedro Alves | 2015-03-04 | 1 | -5/+104 |
* | enum lwp_stop_reason -> enum target_stop_reason | Pedro Alves | 2015-03-04 | 1 | -10/+10 |
* | follow-fork: don't lose the ptids as set by the target | Pedro Alves | 2015-03-04 | 1 | -8/+7 |
* | Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWP | Pedro Alves | 2015-03-03 | 1 | -5/+1 |
* | GNU/Linux: Stop using libthread_db/td_ta_thr_iter | Pedro Alves | 2015-02-20 | 1 | -26/+39 |
* | linux-nat.c: fix a few lin_lwp_attach_lwp issues | Pedro Alves | 2015-02-20 | 1 | -21/+39 |
* | Fix non executable stack handling when calling functions in the inferior. | Antoine Tremblay | 2015-02-19 | 1 | -2/+4 |
* | Linux: don't resume new LWPs until we've pulled all events out of the kernel | Pedro Alves | 2015-02-04 | 1 | -30/+12 |
* | Fix up some target is-async vs can-async confusions | Pedro Alves | 2015-02-03 | 1 | -10/+6 |
* | Linux: make target_is_async_p return false when async is off | Pedro Alves | 2015-01-23 | 1 | -13/+10 |
* | Move code to disable ASR to nat/ | Sergio Durigan Junior | 2015-01-15 | 1 | -37/+4 |
* | [ARI] Remove trailing new-line in argument of call to warning. | Joel Brobecker | 2015-01-13 | 1 | -1/+1 |
* | linux-nat.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 2015-01-09 | 1 | -298/+294 |
* | linux-nat.c: always mark execing LWP as resumed | Pedro Alves | 2015-01-09 | 1 | -0/+4 |
* | linux-nat.c: clean up pending status checking and resuming LWPs | Pedro Alves | 2015-01-09 | 1 | -120/+50 |
* | libthread_db: Skip attaching to terminated and joined threads | Pedro Alves | 2015-01-09 | 1 | -0/+1 |
* | Linux: on attach, attach to lwps listed under /proc/$pid/task/ | Pedro Alves | 2015-01-09 | 1 | -0/+93 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | [Linux] Ask kernel to kill inferior when GDB terminates | Joel Brobecker | 2014-12-16 | 1 | -5/+7 |
* | Introduce utility function find_inferior_ptid | Simon Marchi | 2014-12-15 | 1 | -2/+2 |
* | linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static. | Doug Evans | 2014-10-18 | 1 | -1/+1 |
* | Remove spurious exceptions.h inclusions | Gary Benson | 2014-10-08 | 1 | -1/+0 |
* | Refactor native follow-fork. | Don Breazeal | 2014-09-30 | 1 | -217/+26 |
* | Linux targets: drop fall back to target method for 'make_corefile_notes' | Andreas Arnez | 2014-09-30 | 1 | -57/+0 |
* | Refactor ptrace extended event status. | Don Breazeal | 2014-09-19 | 1 | -4/+7 |
* | Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..." | Sergio Durigan Junior | 2014-09-16 | 1 | -11/+15 |
* | * linux-nat.c (wait_lwp): Add debugging printf. | Doug Evans | 2014-09-13 | 1 | -0/+4 |
* | linux-nat.c (linux_nat_close): Don't pass NULL for "this". | Doug Evans | 2014-08-25 | 1 | -2/+2 |
* | linux-nat.c (linux_nat_thread_address_space): Delete dead code. | Doug Evans | 2014-08-10 | 1 | -1/+0 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |