aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.compile
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker39-39/+39
2020-07-17[gdb/testsuite] Remove Dwarf::externTom de Vries1-1/+0
2020-06-24W/ Clang, compile/link C++ test programs with "-x c++"Pedro Alves1-11/+1
2020-05-29Fix build errors in with clang in gdb.compile/compile-cplus.cGary Benson1-2/+13
2020-05-06[gdb/testsuite] Compile compile-ifunc.c with -Wno-attribute-aliasTom de Vries1-2/+10
2020-04-01Change how complex types are printed in CTom Tromey2-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker39-39/+39
2019-06-13Migrate rest of compile commands to new options frameworkPedro Alves1-5/+10
2019-05-21[gdb/testsuite] Require c++11 where necessaryTom de Vries1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker39-39/+39
2018-10-19Testsuite: compile-cplus-print.exp: Start inferior before compilingAlan Hayward1-4/+4
2018-10-03Skip gdb ifunc tests on targets that don't support this feature.Sandra Loosemore1-0/+4
2018-08-29C++ compile supportKeith Seitz21-0/+1715
2018-08-16Use gdb_test_no_output for compile tests expected to passKeith Seitz1-2/+2
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves1-4/+5
2018-01-17Relax gdb.compile/compile.exp to match the address printed for frameYao Qi1-2/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker18-18/+18
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-2/+3
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-4/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker18-18/+18
2016-12-23Fix more cases of improper test namesLuis Machado4-5/+5
2016-12-01Fix test names starting with uppercase using multi-line gdb_test_no_outputLuis Machado1-3/+3
2016-12-01Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_testLuis Machado1-5/+5
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado1-1/+1
2016-10-06Remove Java supportTom Tromey1-2/+2
2016-04-27Rename gdb_load_shlibs to gdb_load_shlibSimon Marchi1-1/+1
2016-04-07Fix gdb.compile/compile.exp shlib regressionPedro Alves1-3/+7
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi1-21/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker18-18/+18
2015-10-25Fix compile.exp error message expectationJan Kratochvil1-1/+1
2015-08-27Force language to C in gdb.compile/compile-ifunc.expLuis Machado1-0/+6
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil2-34/+44
2015-06-04compile-print.exp: xfail->kfail for '@' GDB array operatorJan Kratochvil1-2/+2
2015-06-03compile: Use also inferior munmapJan Kratochvil1-2/+2
2015-05-16compile: New 'compile print'Jan Kratochvil2-0/+90
2015-05-16compile: Use -Wall, not -wJan Kratochvil2-6/+14
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil2-0/+100
2015-01-22compile: Fix function pointersJan Kratochvil1-0/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker14-14/+14
2014-12-17Fix MinGW compilationJan Kratochvil4-4/+4
2014-12-12the "compile" commandTom Tromey15-0/+1344