aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-0/+30
2018-12-28Make ANSI terminal escape sequences work in TUITom Tromey1-1/+1
2018-12-08Look for tgetent in libtinfowSimon Marchi1-1/+1
2018-12-05Use separate sed expressions to escape auto-load directories.John Baldwin1-2/+2
2018-11-09Fix a typo in iconv.m4.Hafiz Abid Qadeer1-1/+1
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi1-1/+1
2018-10-29Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."Simon Marchi1-21/+0
2018-10-29GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington1-0/+21
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior1-1/+26
2018-10-09Disable the undefined behavior sanitizer by defaultTom Tromey1-1/+1
2018-10-04Add -Wshadow=localTom Tromey1-1/+2
2018-10-03Add --enable-ubsanTom Tromey1-0/+105
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington1-0/+1
2018-10-01Remove ancient workaroundGary Benson1-41/+0
2018-10-01Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson1-1/+38
2018-09-17Do not pass -DNDEBUG to Python compilations in development modeTom Tromey1-1/+5
2018-09-17Check for gmp when checking for mpfrTom Tromey1-1/+1
2018-09-05Make -Wformat-nonliteral work with gccTom Tromey1-1/+10
2018-09-04Remove --enable-multi-iceTom Tromey1-18/+0
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey1-1/+1
2018-07-24Remove some unnecessary declarations and configuryTom Tromey1-30/+0
2018-07-22Add -Wunused-variable to warnings.m4Tom Tromey1-2/+26
2018-07-17Remove --disable-gdbcliTom Tromey1-28/+0
2018-06-28Add --enable-codesign to gdb's configureTom Tromey1-0/+11
2018-06-27Copy gdb-gdb.py to build dirSimon Marchi1-1/+8
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi1-747/+865
2018-05-10Fix the clang buildTom Tromey1-1/+1
2018-05-07Add -Wduplicated-condTom Tromey1-1/+2
2018-05-04Add -Wimplicit-fallthroughTom Tromey1-1/+2
2018-05-04configure uses incorrect link order when testing libpythonPaul Pluzhnikov1-9/+9
2018-04-27Enable -Wsuggest-overrideTom Tromey1-1/+2
2018-04-23Regenerate gdb/configure and gdbserver/configureTom Tromey1-12/+12
2018-04-09Update ax_cv_cxx_compile_cxx.m4Simon Marchi1-11/+17
2018-04-06Add -Wno-error=deprecated-register to gdb build flagsSimon Marchi1-1/+2
2018-02-19Add common/ dir in build directoriesAlan Hayward1-1/+1
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-1/+1
2018-01-17configure: Fix test for fs_base/gs_base in <sys/user.h>Eldar Abusalimov1-2/+4
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin1-0/+60
2018-01-08Fix GDB build failure when $development is falseYao Qi1-2/+2
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth1-185/+2
2017-11-27Move python object files to python subdirectoryTom Tromey1-1/+1
2017-11-27Move guile object files to guile subdirectoryTom Tromey1-1/+1
2017-11-27A simpler way to make the "arch" build directoryTom Tromey1-15/+0
2017-11-22Target FP: Make use of MPFR if availableUlrich Weigand1-0/+499
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-2/+1
2017-10-09Don't try building gdb against guile-2.2Simon Marchi1-2/+2
2017-10-06[RFC] Replicate src dir in build dirYao Qi1-0/+15
2017-09-26Allow linking GDB with ncurseswMatthias Klose1-3/+3
2017-09-26Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth1-172/+0