aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-01-24AArch64 AAPCS: Ignore static membersAlan Hayward3-6/+221
2019-01-21AArch64 AAPCS: Empty structs have non zero size in C++Alan Hayward2-13/+48
2019-01-21Testsuite: Ensure stack protection is off for GCCAlan Hayward5-3/+124
2019-01-16Introduce dwarf2_cu::get_builderKeith Seitz2-0/+218
2019-01-14[PowerPC] Aliases for vector registersPedro Franco de Carvalho5-2/+137
2019-01-14[PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.expPedro Franco de Carvalho2-38/+10
2019-01-12gdb/testsuite: Don't allow paths to appear in test nameAndrew Burgess2-0/+5
2019-01-10gdb/23712: Test case for multidictionaryKeith Seitz2-0/+163
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi2-1416/+12
2019-01-09gdb/testsuite: Remove interactive prompt case from mi_gdb_testAndrew Burgess2-5/+5
2019-01-06Fix crash in "finish"Tom Tromey2-0/+107
2019-01-01Update copyright year range in all GDB files.Joel Brobecker3472-3472/+3472
2018-12-28Fix a crash in jit.cTom Tromey4-0/+109
2018-12-28Style addressesTom Tromey2-1/+5
2018-12-28Style the "Reading symbols" messageTom Tromey2-0/+9
2018-12-28Style the gdb welcome messageTom Tromey2-0/+10
2018-12-28Style print_address_symbolicTom Tromey2-0/+6
2018-12-28Style locations when setting a breakpointTom Tromey2-1/+8
2018-12-28Style variable namesTom Tromey2-1/+6
2018-12-28Add output styles to gdbTom Tromey3-0/+66
2018-12-28Change gdb test suite's TERM settingTom Tromey3-49/+59
2018-12-27Translate PyExc_KeyboardInterrupt to gdb "quit"Tom Tromey2-0/+45
2018-12-27Fix gdb.ada/fun_renaming.exp by using more unique names.Philippe Waroquiers4-14/+16
2018-12-27Fix gdb.ada/assign_arr.exp by using more unique names.Philippe Waroquiers3-3/+3
2018-12-27Improve gdb.ada/rename_subscript_param.exp by using more unique names.Philippe Waroquiers2-6/+6
2018-12-27Fix gdb.ada/packed_array_assign.exp by using more unique names.Philippe Waroquiers2-5/+7
2018-12-24gdb: Allow struct fields named doubleAndrew Burgess3-0/+169
2018-12-24Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks....Philippe Waroquiers3-7/+13
2018-12-21Fix various tests to use -no-pie linker flag when neededJan Vrany9-7/+38
2018-12-21gdb: Fix "info os <unknown>" commandPaul Marechal2-0/+8
2018-12-20Ensure deterministic result order in gdb.ada/info_auto_lang.expPhilippe Waroquiers2-17/+26
2018-12-12gdb: Update test pattern to deal with native-extended-gdbserverAndrew Burgess2-2/+25
2018-12-11gdb/riscv: Update test to handle targets without an fpuAndrew Burgess2-1/+13
2018-12-09Fix tid-reuse sometimes blocks for a very long (infinite?) time.Philippe Waroquiers2-7/+31
2018-12-08Merge forward-search/reverse-search, use gdb::def_vector, remove limitPedro Alves2-2/+21
2018-12-05gdb/testsuite/sim: Remove redundant setting of timeoutAndrew Burgess2-10/+9
2018-12-01[gdb/testsuite] Add gdb-caching-proc.exp testcaseTom de Vries2-0/+116
2018-11-25Implement timestamp'ed output on "make check"Sergio Durigan Junior4-8/+94
2018-11-21Make command-repeat work after gdb.executeBenno Fünfstück2-0/+7
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess2-0/+41
2018-11-20Add a test to verify info [functions|variables|types]|rbreak respect language...Philippe Waroquiers5-0/+238
2018-11-20Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.Philippe Waroquiers2-1/+8
2018-11-20Test case for 'info variables|functions' with minimal symbols.Philippe Waroquiers3-0/+72
2018-11-19Handle TYPE_CODE_PTR when printing Rust typesTom Tromey3-8/+15
2018-11-19Fix gdb.rust/simple.rs for more recent compilersTom Tromey2-1/+5
2018-11-19gdb.base/warning.exp tweaksPedro Alves2-5/+11
2018-11-16Aarch64: Fix segfault when casting dummy callsAlan Hayward4-0/+172
2018-11-12Add completer for skip numbersSimon Marchi2-0/+41
2018-11-09[gdb/symtab] Fix language of duplicate static minimal symbolTom de Vries4-0/+81
2018-11-08Avoid crash when calling warning too earlyTom Tromey2-0/+42