Age | Commit message (Expand) | Author | Files | Lines |
2017-01-06 | Include signal.h in nat/amd64-linux-siginfo.h | Yao Qi | 2 | -0/+6 |
2017-01-06 | Include break-common.h in nat/aarch64-linux-hw-point.h | Yao Qi | 2 | -0/+6 |
2017-01-06 | Include mi-cmds.h in mi-parse.h | Yao Qi | 2 | -0/+5 |
2017-01-06 | Include target.h in inf-loop.h | Yao Qi | 3 | -1/+7 |
2017-01-06 | Include doublest.h and expression.h in dfp.h | Yao Qi | 2 | -0/+7 |
2017-01-06 | Include ax.h in ax-gdb.h | Yao Qi | 2 | -0/+6 |
2017-01-06 | Update gdb_ptrace.h in HFILES_NO_SRCDIR | Yao Qi | 2 | -1/+6 |
2017-01-05 | Fix ARI warning | Yao Qi | 2 | -4/+10 |
2017-01-04 | Use correct OSABI constant for FreeBSD/mips binaries. | John Baldwin | 2 | -1/+6 |
2017-01-04 | Add native target for FreeBSD/mips. | John Baldwin | 6 | -0/+154 |
2017-01-04 | Add FreeBSD/mips architecture. | John Baldwin | 8 | -0/+615 |
2017-01-04 | Fix an internal error on writing pieced value | Yao Qi | 2 | -12/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 4359 | -4366/+4370 |
2017-01-01 | Rotate GDB main ChangeLog for 2017 | Joel Brobecker | 3 | -10284/+10298 |
2016-12-23 | Fix more cases of improper test names | Luis Machado | 746 | -942/+1597 |
2016-12-23 | Fix incorrect reference to source files | Luis Machado | 3 | -3/+8 |
2016-12-23 | Updated email address. | Bernhard Heckel | 1 | -1/+1 |
2016-12-22 | infrun.c (set_step_over_info): Add comment. | Doug Evans | 2 | -1/+7 |
2016-12-22 | New syntax for mt print symbols,msymbols,psymbols. | Doug Evans | 8 | -195/+422 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 64 | -2377/+2341 |
2016-12-20 | gdb: Constify solib_find | Pedro Alves | 5 | -9/+22 |
2016-12-20 | Fix longjmp across readline w/ --enable-sjlj-exceptions toolchains | Pedro Alves | 2 | -5/+27 |
2016-12-20 | Set emacs default mode for the GDB directory to C++ | Antoine Tremblay | 3 | -1/+18 |
2016-12-19 | Clean up gdb.gdb/selftest.exp | Yao Qi | 2 | -293/+6 |
2016-12-16 | Darwin: Fix gdb compilation. | Bernhard Heckel | 2 | -3/+6 |
2016-12-12 | Remove assert on exec_bfd in cris_delayed_get_disassembler | Yao Qi | 2 | -4/+7 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 44 | -979/+193 |
2016-12-09 | Add ChangeLog entries | Yao Qi | 2 | -0/+24 |
2016-12-09 | Create tdep->rx_psw_type and tdep->rx_fpsw_type lazily | Yao Qi | 2 | -48/+62 |
2016-12-09 | Create tdep->rl78_psw_type lazily | Yao Qi | 2 | -17/+25 |
2016-12-09 | Add test that exercises all bfd architecture, osabi, endian, etc. combinations | Pedro Alves | 10 | -0/+497 |
2016-12-09 | Use code cache in aarch64 prologue analyzer | Yao Qi | 2 | -1/+7 |
2016-12-09 | Use code cache in arm prologue analyzer | Yao Qi | 2 | -19/+32 |
2016-12-09 | Compile gdb.perf/skip-prologue.c with and without debug info | Yao Qi | 2 | -1/+12 |
2016-12-09 | Hurd: Adjust to changes to "push pruning old threads down to the target" | Thomas Schwinge | 2 | -0/+5 |
2016-12-09 | Avoid PATH_MAX usage | Thomas Schwinge | 2 | -10/+9 |
2016-12-08 | Hurd: In the CLI, use parse_thread_id instead of global_thread_id_to_ptid | Simon Marchi | 2 | -8/+10 |
2016-12-08 | Hurd, C++: Mach/Hurd headers and MIG stubs are not yet fit for C++ | Thomas Schwinge | 4 | -18/+40 |
2016-12-08 | Hurd, C++: kern_return_t vs. error_t | Thomas Schwinge | 3 | -37/+51 |
2016-12-08 | Hurd, C++: Avoid "const char *" to "char *" casts | Thomas Schwinge | 2 | -11/+33 |
2016-12-08 | Hurd, C++: Avoid GNU C nested functions | Thomas Schwinge | 2 | -9/+15 |
2016-12-08 | Hurd, C++: Explicitly cast "void *" | Thomas Schwinge | 2 | -2/+7 |
2016-12-07 | Hurd: Adjust to "Per-inferior/Inferior-qualified thread IDs" changes | Thomas Schwinge | 2 | -1/+6 |
2016-12-06 | Remove unnecessary inferior lookup in inferior_command | Simon Marchi | 2 | -3/+5 |
2016-12-06 | Assert on lval_register | Yao Qi | 3 | -1/+14 |
2016-12-02 | Introduce enum_flag type for ui_out flags | Simon Marchi | 6 | -12/+27 |
2016-12-02 | Remove unneeded pattern matching in gdb.base/maint.exp | Luis Machado | 2 | -16/+10 |
2016-12-02 | Support an "unlimited" number of user-defined arguments | Pedro Alves | 7 | -84/+181 |
2016-12-02 | Test user-defined gdb commands and arguments stack | Pedro Alves | 2 | -0/+65 |
2016-12-02 | Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution | Pedro Alves | 9 | -11/+102 |