summaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Expand)Author
2021-03-05gdb/riscv: introduce bare metal core dump supportAndrew Burgess
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2020-12-19Warn about static libs vs. source-highlight only when necessaryBernd Edlinger
2020-11-28GDB: Fix detection of ELF support when configuring with -Werror=implicit-func...Alex Richardson
2020-11-15gdb: Make GMP a required dependency for building GDBJoel Brobecker
2020-11-15gdb/configure: Add --with-libgmp-prefix optionJoel Brobecker
2020-11-06gdb: better static python detection in configure machineryRomain Geissler
2020-10-31gdb: replace AC_TRY_LINK in sanitize.m4Simon Marchi
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi
2020-10-31gdb: modernize acinclude.m4Simon Marchi
2020-10-31gdb: modernize configure.acSimon Marchi
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth
2020-07-28PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu
2020-07-28PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu
2020-07-27[gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii
2020-07-24config/debuginfod.m4: Use PKG_CHECK_MODULESAaron Merey
2020-07-20guile: Add support for Guile 3.0.Ludovic Courtès
2020-07-20guile: Add support for Guile 2.2.Ludovic Courtès
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock
2020-05-30gdb: change bug URL to httpsJonny Grant
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi
2020-04-13Move event-loop configury to common.m4Tom Tromey
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi
2020-03-12Don't include selftests objects in build when unit tests are disabledSimon Marchi
2020-03-12Move sourcing of development.sh to GDB_AC_COMMONSimon Marchi
2020-03-12gdb/selftest.m4: ensure $development is setSimon Marchi
2020-03-11gdb: enable -Wmissing-prototypes warningSimon Marchi
2020-02-26Add debuginfod support to GDBAaron Merey
2020-02-20gdb: Allow more control over where to find python librariesAndrew Burgess
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess
2020-02-11Re-generate gdb/gdbserver/gdbsupport configure scriptsSimon Marchi
2020-02-11Add -Wstrict-null-sentinel to gdbsupport/warning.m4Simon Marchi
2020-02-07Move gdbserver to top levelTom Tromey
2020-01-14Move many configure checks to common.m4Tom Tromey
2020-01-14Move gdbsupport to the top levelTom Tromey
2020-01-14Consolidate definition of USE_WIN32APITom Tromey
2020-01-14Fix indentation in common.m4Tom Tromey
2020-01-13Enable -Wmissing-declarations diagnosticSimon Marchi
2019-12-19Consistently quote variables used with "test"Christian Biesinger
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger
2019-11-26Set names of worker threadsTom Tromey
2019-11-26Add RAII class for blocking gdb signalsTom Tromey
2019-11-26Add configure check for std::threadTom Tromey