aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Remove the unneeded escaping of '[' and ']' characters in test_class_helpMartin Galvan2-3/+10
2015-06-30Sync dlang demangling tests from upstream libiberty testsuiteIain Buclaw2-6/+10
2015-06-29PR threads/18127 - threads spawned by infcall end up stuck in "running" statePedro Alves3-0/+104
2015-06-26PR 16253 revisitedKeith Seitz6-0/+225
2015-06-26Add option to remove duplicate command history entriesPatrick Palka2-0/+121
2015-06-26Add tab completion for TUI's "focus" commandPatrick Palka2-0/+23
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil3-0/+68
2015-06-25py-prettyprint.exp: Add is_address_zero_readable checkSimon Marchi2-2/+9
2015-06-24Add missing ChangeLog entries for yesterday's commmit below.Peter Bergner1-0/+5
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2-3/+6
2015-06-24New proc supports_get_siginfo_typeYao Qi4-6/+21
2015-06-23Fix rfebb gdb test cases.Peter Bergner2-3/+3
2015-06-22Add comments on using board file remote-gdbserver-on-localhost.expYao Qi2-0/+7
2015-06-22Don't skip hw breakpoint/watchpoint tests for aarch64 targetYao Qi2-1/+9
2015-06-18Test the interaction between GDBHISTSIZE and .gdbinitPatrick Palka2-3/+25
2015-06-17Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka2-0/+75
2015-06-17Read $GDBHISTSIZE instead of $HISTSIZEPatrick Palka3-10/+16
2015-06-17Fix tcl errorYao Qi2-3/+6
2015-06-17Don't truncate the history file when history size is unlimitedPatrick Palka2-0/+63
2015-06-17Add vector ABI tests to gnu_vector.expAndreas Arnez3-21/+152
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney4-26/+57
2015-06-12Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay4-0/+138
2015-06-10Missing Changelogs for last commitsWalfred Tedeschi1-0/+27
2015-06-10Add support for bound table in the Intel MPX context.Walfred Tedeschi2-0/+169
2015-06-10Obvious indentation fixes on test sample and test file for MPX registers.Walfred Tedeschi2-10/+10
2015-06-10Improve test for processor feature om MPX registers test.Walfred Tedeschi2-13/+19
2015-06-10Fix MPX and AVX512 tests for path changes.Walfred Tedeschi4-4/+4
2015-06-04compile-print.exp: xfail->kfail for '@' GDB array operatorJan Kratochvil2-2/+7
2015-06-03compile: Use also inferior munmapJan Kratochvil2-2/+9
2015-06-02Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi2-0/+40
2015-06-01PR symtab/18392Jan Kratochvil4-0/+692
2015-05-28Disable exec-dependent follow vfork tests for remoteDon Breazeal2-12/+22
2015-05-27PR symtab/18258Doug Evans4-0/+253
2015-05-26PR c++/18141, c++/18417.Doug Evans3-0/+76
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans5-6/+13
2015-05-26PR python/18438Doug Evans6-4/+98
2015-05-26New gdb.reverse test case for aarch64 instructionsYao Qi3-0/+220
2015-05-26Enables gdb.reverse testsuite for aarch64*-linux targetsOmair Javaid2-0/+7
2015-05-21Make sure test names are unique in gdb.base/gdbinit-history.expPatrick Palka2-7/+14
2015-05-21gdb: Add completer for layout command.Andrew Burgess2-0/+24
2015-05-20gdb/testsuite: New skip_tui_tests predicate.Andrew Burgess3-0/+28
2015-05-19Fix gdb.base/gdbinit-history.exp when HISTSIZE is set in the environmentPedro Alves2-2/+17
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans3-3/+160
2015-05-16compile: New 'compile print'Jan Kratochvil3-0/+95
2015-05-16compile: Use -Wall, not -wJan Kratochvil3-6/+20
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton1-0/+4
2015-05-15Non bit-packed packed arrays as variable-length fieldsJerome Guitton6-0/+143
2015-05-15[Ada] problem printing negative integer values in packed arrays.Joel Brobecker5-0/+113
2015-05-13Fix PR gdb/17820Patrick Palka4-0/+60
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra4-1/+28