================ @@ -421,6 +421,9 @@ class Debugger : public std::enable_shared_from_this<Debugger>, /// Redraw the statusline if enabled. void RedrawStatusline(bool update = true); + /// Compute the current execution and symbol context. ---------------- jimingham wrote:
I would be explicit and call this the "currently selected execution and symbol context". A debugger can have many concurrent sessions so the meaning of "current" isn't unambiguous. https://github.com/llvm/llvm-project/pull/148994 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits