mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-03 19:57:39 +01:00
Testing of UNW_CACHE_PER_THREAD caching policy is disabled
This commit is contained in:
parent
aaf2bb259a
commit
44cb8e68d8
1 changed files with 5 additions and 4 deletions
|
@ -1500,10 +1500,11 @@ main (int argc, char **argv)
|
||||||
unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_GLOBAL);
|
unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_GLOBAL);
|
||||||
doit ();
|
doit ();
|
||||||
|
|
||||||
if (verbose)
|
// UNW_CACHE_PER_THREAD is not yet implemented
|
||||||
printf ("Caching: per-thread\n");
|
// if (verbose)
|
||||||
unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD);
|
// printf ("Caching: per-thread\n");
|
||||||
doit ();
|
// unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD);
|
||||||
|
// doit ();
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf ("SUCCESS\n");
|
printf ("SUCCESS\n");
|
||||||
|
|
Loading…
Reference in a new issue