================
@@ -53,8 +53,7 @@ InstrumentationRuntimeStopInfo::GetSuggestedStackFrameIndex(
   // case we somehow ended up looking at an infinite recursion.
   constexpr size_t max_stack_depth = 128;
 
-  // Start at parent frame.
-  size_t stack_idx = 1;
+  size_t stack_idx = 0;
----------------
da-viper wrote:

I've updated and skipped the test on all non Darwin platforms.

https://github.com/llvm/llvm-project/pull/177964
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to