[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:38:00 PDT 2026
================
@@ -459,6 +467,14 @@ may even involve JITing and running code in the target program.)");
/// Returns true if `scope` matches any of the options in `m_option_variable`.
bool ScopeRequested(lldb::ValueType scope) {
+ // If it's an extended variable, check if we want to show those first.
----------------
medismailben wrote:
```suggestion
// If it's an synthetic variable, check if we want to show those first.
```
https://github.com/llvm/llvm-project/pull/181501
More information about the llvm-branch-commits
mailing list