mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
Protected m_selected_frame_idx with a mutex. To avoid deadlocks, always acquire m_selected_frame_mutex after m_list_mutex. I'm using a recursive mutex because GetSelectedFrameIndex may indirectly call SetSelectedFrame.