Age | Commit message (Expand) | Author | Files | Lines |
2017-01-27 | gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver. | Walfred Tedeschi | 1 | -0/+6 |
2016-10-28 | gdb: Require C++11 | Pedro Alves | 1 | -0/+3 |
2016-08-09 | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 1 | -0/+3 |
2016-01-18 | Fix gdbserver build failure on targets without fork | Gary Benson | 1 | -0/+21 |
2015-07-24 | C++: handle glibc's ptrace(enum __ptrace_request, ...) | Pedro Alves | 1 | -0/+3 |
2015-07-24 | make gdbserver use the same ptrace autoconf checks as gdb | Pedro Alves | 1 | -0/+22 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -3/+0 |
2015-07-15 | Move gdb_regex* to common/ | Jan Kratochvil | 1 | -0/+3 |
2015-06-10 | Introduce nat/linux-namespaces.[ch] | Gary Benson | 1 | -0/+3 |
2015-05-14 | Fix gdbserver build failure on arm-android. | Joel Brobecker | 1 | -0/+3 |
2015-03-11 | Move remote_fileio_to_fio_stat to gdb/common | Gary Benson | 1 | -0/+6 |
2015-02-27 | Create libiberty.m4, have GDB and GDBserver use it | Pedro Alves | 1 | -0/+41 |
2015-01-14 | Detect 64-bit-ness in PowerPC Book III-E | Yao Qi | 1 | -0/+3 |
2014-11-28 | Use readlink unconditionally | Yao Qi | 1 | -3/+0 |
2014-11-21 | Include alloca.h unconditionally | Yao Qi | 1 | -3/+0 |
2014-08-29 | Introduce common/gdb_setjmp.h | Gary Benson | 1 | -0/+3 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -3/+0 |
2014-06-20 | Fix mingw32 build on x86-64 RHEL 6.5 | Gary Benson | 1 | -9/+0 |
2014-01-22 | New gdbserver option --debug-format=timestamp. | Doug Evans | 1 | -0/+3 |
2013-11-18 | remove gdb_dirent.h | Tom Tromey | 1 | -15/+0 |
2013-11-08 | remove unused gdbserver configury | Tom Tromey | 1 | -6/+0 |
2013-11-08 | introduce common.m4 | Tom Tromey | 1 | -0/+18 |
2013-09-29 | gdb: btrace: fix build errors on older glibc builds | Mike Frysinger | 1 | -0/+3 |
2013-08-21 | Renegerate gdbserver/config.in. | Pedro Alves | 1 | -0/+3 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -0/+6 |
2013-04-17 | Use AC_DEFINE for USE_THREAD_DB | Pedro Alves | 1 | -0/+3 |
2013-03-11 | Add the gdb remote target operations for branch tracing. | Markus Metzger | 1 | -0/+3 |
2013-02-28 | * configure.ac: Invoke AC_SYS_LARGEFILE. | Tom Tromey | 1 | -0/+6 |
2012-11-28 | 2012-11-28 Markus Metzger <markus.t.metzger@intel.com> | Markus Metzger | 1 | -0/+3 |
2012-11-15 | 2012-11-15 Pierre Muller <muller@sourceware.org> | Pierre Muller | 1 | -0/+3 |
2012-08-08 | * gdb_string.h: Moved to ... | Doug Evans | 1 | -0/+4 |
2012-04-19 | 2012-04-19 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -250/+13 |
2012-04-19 | 2012-04-19 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -13/+250 |
2012-04-19 | 2012-04-19 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -4/+0 |
2012-04-18 | 2012-04-18 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -278/+13 |
2012-04-14 | gdb/ | Yao Qi | 1 | -0/+41 |
2012-04-13 | * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based | Thiago Jung Bauermann | 1 | -2/+2 |
2012-04-12 | gdb/gdbserver/ | Yao Qi | 1 | -14/+235 |
2012-03-30 | * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t | Thiago Jung Bauermann | 1 | -0/+6 |
2012-03-03 | gdb: | Yao Qi | 1 | -0/+3 |
2012-02-09 | [gdbserver] return ENOSYS if readlink not supported. | Joel Brobecker | 1 | -0/+3 |
2011-10-07 | * inferior.h (disable_randomization): Declare. | Ulrich Weigand | 1 | -0/+7 |
2011-07-21 | 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com> | Kwok Yeung | 1 | -0/+15 |
2010-09-01 | Import vsnprintf from libiberty if not available. | Joel Brobecker | 1 | -0/+14 |
2010-09-01 | include alloca.h if available. | gdbadmin | 1 | -0/+23 |
2010-07-01 | Static tracepoints support, and UST integration. | Pedro Alves | 1 | -0/+3 |
2010-06-01 | gdb/gdbserver/ | Pedro Alves | 1 | -0/+3 |
2010-05-23 | gdb/ | Pedro Alves | 1 | -0/+3 |
2009-12-21 | * configure.ac: Check for dladdr. | Doug Evans | 1 | -0/+3 |
2009-10-29 | 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -0/+3 |