Age | Commit message (Expand) | Author | Files | Lines |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -2/+0 |
2016-05-24 | Fix PR gdb/19828: gdb -p <process from a container>: internal error | Pedro Alves | 1 | -0/+10 |
2016-05-24 | Make gdb/linux-nat.c consider a waitstatus pending on the infrun side | Pedro Alves | 1 | -1/+4 |
2016-05-24 | [Linux] Optimize PID -> struct lwp_info lookup | Pedro Alves | 1 | -38/+121 |
2016-05-24 | [Linux] Avoid refetching core-of-thread if thread hasn't run | Pedro Alves | 1 | -1/+8 |
2016-05-24 | Linux native thread create/exit events support | Pedro Alves | 1 | -11/+51 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -4/+0 |
2016-04-12 | Decouple target_interrupt from all-stop/non-stop modes | Pedro Alves | 1 | -10/+0 |
2016-02-24 | Handle MIPS Linux SIGTRAP siginfo.si_code values | Pedro Alves | 1 | -77/+72 |
2016-01-25 | Fix PR 19494: hang when killing unfollowed fork children | Pedro Alves | 1 | -35/+69 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-17 | Fix PR threads/19354: "info threads" error with multiple inferiors | Pedro Alves | 1 | -0/+7 |
2015-12-17 | Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL | Pedro Alves | 1 | -358/+92 |
2015-12-10 | Remove support for thread events without PTRACE_EVENT_CLONE in GDB | Antoine Tremblay | 1 | -144/+0 |
2015-11-26 | Display names of remote threads | Simon Marchi | 1 | -32/+1 |
2015-11-26 | Constify thread name return path | Simon Marchi | 1 | -1/+1 |
2015-10-19 | gdb: Improve syscall entry/return tracking on Linux | Josh Stone | 1 | -9/+26 |
2015-09-30 | x86/Linux: reenable all-stop on top of non-stop | Pedro Alves | 1 | -2/+0 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -4/+4 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -23/+0 |
2015-08-27 | Detect SW breakpoints in Cell/B.E. combined debugging | Ulrich Weigand | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-21 | Warn when accessing binaries from remote targets | Gary Benson | 1 | -1/+2 |
2015-08-18 | x86/Linux: disable all-stop on top of non-stop | Pedro Alves | 1 | -0/+2 |
2015-08-07 | native Linux: enable always non-stop by default | Pedro Alves | 1 | -1/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -3/+9 |
2015-08-07 | Implement all-stop on top of a target running non-stop mode | Pedro Alves | 1 | -8/+17 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-07-30 | PR threads/18600: Inferiors left around after fork+thread spawn | Pedro Alves | 1 | -0/+14 |
2015-07-30 | PR threads/18600: Threads left stopped after fork+thread spawn | Pedro Alves | 1 | -56/+41 |
2015-07-24 | PR gdb/18717: internal error if non-leader thread exits process | Pedro Alves | 1 | -4/+6 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-06-23 | Convert have_ptrace_getregset to a tri-state boolean | Yao Qi | 1 | -1/+1 |
2015-06-10 | Implement mount namespace support for native Linux targets | Gary Benson | 1 | -0/+114 |
2015-06-01 | Move have_ptrace_getregset to linux-nat.c | Yao Qi | 1 | -0/+3 |
2015-05-12 | Extended-remote Linux follow fork | Don Breazeal | 1 | -11/+26 |
2015-04-17 | Introduce linux_proc_pid_to_exec_file | Gary Benson | 1 | -9/+1 |
2015-04-07 | update thread list, delete exited threads | Pedro Alves | 1 | -0/+18 |
2015-04-01 | linux_nat.c: Mark new thread running even if momentarily pausing | Pedro Alves | 1 | -1/+4 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -18/+7 |
2015-03-24 | Debug output tweaks in the Linux target backends | Pedro Alves | 1 | -21/+28 |
2015-03-24 | Make lwp_info.arch_private handling shared | Gary Benson | 1 | -0/+17 |
2015-03-24 | Introduce basic LWP accessors | Gary Benson | 1 | -0/+27 |
2015-03-24 | Add iterate_over_lwps to gdbserver | Gary Benson | 1 | -6/+3 |
2015-03-24 | Introduce current_lwp_ptid | Gary Benson | 1 | -0/+9 |
2015-03-19 | Fix race exposed by gdb.threads/killed.exp | Pedro Alves | 1 | -16/+89 |
2015-03-19 | gdbserver/Linux: unbreak thread event randomization | Pedro Alves | 1 | -0/+1 |
2015-03-19 | native/Linux: internal error if resume is short-circuited | Pedro Alves | 1 | -4/+4 |
2015-03-19 | select_event_lwp_callback: update comments | Pedro Alves | 1 | -1/+1 |