summaryrefslogtreecommitdiff
path: root/gdb/configure
Commit message (Expand)AuthorAgeFilesLines
* Move many configure checks to common.m4Tom Tromey2020-01-141-1500/+1500
* Move gdbsupport to the top levelTom Tromey2020-01-141-2/+2
* Consolidate definition of USE_WIN32APITom Tromey2020-01-141-10/+13
* Fix indentation in common.m4Tom Tromey2020-01-141-4/+4
* Enable -Wmissing-declarations diagnosticSimon Marchi2020-01-131-1/+2
* Consistently quote variables used with "test"Christian Biesinger2019-12-191-33/+33
* Replace the remaining uses of strerror with safe_strerrorChristian Biesinger2019-12-101-11/+1
* Set names of worker threadsTom Tromey2019-11-261-4/+5
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-0/+82
* Add configure check for std::threadTom Tromey2019-11-261-0/+767
* Use gnulib's strerror_r on MinGWChristian Biesinger2019-11-151-4/+0
* Import the strerror_r-posix module and use it in GDB.Christian Biesinger2019-11-151-1/+1
* Move check for strerror_r to common.m4 where it belongsChristian Biesinger2019-11-011-2/+2
* Use strerror_r in safe_strerror if availableChristian Biesinger2019-10-311-1/+1
* Load system gdbinit files from a directoryChristian Biesinger2019-10-291-0/+51
* Remove python_has_threads check in configure.acChristian Biesinger2019-10-241-28/+0
* Simplify Python checks in configure.acChristian Biesinger2019-10-241-46/+10
* Check for sigprocmask in common.m4Tom Tromey2019-10-231-2/+3
* Use libxxhash for hashing, if presentChristian Biesinger2019-10-221-0/+497
* Fix creation of nm.h when configure is changedTom Tromey2019-10-211-19/+9
* Fix creation of stamp-h by gdb's configure scriptTom Tromey2019-10-171-30/+1
* Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior2019-08-231-3/+2
* Add Rust support to source highlightingTom Tromey2019-08-191-0/+6
* Require readline 7 or newerTom Tromey2019-08-121-0/+32
* [PR build/24886] disable glibc mcheck supportFrank Ch. Eigler2019-08-061-81/+0
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Move gnulib to top levelTom Tromey2019-06-141-123/+0
* Add new GCC 9 warnings to warnings.m4Tom Tromey2019-05-291-1/+4
* gdb/configure.ac: add --enable-source-highlightSergei Trofimovich2019-04-191-7/+31
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-86/+2
* Highlight source code using GNU Source HighlightTom Tromey2018-12-281-0/+30
* Make ANSI terminal escape sequences work in TUITom Tromey2018-12-281-1/+1
* Look for tgetent in libtinfowSimon Marchi2018-12-081-1/+1
* Use separate sed expressions to escape auto-load directories.John Baldwin2018-12-051-2/+2
* Fix a typo in iconv.m4.Hafiz Abid Qadeer2018-11-091-1/+1
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-011-1/+1
* Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."Simon Marchi2018-10-291-21/+0
* GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington2018-10-291-0/+21
* Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior2018-10-101-1/+26
* Disable the undefined behavior sanitizer by defaultTom Tromey2018-10-091-1/+1
* Add -Wshadow=localTom Tromey2018-10-041-1/+2
* Add --enable-ubsanTom Tromey2018-10-031-0/+105
* Allow remote debugging over a Unix local domain socket.John Darrington2018-10-021-0/+1
* Remove ancient workaroundGary Benson2018-10-011-41/+0
* Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson2018-10-011-1/+38
* Do not pass -DNDEBUG to Python compilations in development modeTom Tromey2018-09-171-1/+5
* Check for gmp when checking for mpfrTom Tromey2018-09-171-1/+1
* Make -Wformat-nonliteral work with gccTom Tromey2018-09-051-1/+10
* Remove --enable-multi-iceTom Tromey2018-09-041-18/+0
* Remove -Wno-narrowing from warnings.m4Tom Tromey2018-08-271-1/+1