Age | Commit message (Expand) | Author | Files | Lines |
2018-02-09 | btrace: check perf_event_paranoid | Markus Metzger | 1 | -2/+30 |
2018-02-09 | btrace: improve enable error messages | Markus Metzger | 1 | -40/+29 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 2 | -256/+20 |
2018-02-09 | btrace, gdbserver: use exceptions to convey btrace enable/disable errors | Markus Metzger | 1 | -0/+3 |
2018-02-09 | btrace: prepare for throwing exceptions when enabling btrace | Markus Metzger | 1 | -67/+51 |
2018-01-19 | gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h | James Clarke | 2 | -2/+1 |
2018-01-17 | Make linux_ptrace_attach_fail_reason return an std::string | Simon Marchi | 2 | -37/+26 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 37 | -37/+37 |
2017-12-15 | Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on Alpha | Richard Henderson | 1 | -0/+5 |
2017-11-30 | Remove ioctl-based procfs support on Solaris | Rainer Orth | 1 | -2/+0 |
2017-11-26 | Change maybe_disable_address_space_randomization to a class | Tom Tromey | 2 | -54/+44 |
2017-10-14 | Fix build failure in linux-osdata.c | Simon Marchi | 1 | -1/+1 |
2017-10-14 | Use std::vector in linux_xfer_osdata_processgroups | Simon Marchi | 1 | -56/+40 |
2017-10-12 | lwp_info: Make the arch code free arch_lwp_info | Simon Marchi | 4 | -0/+23 |
2017-10-04 | Implement "set cwd" command on GDB | Sergio Durigan Junior | 1 | -0/+23 |
2017-09-21 | linux-waitpid: Get rid of format string warning | Simon Marchi | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -4/+4 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -3/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-01 | PR gdb/22046: Fix T-stopped detach regression on old Linux kernels | Jan Kratochvil | 1 | -3/+3 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 3 | -71/+34 |
2017-06-25 | x86-dregs: Print debug registers one per line | Simon Marchi | 1 | -10/+6 |
2017-06-18 | nat/linux-ptrace.c: add missing gdb_byte* cast | Thomas Petazzoni | 1 | -1/+1 |
2017-06-17 | Add ATTRIBUTE_PRINTF to trace_start_error | Simon Marchi | 1 | -1/+1 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 2 | -0/+701 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+3 |
2017-02-17 | Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch. | Michael Sturm | 1 | -58/+50 |
2017-01-20 | fix gdbserver build in nat/linux-ptrace.c on arm-android | Joel Brobecker | 1 | -0/+2 |
2017-01-06 | Include signal.h in nat/amd64-linux-siginfo.h | Yao Qi | 1 | -0/+2 |
2017-01-06 | Include break-common.h in nat/aarch64-linux-hw-point.h | Yao Qi | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 35 | -35/+35 |
2016-11-14 | btrace: read entire aux buffer | Markus Metzger | 1 | -4/+15 |
2016-10-14 | btrace: remove leftover comment | Markus Metzger | 1 | -5/+0 |
2016-09-23 | Replace sprintf with xsnprintf in nat/linux-osdata.c | Yao Qi | 1 | -2/+4 |
2016-09-16 | linux-nat: Add function lwp_is_stepping | Andreas Arnez | 1 | -0/+5 |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 2 | -2/+2 |
2016-08-11 | Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT... | Pedro Alves | 1 | -1/+1 |
2016-07-26 | Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSER | Pedro Alves | 1 | -12/+10 |
2016-07-26 | Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size... | Pedro Alves | 1 | -139/+159 |
2016-07-25 | linux-procfs: Handle lowercase "t (tracing stop)" state | Pedro Alves | 1 | -0/+3 |
2016-07-25 | linux-procfs: Introduce enum proc_state | Pedro Alves | 1 | -19/+64 |
2016-07-23 | Fix ARMv8.1/v8.2 for hw watchpoint and breakpoint | Andrew Pinski | 2 | -2/+8 |
2016-05-23 | Remove unused libthread_db td_thr_validate reference | Gary Benson | 1 | -1/+0 |
2016-04-15 | MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPT | Pedro Alves | 1 | -4/+7 |
2016-02-24 | Handle MIPS Linux SIGTRAP siginfo.si_code values | Pedro Alves | 1 | -10/+28 |
2016-02-02 | Adaptation of siginfo fixup for the new bnd fields | Walfred Tedeschi | 2 | -102/+228 |
2016-02-02 | Merge gdb and gdbserver implementations for siginfo | Walfred Tedeschi | 2 | -0/+506 |
2016-01-18 | Fix gdbserver build failure on targets without fork | Gary Benson | 1 | -1/+14 |
2016-01-12 | Fix invalid conversion from void * to gdb_byte * | Yao Qi | 1 | -1/+1 |
2016-01-12 | Change function signature passed to clone | Yao Qi | 1 | -5/+5 |