Home | History | Annotate | Download | only in tests

Lines Matching full:debug

37 # gcc -Og -g -Xassembler --compress-debug-sections=none \
38 # -c -o testfile-debug-rel.o testfile-zdebug-rel.c
39 # gcc -Og -g -Xassembler --compress-debug-sections=zlib-gnu \
40 # -c -o testfile-debug-rel-g.o testfile-zdebug-rel.c
41 # gcc -Og -g -Xassembler --compress-debug-sections=zlib-gabi \
42 # -c -o testfile-debug-rel-z.o testfile-zdebug-rel.c
44 testfiles testfile-debug-rel.o testfile-debug-rel-g.o testfile-debug-rel-z.o
121 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel.o
123 cat info.out | sed -e "s/'.debug_info'/'.zdebug_info'/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-g.o
125 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-z.o
138 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel.o
140 cat loc.out | sed -e "s/'.debug_loc' at offset 0x185/'.zdebug_loc' at offset 0x138/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel-g.o
142 cat loc.out | sed -e "s/at offset 0x185/at offset 0x150/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel-z.o