================
@@ -1761,6 +1764,23 @@ bool FormatEntity::Format(const Entry &entry, Stream &s,
return false;
}
+ case Entry::Type::FrameBorrowedInfo: {
+ if (exe_ctx)
+ if (StackFrame *frame = exe_ctx->GetFramePtr()) {
+ if (BorrowedStackFrame *borrowed_frame =
+ llvm::dyn_cast<BorrowedStackFrame>(frame)) {
+ ;
----------------
JDevlieghere wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/170191
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits