summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.ac
AgeCommit message (Expand)Author
2018-01-17configure: Fix test for fs_base/gs_base in <sys/user.h>Eldar Abusalimov
2018-01-08Fix GDBserver build failure when $development is falseYao Qi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-10-17[GDBserver] Replicate src dir in build dirYao Qi
2017-08-18GDBserver self testsYao Qi
2017-01-27gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.Walfred Tedeschi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi
2016-10-28gdb: Require C++11Pedro Alves
2016-09-05gdb/: Require a C++ compilerPedro Alves
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves
2016-02-09Modernize configure.ac'sSimon Marchi
2016-01-18Fix gdbserver build failure on targets without forkGary Benson
2016-01-12gdbserver: use the new gdb warning helpersMike Frysinger
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves
2015-11-23[gdbserver] disable Elf32_auxv_t/Elf64_auxv_t AC_CHECK_TYPES check on AndroidJoel Brobecker
2015-11-19[C++] Default to -Werror in C++ mode tooPedro Alves
2015-07-24make gdbserver use the same ptrace autoconf checks as gdbPedro Alves
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson
2015-05-14Fix gdbserver build failure on arm-android.Joel Brobecker
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson
2015-03-07Remove C-specific warnings from common warning setPedro Alves
2015-02-27Add --enable-build-with-cxx configure switchPedro Alves
2015-02-27Create libiberty.m4, have GDB and GDBserver use itPedro Alves
2015-01-15Move safe_strerror to common/Sergio Durigan Junior
2015-01-14Detect 64-bit-ness in PowerPC Book III-EYao Qi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-13configure gdb/gnulib with --disable-largefile if largefile support disabled.Joel Brobecker
2014-11-28Use readlink unconditionallyYao Qi
2014-11-21Include alloca.h unconditionallyYao Qi
2014-08-07Move errno.h to common-defs.hGary Benson
2014-06-20Fix mingw32 build on x86-64 RHEL 6.5Gary Benson
2014-06-20Fix gdbserver cross build.Marcus Shawcroft
2014-06-12link gdbserver against libibertyTom Tromey
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker
2014-05-20Do not build gdbserver with -Werror by default if development=falseJoel Brobecker
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18stdlib.h is universal tooTom Tromey
2013-11-18remove gdb_dirent.hTom Tromey
2013-11-08remove unused gdbserver configuryTom Tromey
2013-11-08introduce common.m4Tom Tromey
2013-09-29gdb: btrace: fix build errors on older glibc buildsMike Frysinger
2013-07-04gdb/Yao Qi
2013-07-03On mainline/development, also link GDBserver with -lmcheck.Pedro Alves
2013-07-01Rely on gnulib's unistd.h replacement.Pedro Alves
2013-06-28gdbserver: fix the standalone buildMircea Gherzan
2013-04-22 PR gdb/7912:Tom Tromey