================ @@ -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:
In StackFrameList::Clear we take the m_list_mutex before clearing the selected frame (among other things). Should we also do that here? https://github.com/llvm/llvm-project/pull/133078 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits