aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2022-01-13gdb: don't use -Wmissing-prototypes with g++Andrew Burgess1-0/+1
2022-01-01unify 64-bit bfd checksMike Frysinger1-26/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-27gdb: fix typos in configureSimon Marchi1-4/+4
2021-11-23configure.ac: Check for the readline.h explicitlyAlexandra Hájková1-0/+4
2021-11-20[gdb/build] Check if libsource-highlight is usableTom de Vries1-5/+42
2021-10-19Fix format_pieces selftest on WindowsTom Tromey1-21/+0
2021-09-28gdb: use libbacktrace to create a better backtrace for fatal signalsAndrew Burgess1-0/+23
2021-08-11gdb: print backtrace on fatal SIGSEGVAndrew Burgess1-0/+22
2021-07-06gdb/testsuite: restore configure scriptSimon Marchi1-34/+1
2021-06-19gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRSMike Frysinger1-2/+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/+2
2021-06-01Clean up gdb's --enable-sharedTom Tromey1-1/+1
2021-06-01Remove gdb/testsuite/configureTom Tromey1-2/+34
2021-04-21[gdb/build] Hardcode --with-included-regexTom de Vries1-33/+0
2021-04-15gdb: process early initialization files and command line optionsAndrew Burgess1-0/+3
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
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-19Warn about static libs vs. source-highlight only when necessaryBernd Edlinger1-6/+6
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/+5
2020-11-06gdb: better static python detection in configure machineryRomain Geissler1-1/+1
2020-10-31gdb: modernize configure.acSimon Marchi1-132/+234
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi1-1/+0
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi1-1/+10
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin1-6/+0
2020-07-27[gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries1-1/+1
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii1-1/+8
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/+21
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-7/+0
2020-04-13Move event-loop configury to common.m4Tom Tromey1-3/+3
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-3/+0
2020-02-26Add debuginfod support to GDBAaron Merey1-1/+5
2020-02-20gdb: Allow more control over where to find python librariesAndrew Burgess1-0/+24
2020-02-07Move gdbserver to top levelTom Tromey1-28/+0
2020-01-14Move many configure checks to common.m4Tom Tromey1-94/+6
2020-01-14Move gdbsupport to the top levelTom Tromey1-2/+2
2020-01-14Consolidate definition of USE_WIN32APITom Tromey1-11/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-19Consistently quote variables used with "test"Christian Biesinger1-31/+31
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger1-4/+0
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger1-1/+1
2019-10-31Use strerror_r in safe_strerror if availableChristian Biesinger1-1/+1
2019-10-29Load system gdbinit files from a directoryChristian Biesinger1-0/+3