Age | Commit message (Expand) | Author | Files | Lines |
2018-05-10 | Fix the clang build | Tom Tromey | 1 | -1/+1 |
2018-05-07 | Add -Wduplicated-cond | Tom Tromey | 1 | -1/+2 |
2018-05-04 | Add -Wimplicit-fallthrough | Tom Tromey | 1 | -1/+2 |
2018-05-04 | configure uses incorrect link order when testing libpython | Paul Pluzhnikov | 1 | -9/+9 |
2018-04-27 | Enable -Wsuggest-override | Tom Tromey | 1 | -1/+2 |
2018-04-23 | Regenerate gdb/configure and gdbserver/configure | Tom Tromey | 1 | -12/+12 |
2018-04-09 | Update ax_cv_cxx_compile_cxx.m4 | Simon Marchi | 1 | -11/+17 |
2018-04-06 | Add -Wno-error=deprecated-register to gdb build flags | Simon Marchi | 1 | -1/+2 |
2018-02-19 | Add common/ dir in build directories | Alan Hayward | 1 | -1/+1 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -1/+1 |
2018-01-17 | configure: Fix test for fs_base/gs_base in <sys/user.h> | Eldar Abusalimov | 1 | -2/+4 |
2018-01-09 | Support 'info proc' for native FreeBSD processes. | John Baldwin | 1 | -0/+60 |
2018-01-08 | Fix GDB build failure when $development is false | Yao Qi | 1 | -2/+2 |
2017-11-30 | Remove ioctl-based procfs support on Solaris | Rainer Orth | 1 | -185/+2 |
2017-11-27 | Move python object files to python subdirectory | Tom Tromey | 1 | -1/+1 |
2017-11-27 | Move guile object files to guile subdirectory | Tom Tromey | 1 | -1/+1 |
2017-11-27 | A simpler way to make the "arch" build directory | Tom Tromey | 1 | -15/+0 |
2017-11-22 | Target FP: Make use of MPFR if available | Ulrich Weigand | 1 | -0/+499 |
2017-11-06 | Don't check termio.h and sgtty.h in common/common.m4 either | Pedro Alves | 1 | -1/+1 |
2017-11-06 | Assume termios is available, remove support for termio and sgtty | Pedro Alves | 1 | -2/+1 |
2017-10-09 | Don't try building gdb against guile-2.2 | Simon Marchi | 1 | -2/+2 |
2017-10-06 | [RFC] Replicate src dir in build dir | Yao Qi | 1 | -0/+15 |
2017-09-26 | Allow linking GDB with ncursesw | Matthias Klose | 1 | -3/+3 |
2017-09-26 | Remove support for Solaris < 10 (PR gdb/22185) | Rainer Orth | 1 | -172/+0 |
2017-09-22 | Fix gdb 8.1 Solaris compilation | Rainer Orth | 1 | -3/+10 |
2017-09-04 | Define _KMEMUSER before including BSD kernel headers. | John Baldwin | 1 | -0/+1 |
2017-06-17 | gdb: Add -Wno-mismatched-tags | Simon Marchi | 1 | -1/+2 |
2017-06-17 | gdb: Use -Werror when checking for (un)supported warning flags | Simon Marchi | 1 | -2/+2 |
2017-05-31 | config, btrace: check for pt_insn_event in libipt | Markus Metzger | 1 | -57/+93 |
2017-05-17 | nat_extra_makefile_frag -> nat_makefile_frag | Pedro Alves | 1 | -2/+2 |
2017-05-06 | Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files) | Sergio Durigan Junior | 1 | -19/+20 |
2017-05-05 | gdb: Disable -Werror for -Wmaybe-uninitialized | Pedro Alves | 1 | -1/+1 |
2017-05-03 | Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27... | Sergio Durigan Junior | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Remove -Wno-write-strings | Pedro Alves | 1 | -1/+1 |
2017-02-23 | Introduce gdb::function_view | Pedro Alves | 1 | -0/+2 |
2016-11-22 | Fix spelling mistakes in comments in configure scripts | Ambrogino Modigliani | 1 | -1/+1 |
2016-11-17 | Remove code that checks for GNU/non-GNU make | Simon Marchi | 1 | -97/+0 |
2016-10-31 | Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround | Maciej W. Rozycki | 1 | -6/+0 |
2016-10-28 | gdb: Require C++11 | Pedro Alves | 1 | -1/+980 |
2016-09-05 | gdb/: Require a C++ compiler | Pedro Alves | 1 | -49/+5 |
2016-08-09 | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 1 | -1/+1 |
2016-08-05 | gdb/configure --help: suggest --disable-build-with-cxx instead of --enable... | Pedro Alves | 1 | -1/+2 |
2016-07-23 | Implement catch syscall group | Gabriel Krisman Bertazi | 1 | -0/+54 |
2016-07-21 | Add -Wunused-but-set-* to build | Tom Tromey | 1 | -1/+1 |
2016-07-05 | babeltrace compilation regression | Jan Kratochvil | 1 | -1/+1 |
2016-06-24 | Add support for catching system calls to native FreeBSD targets. | John Baldwin | 1 | -0/+14 |
2016-05-23 | Search for libutil-freebsd as alternative to libutil | Jon Boden | 1 | -1/+2 |
2016-05-17 | Add self-test framework to gdb | Tom Tromey | 1 | -0/+6 |
2016-05-03 | Fix PR gdb/16818, workaround Python's forcing of -export-dynamic | Pedro Alves | 1 | -0/+14 |
2016-05-03 | Fix "-Wl,--dynamic-list" gdb/configure test | Pedro Alves | 1 | -1/+4 |