]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: by-kind tests
authorNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 20:50:14 +0000 (21:50 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 20:50:14 +0000 (21:50 +0100)
commit4a4fbfd42ef5deb8b3f7d1f9a8602c12118602fa
tree414146a75b3049947391f1cc6c502a18e7cb7fce
parent66bc73771890d03680f59d6978baac2b5c616cb4
libctf: by-kind tests

These tiny testcases test opening-and-dumping of single type kinds,
and also linking and then opening-and-dumping.
34 files changed:
libctf/testsuite/libctf-lookup/by-kind/array.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/array.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/const.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/const.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/datasec.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/datasec.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/decl-tag.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/decl-tag.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/enum.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/enum.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/forward.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/forward.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/function.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/function.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/integer.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/integer.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/open-and-dump.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/pointer.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/pointer.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/restrict.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/restrict.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/struct.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/struct.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/type-tag.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/type-tag.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/union.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/union.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/volatile.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/by-kind/volatile.lk [new file with mode: 0644]
libctf/testsuite/libctf-lookup/lookup-by-kind-linking.exp [new file with mode: 0644]
libctf/testsuite/libctf-lookup/lookup-by-kind.exp [new file with mode: 0644]
libctf/testsuite/libctf-lookup/lookup-datasec-ctf.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/lookup-datasec.c [new file with mode: 0644]
libctf/testsuite/libctf-lookup/lookup-datasec.lk [new file with mode: 0644]