aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin1-62/+15
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth1-34/+83
2020-07-28PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu1-6/+8
2020-07-28PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu1-0/+22
2020-07-27[gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries1-4/+4
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii1-1/+30
2020-07-24config/debuginfod.m4: Use PKG_CHECK_MODULESAaron Merey1-103/+262
2020-07-20guile: Add support for Guile 3.0.Ludovic Courtès1-1/+1
2020-07-20guile: Add support for Guile 2.2.Ludovic Courtès1-1/+1
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock1-0/+40
2020-05-30gdb: change bug URL to httpsJonny Grant1-1/+1
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi1-27/+0
2020-04-13Move event-loop configury to common.m4Tom Tromey1-5/+5
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi1-20/+0
2020-03-12Don't include selftests objects in build when unit tests are disabledSimon Marchi1-2/+2
2020-03-12Move sourcing of development.sh to GDB_AC_COMMONSimon Marchi1-4/+5
2020-03-12gdb/selftest.m4: ensure $development is setSimon Marchi1-0/+5
2020-03-11gdb: enable -Wmissing-prototypes warningSimon Marchi1-0/+1
2020-02-26Add debuginfod support to GDBAaron Merey1-47/+135
2020-02-20gdb: Allow more control over where to find python librariesAndrew Burgess1-0/+49
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess1-42/+161
2020-02-11Re-generate gdb/gdbserver/gdbsupport configure scriptsSimon Marchi1-1/+2
2020-02-11Add -Wstrict-null-sentinel to gdbsupport/warning.m4Simon Marchi1-1/+2
2020-02-07Move gdbserver to top levelTom Tromey1-40/+1
2020-01-14Move many configure checks to common.m4Tom Tromey1-1500/+1500
2020-01-14Move gdbsupport to the top levelTom Tromey1-2/+2
2020-01-14Consolidate definition of USE_WIN32APITom Tromey1-10/+13
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-33/+33
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger1-11/+1
2019-11-26Set names of worker threadsTom Tromey1-4/+5
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-0/+82
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