Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | s/get_regcache_aspace (regcache)/regcache->aspace ()/g | Yao Qi | 1 | -4/+4 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -3/+3 |
2017-10-12 | lwp_info: Make the arch code free arch_lwp_info | Simon Marchi | 1 | -1/+20 |
2017-10-05 | Fix fork-related regressions on GNU/Linux | Pedro Alves | 1 | -1/+4 |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -5/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -14/+9 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -7/+2 |
2017-06-03 | linux-nat: Remove unused parameter | Simon Marchi | 1 | -2/+2 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -2/+2 |
2017-04-11 | Fix read after xfree in linux-nat.c:linux_nat_detach | Philipp Rudo | 1 | -1/+0 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-22 | Remove lwp -> pid conversion in linux_nat_xfer_partial | Simon Marchi | 1 | -10/+3 |
2017-03-14 | linux-nat: Exploit /proc/<pid>/mem for writing | Andreas Arnez | 1 | -16/+16 |
2017-01-12 | Update comment in linux_nat_can_async_p | Simon Marchi | 1 | -3/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -3/+3 |
2016-09-16 | linux-nat: Add function lwp_is_stepping | Andreas Arnez | 1 | -0/+8 |
2016-09-01 | Use target_continue{,_no_signal} instead of target_resume | Sergio Durigan Junior | 1 | -1/+1 |
2016-07-01 | Fix failure to detach if process exits while detaching on Linux | Pedro Alves | 1 | -51/+101 |
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 |