]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
git subrepo clone https://github.com/CTSRD-CHERI/cheri-compressed-cap gdb/cheri-compr...
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 13 Oct 2022 21:05:51 +0000 (14:05 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 13 Oct 2022 21:05:51 +0000 (14:05 -0700)
commit2df9f9bf324b3537e8d31e83deb707990a5b906b
tree6176035a22779705c567a2b735ac0e08e565ad9d
parent8ff1bd02227d35386cbcff210be686c68e1865c8
git subrepo clone https://github.com/CTSRD-CHERI/cheri-compressed-cap gdb/cheri-compressed-cap

subrepo:
  subdir:   "gdb/cheri-compressed-cap"
  merged:   "6762a19ba9f"
upstream:
  origin:   "https://github.com/CTSRD-CHERI/cheri-compressed-cap"
  branch:   "master"
  commit:   "6762a19ba9f"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
59 files changed:
gdb/cheri-compressed-cap/.clang-format [new file with mode: 0644]
gdb/cheri-compressed-cap/.editorconfig [new file with mode: 0644]
gdb/cheri-compressed-cap/.github/workflows/c-cpp.yml [new file with mode: 0644]
gdb/cheri-compressed-cap/.gitignore [new file with mode: 0644]
gdb/cheri-compressed-cap/.gitrepo [new file with mode: 0644]
gdb/cheri-compressed-cap/CMakeLists.txt [new file with mode: 0644]
gdb/cheri-compressed-cap/LICENSE [new file with mode: 0644]
gdb/cheri-compressed-cap/README.md [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap.c [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap.h [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap_128.h [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap_128m.h [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap_64.h [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap_common.h [new file with mode: 0644]
gdb/cheri-compressed-cap/cheri_compressed_cap_macros.h [new file with mode: 0644]
gdb/cheri-compressed-cap/decompress_cap_128.c [new file with mode: 0644]
gdb/cheri-compressed-cap/decompress_cap_128m.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/FuzzedDataProvider.h [new file with mode: 0644]
gdb/cheri-compressed-cap/test/catch.hpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/compression_test.sail [new file with mode: 0644]
gdb/cheri-compressed-cap/test/decode_inputs_128.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/decode_inputs_64.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/elf.h [new file with mode: 0644]
gdb/cheri-compressed-cap/test/fuzz_decompress_128.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/fuzz_decompress_128m.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/fuzz_decompress_64.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/fuzz_decompress_common.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/random_inputs_test_128.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/random_inputs_test_128m.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/random_inputs_test_64.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/random_inputs_test_common.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/regen_sail_c_code.sh [new file with mode: 0755]
gdb/cheri-compressed-cap/test/regen_sail_c_code_morello.sh [new file with mode: 0755]
gdb/cheri-compressed-cap/test/rts.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/rts.h [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail.h [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_compression_128.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_compression_128m.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_compression_64.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_failure.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_failure.h [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_wrapper.h [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_wrapper_128.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_wrapper_128m.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_wrapper_64.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/sail_wrapper_common.c [new file with mode: 0644]
gdb/cheri-compressed-cap/test/setbounds_inputs_128.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/setbounds_test_128.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/setbounds_test_128m.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/setbounds_test_64.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/setbounds_test_common.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/simple_test_128.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/simple_test_128m.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/simple_test_256.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/simple_test_64.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/simple_test_common.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/test_common.cpp [new file with mode: 0644]
gdb/cheri-compressed-cap/test/test_util.h [new file with mode: 0644]