[Lldb-commits] [lldb] [lldb] Always compute the execution & symbol context (PR #148994)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 17 10:31:19 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list