================
@@ -936,3 +936,7 @@ size_t StackFrameList::GetStatus(Stream &strm, uint32_t
first_frame,
strm.IndentLess();
return num_frames_displayed;
}
+
+void StackFrameList::ClearSelectedFrameIndex() {
----------------
jimingham wrote:
I'm not sure what we'd do if two parts of lldb decided they wanted to be in
control of the selected frame index on stop. That seems like a bad idea, but
I'm not sure the right way to fix it would be just to lock the selected frame
index just at the point of setting it. There would need to be some explicit
negotiation for who gets to control this.
https://github.com/llvm/llvm-project/pull/133078
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits