Age | Commit message (Expand) | Author | Files | Lines |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 30 | -67/+100 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 4 | -3/+6 |
2019-01-01 | update copyright year printed by gdb, gdbserver and gdbreplay | Joel Brobecker | 3 | -2/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 96 | -96/+96 |
2018-12-05 | AArch64: Racy: Don't set empty set of hardware BPs/WPs on new thread | Alan Hayward | 2 | -2/+6 |
2018-11-29 | Fix use-after-free in gdbserver | Tom Tromey | 7 | -14/+29 |
2018-11-23 | gdbserver: AArch64: Remove cannot_fetch/store_register | Alan Hayward | 2 | -18/+8 |
2018-10-31 | [PowerPC] Include nat/linux-ptrace.h in native targets | Pedro Franco de Carvalho | 2 | -0/+5 |
2018-10-29 | Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request... | Simon Marchi | 2 | -114/+47 |
2018-10-26 | [PowerPC] Add support for HTM registers | Edjunior Barbosa Machado | 5 | -2/+279 |
2018-10-26 | [PowerPC] Add support for EBB and PMU registers | Edjunior Barbosa Machado | 3 | -1/+85 |
2018-10-26 | [PowerPC] Add support for TAR | Edjunior Barbosa Machado | 5 | -2/+84 |
2018-10-26 | [PowerPC] Add support for PPR and DSCR | Edjunior Barbosa Machado | 5 | -1/+150 |
2018-10-26 | [PowerPC] Don't zero-initialize vector register buffers | Pedro Franco de Carvalho | 2 | -4/+4 |
2018-10-23 | GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested. | John Darrington | 2 | -47/+114 |
2018-10-10 | Add parameter to allow enabling/disabling selftests via configure | Sergio Durigan Junior | 6 | -8/+46 |
2018-10-04 | Add -Wshadow=local | Tom Tromey | 2 | -1/+6 |
2018-10-04 | Avoid shadowing in gdbserver | Tom Tromey | 4 | -21/+31 |
2018-10-01 | Move duplicated code to common/gdb_proc_service.h | Gary Benson | 2 | -150/+6 |
2018-10-01 | gdb_proc_service.h comment and whitespace synchronization | Gary Benson | 2 | -8/+37 |
2018-09-25 | Remove dead code from gdbserver's configure | Tom Tromey | 3 | -11/+5 |
2018-09-16 | Sort objects in gdb and gdbserver Makefiles | Simon Marchi | 2 | -3/+9 |
2018-09-16 | gdbserver/Makefile.in: Remove ADD_DEPS | Simon Marchi | 2 | -2/+6 |
2018-09-16 | Use GNU style for metasyntactic variables in gdbserver | Tom Tromey | 3 | -2/+9 |
2018-09-05 | Make -Wformat-nonliteral work with gcc | Tom Tromey | 2 | -1/+14 |
2018-08-28 | Get rid of -Wodr warning (PR build/23399) | Simon Marchi | 2 | -1/+8 |
2018-08-27 | Remove -Wno-narrowing from warnings.m4 | Tom Tromey | 2 | -1/+6 |
2018-08-27 | Avoid -Wnarrowing warnings in gdbserver | Tom Tromey | 2 | -19/+45 |
2018-08-22 | Restore behavior of disabling address randomization by default on GDBserver | Simon Marchi | 2 | -1/+8 |
2018-07-22 | Remove some unused variables | Simon Marchi | 2 | -2/+6 |
2018-07-22 | Add -Wunused-variable to warnings.m4 | Tom Tromey | 2 | -2/+30 |
2018-07-22 | Remove unused variables from gdbserver | Tom Tromey | 6 | -9/+21 |
2018-07-13 | GDBserver: Pass process_info pointer to target_kill | Pedro Alves | 9 | -40/+43 |
2018-07-13 | GDBserver: Pass process_info pointer to target_detach and target_join | Pedro Alves | 8 | -46/+48 |
2018-07-11 | Implement IPv6 support for GDB/gdbserver | Sergio Durigan Junior | 4 | -65/+205 |
2018-07-11 | GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377) | Pedro Alves | 4 | -24/+40 |
2018-07-11 | GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 code | Pedro Alves | 4 | -46/+50 |
2018-07-04 | Warn if /proc is not accessiblegdb-8.2-branchpoint | Vyacheslav Barinov | 2 | -0/+6 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 10 | -44/+52 |
2018-07-03 | Remove ptid_match | Tom Tromey | 2 | -3/+7 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 2 | -2/+6 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 2 | -2/+6 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 10 | -22/+34 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 11 | -25/+38 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 9 | -20/+31 |
2018-07-03 | Remove ptid_build | Tom Tromey | 8 | -28/+38 |
2018-06-29 | Add missing parameter to 'amd64_create_target_description' (and unbreak build) | Sergio Durigan Junior | 2 | -1/+6 |
2018-06-29 | x86_64-windows GDB crash due to fs_base/gs_base registers | Pedro Alves | 1 | -1/+1 |
2018-06-28 | Remove 2 excessive executable permission flags | Jan Kratochvil | 2 | -0/+4 |
2018-06-19 | Bump to autoconf 2.69 and automake 1.15.1 | Simon Marchi | 5 | -514/+611 |