Fix unused function error
[deliverable/binutils-gdb.git] / gdb / configure
2019-12-10  Christian BiesingerReplace the remaining uses of strerror with safe_strerror
2019-11-26  Tom TromeySet names of worker threads
2019-11-26  Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26  Tom TromeyAdd configure check for std::thread
2019-11-15  Christian BiesingerUse gnulib's strerror_r on MinGW
2019-11-15  Christian BiesingerImport the strerror_r-posix module and use it in GDB.
2019-11-01  Christian BiesingerMove check for strerror_r to common.m4 where it belongs
2019-10-31  Christian BiesingerUse strerror_r in safe_strerror if available
2019-10-29  Christian BiesingerLoad system gdbinit files from a directory
2019-10-24  Christian BiesingerRemove python_has_threads check in configure.ac
2019-10-24  Christian BiesingerSimplify Python checks in configure.ac
2019-10-23  Tom TromeyCheck for sigprocmask in common.m4
2019-10-22  Christian BiesingerUse libxxhash for hashing, if present
2019-10-21  Tom TromeyFix creation of nm.h when configure is changed
2019-10-17  Tom TromeyFix creation of stamp-h by gdb's configure script
2019-08-23  Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
2019-08-19  Tom TromeyAdd Rust support to source highlighting
2019-08-12  Tom TromeyRequire readline 7 or newer
2019-08-06  Frank Ch. Eigler[PR build/24886] disable glibc mcheck support
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-14  Tom TromeyMove gnulib to top level
2019-05-29  Tom TromeyAdd new GCC 9 warnings to warnings.m4
2019-04-19  Sergei Trofimovichgdb/configure.ac: add --enable-source-highlight
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28  Tom TromeyMake ANSI terminal escape sequences work in TUI
2018-12-09  Simon MarchiLook for tgetent in libtinfow
2018-12-05  John BaldwinUse separate sed expressions to escape auto-load direct...
2018-11-09  Hafiz Abid QadeerFix a typo in iconv.m4.
2018-11-01  Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-10-29  Simon MarchiRevert "GDB: Only build for "unix:" connections if...
2018-10-29  John DarringtonGDB: Only build for "unix:" connections if AF_LOCAL...
2018-10-10  Sergio Durigan JuniorAdd parameter to allow enabling/disabling selftests...
2018-10-09  Tom TromeyDisable the undefined behavior sanitizer by default
2018-10-05  Tom TromeyAdd -Wshadow=local
2018-10-03  Tom TromeyAdd --enable-ubsan
2018-10-02  John DarringtonAllow remote debugging over a Unix local domain socket.
2018-10-01  Gary BensonRemove ancient workaround
2018-10-01  Gary BensonAdd workaround from gdbserver's gdb_proc_service.h...
2018-09-17  Tom TromeyDo not pass -DNDEBUG to Python compilations in developm...
2018-09-17  Tom TromeyCheck for gmp when checking for mpfr
2018-09-06  Tom TromeyMake -Wformat-nonliteral work with gcc
2018-09-04  Tom TromeyRemove --enable-multi-ice
2018-08-27  Tom TromeyRemove -Wno-narrowing from warnings.m4
2018-07-24  Tom TromeyRemove some unnecessary declarations and configury
2018-07-22  Tom TromeyAdd -Wunused-variable to warnings.m4
2018-07-17  Tom TromeyRemove --disable-gdbcli
2018-06-28  Tom TromeyAdd --enable-codesign to gdb's configure
2018-06-27  Simon MarchiCopy gdb-gdb.py to build dir
2018-06-19  Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2018-05-10  Tom TromeyFix the clang build
2018-05-07  Tom TromeyAdd -Wduplicated-cond
2018-05-05  Tom TromeyAdd -Wimplicit-fallthrough
2018-05-04  Paul Pluzhnikovconfigure uses incorrect link order when testing libpython
2018-04-27  Tom TromeyEnable -Wsuggest-override
2018-04-23  Tom TromeyRegenerate gdb/configure and gdbserver/configure
2018-04-09  Simon MarchiUpdate ax_cv_cxx_compile_cxx.m4
2018-04-06  Simon MarchiAdd -Wno-error=deprecated-register to gdb build flags
2018-02-19  Alan HaywardAdd common/ dir in build directories
2018-01-30  Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-17  Eldar Abusalimovconfigure: Fix test for fs_base/gs_base in <sys/user.h>
2018-01-09  John BaldwinSupport 'info proc' for native FreeBSD processes.
2018-01-08  Yao QiFix GDB build failure when $development is false
2017-11-30  Rainer OrthRemove ioctl-based procfs support on Solaris
2017-11-27  Tom TromeyMove python object files to python subdirectory
2017-11-27  Tom TromeyMove guile object files to guile subdirectory
2017-11-27  Tom TromeyA simpler way to make the "arch" build directory
2017-11-22  Ulrich WeigandTarget FP: Make use of MPFR if available
2017-11-06  Pedro AlvesDon't check termio.h and sgtty.h in common/common.m4...
2017-11-06  Pedro AlvesAssume termios is available, remove support for termio...
2017-10-09  Simon MarchiDon't try building gdb against guile-2.2
2017-10-06  Yao Qi[RFC] Replicate src dir in build dir
2017-09-26  Matthias KloseAllow linking GDB with ncursesw
2017-09-26  Rainer OrthRemove support for Solaris < 10 (PR gdb/22185)
2017-09-22  Rainer OrthFix gdb 8.1 Solaris compilation
2017-09-05  John BaldwinDefine _KMEMUSER before including BSD kernel headers.
2017-06-17  Simon Marchigdb: Add -Wno-mismatched-tags
2017-06-17  Simon Marchigdb: Use -Werror when checking for (un)supported warnin...
2017-05-31  Markus Metzgerconfig, btrace: check for pt_insn_event in libipt
2017-05-17  Pedro Alvesnat_extra_makefile_frag -> nat_makefile_frag
2017-05-06  Sergio Durigan JuniorIntroduce "gdb/configure.nat" (and delete "gdb/config...
2017-05-05  Pedro Alvesgdb: Disable -Werror for -Wmaybe-uninitialized
2017-05-03  Sergio Durigan JuniorRegenerate gdb/{,gdbserver/}configure (for commit be628...
2017-04-05  Pedro Alves-Wwrite-strings: Remove -Wno-write-strings
2017-02-23  Pedro AlvesIntroduce gdb::function_view
2016-11-22  Ambrogino ModiglianiFix spelling mistakes in comments in configure scripts
2016-11-17  Simon MarchiRemove code that checks for GNU/non-GNU make
2016-10-31  Maciej W. RozyckiRemove IRIX 5 <sys/proc.h> _KMEMUSER workaround
2016-10-28  Pedro Alvesgdb: Require C++11
2016-09-05  Pedro Alvesgdb/: Require a C++ compiler
2016-08-09  Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-08-05  Pedro Alvesgdb/configure --help: suggest --disable-build-with...
2016-07-23  Gabriel Krisman... Implement catch syscall group
2016-07-21  Tom TromeyAdd -Wunused-but-set-* to build
2016-07-05  Jan Kratochvilbabeltrace compilation regression
2016-06-24  John BaldwinAdd support for catching system calls to native FreeBSD...
2016-05-23  Jon BodenSearch for libutil-freebsd as alternative to libutil
2016-05-17  Tom TromeyAdd self-test framework to gdb
2016-05-03  Pedro AlvesFix PR gdb/16818, workaround Python's forcing of -expor...
2016-05-03  Pedro AlvesFix "-Wl,--dynamic-list" gdb/configure test
next
This page took 0.695201 seconds and 106 git commands to generate.