aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Add configure check for std::threadTom Tromey1-0/+767
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger1-4/+0
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-31Use strerror_r in safe_strerror if availableChristian Biesinger1-1/+1
2019-10-29Load system gdbinit files from a directoryChristian Biesinger1-0/+51
2019-10-24Remove python_has_threads check in configure.acChristian Biesinger1-28/+0
2019-10-24Simplify Python checks in configure.acChristian Biesinger1-46/+10
2019-10-23Check for sigprocmask in common.m4Tom Tromey1-2/+3
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger1-0/+497
2019-10-21Fix creation of nm.h when configure is changedTom Tromey1-19/+9
2019-10-17Fix creation of stamp-h by gdb's configure scriptTom Tromey1-30/+1
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-3/+2
2019-08-19Add Rust support to source highlightingTom Tromey1-0/+6
2019-08-12Require readline 7 or newerTom Tromey1-0/+32
2019-08-06[PR build/24886] disable glibc mcheck supportFrank Ch. Eigler1-81/+0
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-06-14Move gnulib to top levelTom Tromey1-123/+0
2019-05-29Add new GCC 9 warnings to warnings.m4Tom Tromey1-1/+4
2019-04-19gdb/configure.ac: add --enable-source-highlightSergei Trofimovich1-7/+31
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-86/+2
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-0/+30
2018-12-28Make ANSI terminal escape sequences work in TUITom Tromey1-1/+1
2018-12-08Look for tgetent in libtinfowSimon Marchi1-1/+1
2018-12-05Use separate sed expressions to escape auto-load directories.John Baldwin1-2/+2
2018-11-09Fix a typo in iconv.m4.Hafiz Abid Qadeer1-1/+1
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi1-1/+1
2018-10-29Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."Simon Marchi1-21/+0
2018-10-29GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington1-0/+21
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior1-1/+26
2018-10-09Disable the undefined behavior sanitizer by defaultTom Tromey1-1/+1
2018-10-04Add -Wshadow=localTom Tromey1-1/+2
2018-10-03Add --enable-ubsanTom Tromey1-0/+105
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington1-0/+1
2018-10-01Remove ancient workaroundGary Benson1-41/+0
2018-10-01Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson1-1/+38
2018-09-17Do not pass -DNDEBUG to Python compilations in development modeTom Tromey1-1/+5
2018-09-17Check for gmp when checking for mpfrTom Tromey1-1/+1
2018-09-05Make -Wformat-nonliteral work with gccTom Tromey1-1/+10
2018-09-04Remove --enable-multi-iceTom Tromey1-18/+0
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey1-1/+1
2018-07-24Remove some unnecessary declarations and configuryTom Tromey1-30/+0
2018-07-22Add -Wunused-variable to warnings.m4Tom Tromey1-2/+26
2018-07-17Remove --disable-gdbcliTom Tromey1-28/+0
2018-06-28Add --enable-codesign to gdb's configureTom Tromey1-0/+11
2018-06-27Copy gdb-gdb.py to build dirSimon Marchi1-1/+8
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi1-747/+865
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