summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove --disable-gdbmi configure optionSimon Marchi2023-02-231-14/+0
* gdb: add --with-curses to --configuration outputPhilippe Blain2023-02-211-5/+5
* gdb: remove unnecessary tui directory check in configureSimon Marchi2023-02-141-11/+9
* Fix doc build dependencies for --with-system-readlineKeith Seitz2023-02-131-0/+3
* gdb: 'show config' shows --with[out]-amd-dbgapiLancelot SIX2023-02-131-0/+1
* gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi2023-02-021-0/+52
* gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi2023-01-051-23/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use toplevel configure for GMP and MPFR for gdbAndrew Pinski2022-12-211-29/+2
* gdb: use libtool in GDB_AC_CHECK_BFDJose E. Marchesi2022-11-151-0/+3
* gdb: link executables with libtoolJose E. Marchesi2022-11-071-9/+8
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-1/+3
* gdb, gdbsupport: configure: factor out yes/no/auto value checkingSimon Marchi2022-08-261-55/+29
* gdb/python: look for python, then python 3 at configure timeAndrew Burgess2022-07-181-1/+2
* gdb: don't use bashism in configure testSam James2022-06-131-1/+1
* Remove WITH_SIM defineTom Tromey2022-04-151-1/+0
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-12/+6
* configure: Stop checking for PT_GETXMMREGS.John Baldwin2022-03-021-20/+0
* gdb: fix detection of compilation and linking flags for source-highlightRuslan Kabatsayev2022-02-221-6/+6
* gdb: don't use -Wmissing-prototypes with g++Andrew Burgess2022-01-131-0/+1
* unify 64-bit bfd checksMike Frysinger2022-01-011-26/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix typos in configureSimon Marchi2021-11-271-4/+4
* configure.ac: Check for the readline.h explicitlyAlexandra Hájková2021-11-231-0/+4
* [gdb/build] Check if libsource-highlight is usableTom de Vries2021-11-201-5/+42
* Fix format_pieces selftest on WindowsTom Tromey2021-10-191-21/+0
* gdb: use libbacktrace to create a better backtrace for fatal signalsAndrew Burgess2021-09-281-0/+23
* gdb: print backtrace on fatal SIGSEGVAndrew Burgess2021-08-111-0/+22
* gdb/testsuite: restore configure scriptSimon Marchi2021-07-061-34/+1
* gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRSMike Frysinger2021-06-191-2/+1
* fbsd nat: Disable address space randomization when requested.John Baldwin2021-06-141-1/+1
* Use ACX_NONCANONICAL_TARGET in gdb/configureTom Tromey2021-06-051-0/+2
* Clean up gdb's --enable-sharedTom Tromey2021-06-011-1/+1
* Remove gdb/testsuite/configureTom Tromey2021-06-011-2/+34
* [gdb/build] Hardcode --with-included-regexTom de Vries2021-04-211-33/+0
* gdb: process early initialization files and command line optionsAndrew Burgess2021-04-151-0/+3
* gdb/riscv: introduce bare metal core dump supportAndrew Burgess2021-03-051-1/+2
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-03-051-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Warn about static libs vs. source-highlight only when necessaryBernd Edlinger2020-12-191-6/+6
* gdb: Make GMP a required dependency for building GDBJoel Brobecker2020-11-151-0/+3
* gdb/configure: Add --with-libgmp-prefix optionJoel Brobecker2020-11-151-0/+5
* gdb: better static python detection in configure machineryRomain Geissler2020-11-061-1/+1
* gdb: modernize configure.acSimon Marchi2020-10-311-132/+234
* gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi2020-10-311-1/+0
* gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi2020-10-311-1/+10
* Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin2020-09-161-6/+0
* [gdb/build] Fix typo sys/sockets.h -> sys/socket.hTom de Vries2020-07-271-1/+1
* Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii2020-07-261-1/+8
* guile: Add support for Guile 3.0.Ludovic Courtès2020-07-201-1/+1