aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-22Fix gdb 8.1 Solaris compilationRainer Orth1-3/+10
2017-09-04Define _KMEMUSER before including BSD kernel headers.John Baldwin1-0/+1
2017-06-17gdb: Add -Wno-mismatched-tagsSimon Marchi1-1/+2
2017-06-17gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi1-2/+2
2017-05-31config, btrace: check for pt_insn_event in libiptMarkus Metzger1-57/+93
2017-05-17nat_extra_makefile_frag -> nat_makefile_fragPedro Alves1-2/+2
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior1-19/+20
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves1-1/+1
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior1-1/+1
2017-04-05-Wwrite-strings: Remove -Wno-write-stringsPedro Alves1-1/+1
2017-02-23Introduce gdb::function_viewPedro Alves1-0/+2
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani1-1/+1
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi1-97/+0
2016-10-31Remove IRIX 5 <sys/proc.h> _KMEMUSER workaroundMaciej W. Rozycki1-6/+0
2016-10-28gdb: Require C++11Pedro Alves1-1/+980