[llvm-branch-commits] [lldb] [lldb] Add synthetic variable support to Get*VariableList. (PR #181501)
Med Ismail Bennani via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 16 11:34:26 PDT 2026
================
@@ -285,13 +292,22 @@ class StackFrame : public ExecutionContextScope,
/// that are visible to the entire compilation unit (e.g. file
/// static in C, globals that are homed in this CU).
///
+ /// \param[in] include_synthetic_vars
+ /// Whether to also include extended variables from other
----------------
medismailben wrote:
```suggestion
/// Whether to also include synthetic variables from other
```
https://github.com/llvm/llvm-project/pull/181501
More information about the llvm-branch-commits
mailing list