summaryrefslogtreecommitdiff
path: root/tests/check-namespace.sh.in
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2016-12-05 15:39:37 -0800
committerDave Watson <davejwatson@fb.com>2017-01-13 08:36:33 -0800
commita51cf490318eb1f2390bcd36b77794c92107ad52 (patch)
treeda9ce6c4bd892482a93ab6be98bcd9066616556e /tests/check-namespace.sh.in
parent29483327bebaf6e0141a9bee8bb99552a63f1583 (diff)
downloadlibunwind-a51cf490318eb1f2390bcd36b77794c92107ad52.tar.gz
dwarf: Configurable cache size
Add interface for configurable dwarf cache size * Use item size and round up to nearest power of 2. * Initial cache still exists in BSS. Without this, it means we would fail backtrace when out of memory. The test-mem test fails without this
Diffstat (limited to 'tests/check-namespace.sh.in')
-rw-r--r--tests/check-namespace.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-namespace.sh.in b/tests/check-namespace.sh.in
index 1ef74abb..1ae81212 100644
--- a/tests/check-namespace.sh.in
+++ b/tests/check-namespace.sh.in
@@ -103,6 +103,7 @@ check_local_unw_abi () {
match _UL${plat}_local_addr_space
match _UL${plat}_resume
match _UL${plat}_set_caching_policy
+ match _UL${plat}_set_cache_size
match _UL${plat}_set_reg
match _UL${plat}_set_fpreg
match _UL${plat}_step
@@ -199,6 +200,7 @@ check_generic_unw_abi () {
match _U${plat}_regname
match _U${plat}_resume
match _U${plat}_set_caching_policy
+ match _U${plat}_set_cache_size
match _U${plat}_set_fpreg
match _U${plat}_set_reg
match _U${plat}_step