Age | Commit message (Expand) | Author | Files | Lines |
2014-05-20 | Do not build gdbserver with -Werror by default if development=false | Joel Brobecker | 1 | -2/+2 |
2014-01-22 | New gdbserver option --debug-format=timestamp. | Doug Evans | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | stdlib.h is universal too | Tom Tromey | 1 | -1/+0 |
2013-11-18 | remove gdb_dirent.h | Tom Tromey | 1 | -1/+0 |
2013-11-08 | remove unused gdbserver configury | Tom Tromey | 1 | -21/+4 |
2013-11-08 | introduce common.m4 | Tom Tromey | 1 | -0/+2 |
2013-09-29 | gdb: btrace: fix build errors on older glibc builds | Mike Frysinger | 1 | -1/+1 |
2013-07-04 | gdb/ | Yao Qi | 1 | -8/+3 |
2013-07-03 | On mainline/development, also link GDBserver with -lmcheck. | Pedro Alves | 1 | -0/+12 |
2013-07-01 | Rely on gnulib's unistd.h replacement. | Pedro Alves | 1 | -1/+1 |
2013-06-28 | gdbserver: fix the standalone build | Mircea Gherzan | 1 | -0/+8 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -1/+1 |
2013-04-17 | Use AC_DEFINE for USE_THREAD_DB | Pedro Alves | 1 | -3/+1 |
2013-03-11 | Add the gdb remote target operations for branch tracing. | Markus Metzger | 1 | -0/+5 |
2013-02-28 | * configure.ac: Invoke AC_SYS_LARGEFILE. | Tom Tromey | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-10 | * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre) | Tom Tromey | 1 | -0/+12 |
2012-11-28 | 2012-11-28 Markus Metzger <markus.t.metzger@intel.com> | Markus Metzger | 1 | -1/+2 |
2012-11-26 | gdb/gdbserver/ | Yao Qi | 1 | -1/+1 |
2012-11-15 | 2012-11-15 Pierre Muller <muller@sourceware.org> | Pierre Muller | 1 | -1/+1 |
2012-08-08 | * gdb_string.h: Moved to ... | Doug Evans | 1 | -1/+1 |
2012-04-19 | 2012-04-19 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -7/+11 |
2012-04-19 | 2012-04-19 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-04-19 | 2012-04-19 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-04-13 | * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based | Thiago Jung Bauermann | 1 | -0/+10 |
2012-04-12 | gdb/gdbserver/ | Yao Qi | 1 | -3/+20 |
2012-03-30 | * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t | Thiago Jung Bauermann | 1 | -0/+4 |
2012-03-03 | gdb: | Yao Qi | 1 | -1/+1 |
2012-02-09 | [gdbserver] return ENOSYS if readlink not supported. | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-10-07 | * inferior.h (disable_randomization): Declare. | Ulrich Weigand | 1 | -0/+23 |
2011-07-21 | 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com> | Kwok Yeung | 1 | -0/+1 |
2011-03-09 | gdb/ | Yao Qi | 1 | -1/+0 |
2011-02-11 | 2011-02-11 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -0/+1 |
2011-01-05 | Update the copyright year for most remaining files in GDB | Joel Brobecker | 1 | -1/+1 |
2010-09-09 | * configure.ac: Add --enable-inprocess-agent option. | Nathan Sidwell | 1 | -4/+24 |
2010-09-01 | gdbserver support for powerpc-lynxos (4.x) | Joel Brobecker | 1 | -0/+2 |
2010-09-01 | Import vsnprintf from libiberty if not available. | Joel Brobecker | 1 | -2/+2 |
2010-09-01 | include alloca.h if available. | gdbadmin | 1 | -0/+1 |
2010-08-27 | * configure.ac (build_warnings): Add -Wno-char-subscripts. | Pedro Alves | 1 | -1/+1 |
2010-08-26 | * Makefile.in (WARN_CFLAGS): Get it from configure. | Pedro Alves | 1 | -0/+42 |
2010-07-01 | Static tracepoints support, and UST integration. | Pedro Alves | 1 | -0/+48 |
2010-06-01 | gdb/gdbserver/ | Pedro Alves | 1 | -0/+32 |
2010-05-28 | gdb/ | Jan Kratochvil | 1 | -2/+15 |
2010-04-17 | * configure.ac: Use `ws2_32' library for srv_mingw. | Pierre Muller | 1 | -1/+1 |
2010-02-23 | * configure.ac: Check for libdl. If it is not available link against | Maxim Kuvyrkov | 1 | -7/+20 |
2010-01-01 | Update the copyright header of most if not all files that have not been | Joel Brobecker | 1 | -2/+2 |
2009-12-21 | * configure.ac: Check for dladdr. | Doug Evans | 1 | -1/+10 |
2009-11-17 | 2009-11-17 Nathan Sidwell <nathan@codesourcery.com> | Maxim Kuvyrkov | 1 | -0/+12 |