aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Expand)AuthorFilesLines
2022-08-26gdb, gdbsupport: configure: factor out yes/no/auto value checkingSimon Marchi1-38/+58
2022-07-18gdb/python: look for python, then python 3 at configure timeAndrew Burgess1-3/+9
2022-06-13gdb: don't use bashism in configure testSam James1-1/+1
2022-04-15Remove WITH_SIM defineTom Tromey1-3/+0
2022-04-14Let std::thread check pass even without pthreadsTom Tromey1-10/+9
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-74/+4
2022-03-02configure: Stop checking for PT_GETXMMREGS.John Baldwin1-37/+0
2022-02-22gdb: fix detection of compilation and linking flags for source-highlightRuslan Kabatsayev1-6/+6
2022-01-13gdb: don't use -Wmissing-prototypes with g++Andrew Burgess1-1/+65
2022-01-01unify 64-bit bfd checksMike Frysinger1-56/+67
2021-12-15New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado1-1/+23
2021-11-27gdb: fix typos in configureSimon Marchi1-4/+4
2021-11-23configure.ac: Check for the readline.h explicitlyAlexandra Hájková1-0/+17
2021-11-20[gdb/build] Check if libsource-highlight is usableTom de Vries1-49/+109
2021-11-09Fix build on rhES5Tom Tromey1-0/+16
2021-10-19Fix format_pieces selftest on WindowsTom Tromey1-46/+46
2021-10-04[gdb/build] Add CXX_DIALECT to CXXTom de Vries1-0/+8
2021-09-28gdb: use libbacktrace to create a better backtrace for fatal signalsAndrew Burgess1-0/+32
2021-08-11gdb: print backtrace on fatal SIGSEGVAndrew Burgess1-0/+51
2021-07-06gdb/testsuite: restore configure scriptSimon Marchi1-82/+6
2021-07-05gdbsupport/common.m4: check for sigtimedwaitSimon Marchi1-1/+1
2021-06-19gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRSMike Frysinger1-0/+1
2021-06-14fbsd nat: Disable address space randomization when requested.John Baldwin1-1/+1
2021-06-05Use ACX_NONCANONICAL_TARGET in gdb/configureTom Tromey1-0/+19
2021-06-01Clean up gdb's --enable-sharedTom Tromey1-1/+1
2021-06-01Remove gdb/testsuite/configureTom Tromey1-7/+81
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves1-74/+0
2021-04-21[gdb/build] Hardcode --with-included-regexTom de Vries1-59/+0
2021-04-15gdb: process early initialization files and command line optionsAndrew Burgess1-0/+6
2021-03-05gdb/riscv: introduce bare metal core dump supportAndrew Burgess1-1/+2
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-1/+1
2020-12-19Warn about static libs vs. source-highlight only when necessaryBernd Edlinger1-6/+6
2020-11-28GDB: Fix detection of ELF support when configuring with -Werror=implicit-func...Alex Richardson1-0/+2
2020-11-15gdb: Make GMP a required dependency for building GDBJoel Brobecker1-0/+3
2020-11-15gdb/configure: Add --with-libgmp-prefix optionJoel Brobecker1-0/+488
2020-11-06gdb: better static python detection in configure machineryRomain Geissler1-1/+1
2020-10-31gdb: replace AC_TRY_LINK in sanitize.m4Simon Marchi1-0/+1
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi1-4/+7
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi1-3/+4
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi1-1/+6
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi1-27/+28
2020-10-31gdb: modernize acinclude.m4Simon Marchi1-6/+10
2020-10-31gdb: modernize configure.acSimon Marchi1-41/+77
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi1-82/+0
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi1-0/+9
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