aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-12159/+0
2020-01-24Add install-strip target to gdbserverHannes Domani1-1/+116
2020-01-24gdbserver: Make `make TAGS' actually workMaciej W. Rozycki1-1/+1
2020-01-14Move many configure checks to common.m4Tom Tromey1-344/+1656
2020-01-14Consolidate definition of USE_WIN32APITom Tromey1-7/+12
2020-01-14Fix indentation in common.m4Tom Tromey1-4/+4
2020-01-13Enable -Wmissing-declarations diagnosticSimon Marchi1-1/+2
2019-12-19Consistently quote variables used with "test"Christian Biesinger1-4/+4
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger1-21/+1
2019-11-26Set names of worker threadsTom Tromey1-4/+5
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-0/+128
2019-11-26Add configure check for std::threadTom Tromey1-0/+767
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger1-5/+1
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger1-1/+1
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger1-2/+2
2019-10-31Also check for strerror_r in gdbserverChristian Biesinger1-1/+1
2019-10-23Check for sigprocmask in common.m4Tom Tromey1-1/+2
2019-10-17Fix creation of stamp-h by gdb's configure scriptTom Tromey1-5/+1
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