1
0
Fork 0
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:
Alexander Esilevich 2010-10-04 21:12:31 +07:00
parent aaf2bb259a
commit 44cb8e68d8

View file

@ -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");