Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | A smarter linespec completer | Pedro Alves | 3 | -3/+14 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 2 | -5/+17 |
2017-07-15 | gdb: Make some test names unique | Andrew Burgess | 2 | -7/+11 |
2017-07-14 | Handle sizeof(type) in Rust | Tom Tromey | 2 | -0/+8 |
2017-07-14 | Make gdb.lookup_typename work for Rust types | Tom Tromey | 2 | -0/+12 |
2017-07-14 | Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index | Pedro Alves | 4 | -3/+106 |
2017-07-13 | gdb: Fix more parameter passing to mi_create_breakpoint | Andrew Burgess | 2 | -2/+8 |
2017-07-13 | gdb: Fix parameter passing to mi_create_breakpoint | Andrew Burgess | 2 | -15/+26 |
2017-07-11 | Sync dlang demangling tests from upstream libiberty testsuite. | Iain Buclaw | 2 | -1/+5 |
2017-07-09 | Fix size check in dwarf2_evaluate_loc_desc_full | Tom Tromey | 2 | -0/+104 |
2017-07-06 | Fission support for multiple CUs per DWO file | David Blaikie | 5 | -0/+498 |
2017-07-06 | Fix Python unwinder frames regression | Pedro Alves | 2 | -1/+6 |
2017-06-30 | PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ... | Sergio Durigan Junior | 2 | -1/+40 |
2017-06-30 | PR cli/21688: Fix multi-line/inline command differentiation | Sergio Durigan Junior | 2 | -0/+38 |
2017-06-29 | Expression completer should not match explicit location options | Pedro Alves | 2 | -0/+10 |
2017-06-28 | Fix PR 21337: segfault when re-reading symbols. | Doug Gilmore | 3 | -0/+89 |
2017-06-21 | Use noncapturing subpattern/parens in gdb_test implementation | Kevin Buettner | 2 | -1/+6 |
2017-06-19 | Update GDB test case for new lnia extended mnemonic. | Peter Bergner | 3 | -3/+9 |
2017-06-14 | Fix register selection in var-access.exp | Andreas Arnez | 2 | -5/+11 |
2017-06-13 | Respect piece offset for DW_OP_bit_piece | Andreas Arnez | 1 | -0/+39 |
2017-06-13 | Fix handling of DWARF register pieces on big-endian targets | Andreas Arnez | 2 | -0/+30 |
2017-06-13 | Add DWARF piece test cases for bit-field access | Andreas Arnez | 2 | -1/+85 |
2017-06-13 | gdb/testsuite: Add "get_endianness" convenience proc | Andreas Arnez | 14 | -102/+47 |
2017-06-13 | PR gdb/21226: Take DWARF stack value pieces from LSB end | Andreas Arnez | 2 | -3/+24 |
2017-06-13 | write_pieced_value: Fix size capping logic | Andreas Arnez | 2 | -0/+10 |
2017-06-13 | Add test for modifiable DWARF locations | Andreas Arnez | 4 | -1/+229 |
2017-06-12 | Add some 128-bit integer tests | Tom Tromey | 2 | -2/+33 |
2017-06-12 | Simplify print_scalar_formatted | Tom Tromey | 2 | -2/+6 |
2017-06-12 | Don't always zero pad in print_*_chars | Tom Tromey | 5 | -60/+76 |
2017-06-07 | Implement proper "startup-with-shell" support on gdbserver | Sergio Durigan Junior | 3 | -0/+123 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 2 | -2/+16 |
2017-05-30 | gdb.base/watch-cond-infcall.exp: Don't run if target doesn't support infcalls | Simon Marchi | 2 | -0/+10 |
2017-05-21 | Print Rust unsized array types a bit more nicely | Tom Tromey | 3 | -0/+74 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 3 | -0/+65 |
2017-05-18 | Fix test failure with Rust 1.18 and 1.19 | Tom Tromey | 2 | -4/+8 |
2017-05-18 | Expect prompt after no FPU warning | Thomas Preud'homme | 2 | -5/+9 |
2017-05-18 | gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warnings | Pedro Alves | 2 | -5/+10 |
2017-05-18 | gdb.base/fileio.c: Fix several -Wreturn-type warnings | Pedro Alves | 3 | -26/+34 |
2017-05-18 | gdb.base/fileio.exp: Remove nowarnings | Pedro Alves | 3 | -2/+12 |
2017-05-17 | Add nowarnings in gdb.base/fileio.exp | Yao Qi | 2 | -1/+5 |
2017-05-17 | Add alias command to cmd_list_element | Yao Qi | 2 | -4/+12 |
2017-05-04 | Fix gdb.python/py-record-btrace-threads.exp with Python 3 | Pedro Alves | 2 | -2/+7 |
2017-05-03 | Make sure malloc is linked into gdb.cp/oranking.cc. | Keith Seitz | 2 | -0/+22 |
2017-05-02 | Python: Move and rename gdb.BtraceFunction | Tim Wiederhake | 2 | -2/+7 |
2017-05-02 | Python: Introduce gdb.RecordGap class | Tim Wiederhake | 2 | -1/+5 |
2017-05-02 | Python: Remove ptid from gdb.Record interface | Tim Wiederhake | 2 | -1/+4 |
2017-05-02 | Python: Use correct ptid in btrace recording | Tim Wiederhake | 3 | -0/+144 |
2017-04-28 | Make environ.exp run on all platforms (and create info-program.exp) | Sergio Durigan Junior | 3 | -252/+106 |
2017-04-27 | Fix overload resolution involving rvalue references and cv qualifiers. | Keith Seitz | 5 | -6/+39 |
2017-04-19 | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 3 | -0/+161 |