aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure
AgeCommit message (Expand)AuthorFilesLines
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-1/+1
2019-08-06[PR build/24886] disable glibc mcheck supportFrank Ch. Eigler1-113/+46
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-06-14Move gnulib to top levelTom Tromey1-1/+1
2019-05-29Add new GCC 9 warnings to warnings.m4Tom Tromey1-1/+4
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior1-2/+27
2018-10-04Add -Wshadow=localTom Tromey1-1/+2
2018-09-25Remove dead code from gdbserver's configureTom Tromey1-5/+0
2018-09-05Make -Wformat-nonliteral work with gccTom Tromey1-1/+10
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey1-1/+1
2018-07-22Add -Wunused-variable to warnings.m4Tom Tromey1-2/+26
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi1-480/+572
2018-05-10Fix the clang buildTom Tromey1-1/+1
2018-05-07Add -Wduplicated-condTom Tromey1-1/+2
2018-05-04Add -Wimplicit-fallthroughTom Tromey1-1/+2
2018-04-27Enable -Wsuggest-overrideTom Tromey1-1/+2
2018-04-23Regenerate gdb/configure and gdbserver/configureTom Tromey1-12/+19
2018-02-19Add common/ dir in build directoriesAlan Hayward1-2/+2
2018-01-17configure: Fix test for fs_base/gs_base in <sys/user.h>Eldar Abusalimov1-2/+4
2018-01-08Fix GDBserver build failure when $development is falseYao Qi1-1/+2
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth1-1/+1
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-1/+1
2017-10-17[GDBserver] Replicate src dir in build dirYao Qi1-0/+16
2017-10-16Regenerate gdbserver/configureYao Qi1-3/+10
2017-08-18GDBserver self testsYao Qi1-0/+6
2017-06-17gdb: Add -Wno-mismatched-tagsSimon Marchi1-1/+2
2017-06-17gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi1-5/+5
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves1-1/+1
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior1-1/+1
2017-04-05-Wwrite-strings: Remove -Wno-write-stringsPedro Alves1-1/+1
2017-01-27gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.Walfred Tedeschi1-0/+26
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi1-97/+0
2016-10-28gdb: Require C++11Pedro Alves1-1/+980
2016-09-05gdb/: Require a C++ compilerPedro Alves1-49/+5
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves1-0/+31
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves1-1/+1
2016-08-05gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...Pedro Alves1-1/+2
2016-07-21Add -Wunused-but-set-* to buildTom Tromey1-1/+1
2016-04-20Build GDB as a C++ program by defaultPedro Alves1-1/+1
2016-04-18Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves1-72/+7
2016-02-09Modernize configure.ac'sSimon Marchi1-3/+1
2016-01-21gdb: Respect CXXFLAGS when building with C++ compilerPedro Alves1-0/+4
2016-01-18Fix gdbserver build failure on targets without forkGary Benson1-54/+279
2016-01-12gdbserver: use the new gdb warning helpersMike Frysinger1-6/+60
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves1-2/+11
2015-11-23[gdbserver] disable Elf32_auxv_t/Elf64_auxv_t AC_CHECK_TYPES check on AndroidJoel Brobecker1-1/+15
2015-11-19[C++] Default to -Werror in C++ mode tooPedro Alves1-2/+1
2015-11-19[C++] Drop -fpermissive hackPedro Alves1-2/+1
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves1-9/+79