Age | Commit message (Expand) | Author | Files | Lines |
2015-02-27 | Make array object extern | Pedro Alves | 2 | -6/+13 |
2015-02-27 | record-btrace.c: Remove redefinitions | Pedro Alves | 2 | -4/+5 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 15 | -534/+649 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 99 | -1127/+1140 |
2015-02-27 | Add --enable-build-with-cxx configure switch | Pedro Alves | 11 | -31/+908 |
2015-02-27 | Create libiberty.m4, have GDB and GDBserver use it | Pedro Alves | 11 | -54/+694 |
2015-02-27 | Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c | Pedro Alves | 3 | -0/+50 |
2015-02-27 | Don't skip catch-syscall.exp on hppa*-hp-hpux* target | Yao Qi | 2 | -7/+6 |
2015-02-27 | S390: Fix compiler invocation with "compile" command | Andreas Arnez | 2 | -3/+25 |
2015-02-27 | Mark latest entry in gdb/ChangeLog as "(tiny patch)". | Joel Brobecker | 1 | -1/+1 |
2015-02-27 | Retrieve segment registers on Windows amd64 | Jon TURNEY | 2 | -3/+9 |
2015-02-26 | Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup. | Doug Evans | 8 | -1/+83 |
2015-02-26 | gdbserver/Linux: Simplify stepping past program breakpoint a little | Pedro Alves | 2 | -6/+8 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 9 | -13/+61 |
2015-02-26 | Rename windows-termcap.c -> stub-termcap.c | Pedro Alves | 6 | -5/+17 |
2015-02-26 | compile: Fix GNU-IFUNC funcs called from injected code | Jan Kratochvil | 5 | -2/+122 |
2015-02-26 | Fix print of value type in a corner case of finish | Antoine Tremblay | 4 | -2/+16 |
2015-02-26 | Dwarf assembler: handle one instruction function | Yao Qi | 2 | -1/+11 |
2015-02-26 | SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug file | Jan Kratochvil | 6 | -2/+66 |
2015-02-26 | Rework signal frame probing for FreeBSD/x86 | John Baldwin | 5 | -31/+245 |
2015-02-26 | Fix infinite recursion in amd64fbsd_sigcontext_addr | John Baldwin | 2 | -1/+10 |
2015-02-26 | Change // comment in gdb/compile/ | Jan Kratochvil | 1 | -0/+6 |
2015-02-26 | Change // comment in gdb/compile/ | Jan Kratochvil | 2 | -2/+2 |
2015-02-26 | Remove // comment in gdb/iq2000-tdep.c | Joel Brobecker | 2 | -2/+5 |
2015-02-25 | [aarch64] Fix one fail in gdb.xml/tdesc-regs.exp | Yao Qi | 2 | -0/+8 |
2015-02-23 | Fix typo in earlier entry. | Doug Evans | 1 | -1/+1 |
2015-02-23 | PR gdb/18008: Fix typo in documentation | Sergio Durigan Junior | 2 | -1/+7 |
2015-02-23 | gdbserver: redo stepping over breakpoint that was on top of a permanent break... | Pedro Alves | 2 | -8/+45 |
2015-02-23 | delete_breakpoints: Rewrite using gdb_test_multiple | Pedro Alves | 2 | -14/+29 |
2015-02-23 | remote.c: simplify parsing stop reasons in T stop replies | Pedro Alves | 2 | -85/+89 |
2015-02-23 | gdb.base/info-os.c: Include stdlib.h | Pedro Alves | 2 | -0/+5 |
2015-02-23 | gdbserver: 64-bit kernel / 32-inferior, syscall restarting | Pedro Alves | 2 | -2/+12 |
2015-02-22 | testcase for PR symtab/17855 | Doug Evans | 4 | -2/+49 |
2015-02-21 | PR c++/17976, symtab/17821 | Doug Evans | 5 | -17/+63 |
2015-02-21 | Testsuite patch for: i386: Fix internal error when prstatus in core file is t... | Jan Kratochvil | 3 | -0/+64 |
2015-02-21 | gdb.threads/multi-create-ns-info-thr.exp and native-extended-remote board | Pedro Alves | 2 | -1/+8 |
2015-02-20 | Fix gdb.base/solib-corrupted.exp after dtrace probes changes | Pedro Alves | 2 | -1/+6 |
2015-02-20 | GNU/Linux: Stop using libthread_db/td_ta_thr_iter | Pedro Alves | 10 | -172/+291 |
2015-02-20 | linux-nat.c: fix a few lin_lwp_attach_lwp issues | Pedro Alves | 2 | -21/+47 |
2015-02-20 | Garbage collect forward_target_decr_pc_after_break | Pedro Alves | 2 | -4/+5 |
2015-02-20 | fix gdbserver/linux-low'c's pending status handling | Pedro Alves | 2 | -3/+6 |
2015-02-20 | Fix no-attach-trace.exp with "target remote" / gdbserver | Pedro Alves | 2 | -9/+10 |
2015-02-20 | PR18006: internal error if threaded program calls clone(CLONE_VM) | Pedro Alves | 5 | -0/+130 |
2015-02-20 | Document the GDB 7.9 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 |
2015-02-19 | 2015-02-19 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 2 | -3/+12 |
2015-02-19 | Fix non executable stack handling when calling functions in the inferior. | Antoine Tremblay | 9 | -18/+142 |
2015-02-19 | [gdb/ax] small "setv" fix and documentation's adjustment. | David Taylor | 4 | -2/+10 |
2015-02-18 | Add missing gdb/ChangeLog entry for previous change. | Patrick Palka | 1 | -0/+15 |
2015-02-18 | Asynchronously resize the TUI | Patrick Palka | 2 | -39/+41 |
2015-02-18 | Factorize target program transformations in the GDB_AC_TRANSFORM macro. | Jose E. Marchesi | 10 | -60/+91 |