Age | Commit message (Expand) | Author | Files | Lines |
2016-06-13 | gdb: Use UNSUPPORTED not XFAIL for unsupported target features | Andrew Burgess | 19 | -41/+41 |
2016-06-10 | Fix PR rust/20110 | Tom Tromey | 2 | -0/+8 |
2016-06-10 | Fortran: Testsuite, non-local references in nested functions. | Bernhard Heckel | 3 | -0/+119 |
2016-06-09 | Add negative repeat count to 'x' command | Toshihito Kikuchi | 3 | -0/+435 |
2016-06-06 | Add method/format information to =record-started | Simon Marchi | 2 | -2/+7 |
2016-06-02 | Fix PR python/18984 | Tom Tromey | 2 | -0/+9 |
2016-06-02 | mi-memory-changed.exp: Fix filename passed to untested | Simon Marchi | 2 | -1/+5 |
2016-05-31 | [PR gdb/19893] Fix handling of synthetic C++ references | Martin Galvan | 8 | -16/+628 |
2016-05-30 | Add tests for 64bit values in trace-condition.exp | Antoine Tremblay | 2 | -0/+99 |
2016-05-30 | Add variable length tests for emit_ref in trace-condition.exp | Antoine Tremblay | 3 | -5/+17 |
2016-05-30 | Add emit_less_unsigned test in trace-condition.exp | Antoine Tremblay | 2 | -0/+7 |
2016-05-30 | Move trace conditions tests from ftrace.exp to trace-condition.exp | Antoine Tremblay | 3 | -74/+12 |
2016-05-30 | Add counter-cases for trace-condition.exp tests | Antoine Tremblay | 2 | -0/+42 |
2016-05-30 | PR 15231: import bare DW_TAG_lexical_block | Jan Kratochvil | 3 | -6/+76 |
2016-05-27 | Skip attach-many-short-lived-threads.exp on known-broken DejaGnu versions | Pedro Alves | 2 | -0/+40 |
2016-05-27 | gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTR | Andrew Burgess | 3 | -4/+92 |
2016-05-25 | Fortran, typeprint: Forward level of details to be printed for pointers. | Bernhard Heckel | 3 | -2/+20 |
2016-05-25 | Fortran, testsuite: Fix duplicate testcase name. | Bernhard Heckel | 2 | -1/+6 |
2016-05-25 | Fortran, testsuite: Add testcases for nested structures. | Bernhard Heckel | 2 | -0/+29 |
2016-05-25 | Fortran, typeprint: Decrease level of details when printing elements of a str... | Bernhard Heckel | 5 | -21/+51 |
2016-05-25 | Fortran, typeprint: Take level of details into account when printing elements... | Bernhard Heckel | 2 | -12/+6 |
2016-05-25 | Fortran, typeprint: Fix wrong indentation when ptype nested structures. | Bernhard Heckel | 2 | -4/+9 |
2016-05-25 | Fortran, testsuite: Use multi_line in whatis_type testcase. | Bernhard Heckel | 2 | -4/+20 |
2016-05-24 | Fix PR python/17386 - add __index__ method to gdb.Value | Tom Tromey | 2 | -0/+13 |
2016-05-24 | Fix PR python/17981 | Tom Tromey | 2 | -1/+10 |
2016-05-24 | Fix PR gdb/19828: gdb -p <process from a container>: internal error | Pedro Alves | 3 | -0/+170 |
2016-05-24 | Fix syntax error in annota-input-while-running.exp | Francis Ricci | 2 | -2/+6 |
2016-05-23 | Fix PR python/19438, PR python/18393 - initialize dictionaries | Tom Tromey | 3 | -0/+10 |
2016-05-23 | Use standard_testfile in gdb.arch/thumb-prologue.exp and gdb.arch/thumb2-it.exp | Yao Qi | 3 | -6/+7 |
2016-05-18 | Add mi-threads-interrupt.exp test (PR 20039) | Simon Marchi | 3 | -0/+135 |
2016-05-17 | Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077) | Simon Marchi | 3 | -0/+87 |
2016-05-17 | Update gdb test suite for Rust | Tom Tromey | 13 | -1/+1015 |
2016-05-17 | Add support for the Rust language | Tom Tromey | 2 | -1/+5 |
2016-05-17 | Add self-test framework to gdb | Tom Tromey | 2 | -0/+21 |
2016-05-16 | Match shell_prompt # in batch-preserve-term-settings.exp | Yao Qi | 2 | -2/+6 |
2016-05-12 | PR symtab/19999 gdb unable to resolve vars with fission+PIE | Doug Evans | 4 | -1/+552 |
2016-05-04 | Fix solib-display.exp remote check | Simon Marchi | 2 | -1/+23 |
2016-05-04 | Introduce procedure use_gdb_stub | Simon Marchi | 2 | -0/+24 |
2016-05-03 | PR symtab/19914 fix handling of dwp + split debug | Doug Evans | 3 | -0/+69 |
2016-05-02 | Fix detach.exp remote check | Simon Marchi | 2 | -5/+4 |
2016-05-02 | Fix annota-input-while-running.exp remote check | Simon Marchi | 2 | -19/+12 |
2016-04-28 | Add test for tracepoint enable/disable | Simon Marchi | 3 | -0/+171 |
2016-04-28 | ftrace tests: Use gdb_load_shlib result to lookup IPA in info sharedlibrary | Simon Marchi | 8 | -14/+25 |
2016-04-27 | Rename gdb_load_shlibs to gdb_load_shlib | Simon Marchi | 54 | -85/+147 |
2016-04-27 | Make gdb_load_shlibs return the destination path of the library | Simon Marchi | 11 | -15/+38 |
2016-04-27 | Skip gdb.base/branch-to-self.exp if gdb,nosignals exists | Yao Qi | 2 | -0/+10 |
2016-04-26 | fort_dyn_array: Use value constructor instead of raw-buffer manipulation. | Keven Boell | 2 | -0/+7 |
2016-04-26 | fort_dyn_array: Support evaluation of dynamic elements inside arrays. | Bernhard Heckel | 3 | -2/+77 |
2016-04-26 | fort_dyn_array: Enable dynamic member types inside a structure. | Bernhard Heckel | 3 | -0/+195 |
2016-04-25 | New test case gdb.base/branch-to-self.exp | Yao Qi | 3 | -0/+114 |