many-thread-stepping test in mule, adjust call stack thread name decoration limit, now that call stack computation is async; tweak ctrl process memory cache lookup exit condition to be more robust to failed-read cases

This commit is contained in:
Ryan Fleury
2025-06-02 11:59:49 -07:00
parent e83c74db29
commit becb61f00d
3 changed files with 54 additions and 2 deletions
+1 -1
View File
@@ -1775,7 +1775,7 @@ ctrl_key_from_process_vaddr_range(CTRL_Handle process, Rng1U64 vaddr_range, B32
{
break;
}
else if(!id_working && requested)
else if(!id_working)
{
break;
}