[llvm-branch-commits] [lldb] [lldb] Add extended variable support to Get*VariableList. (PR #181501)
Aman LaChapelle via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 15 21:52:26 PDT 2026
================
@@ -686,9 +687,10 @@ static void PrivateAutoComplete(
} else if (frame) {
// We haven't found our variable yet
const bool get_file_globals = true;
+ const bool include_extended_vars = true;
----------------
bzcheeseman wrote:
I think this is more descriptive in terms of what is actually happening, and I don't really see the value in being consistent with one other argument name. If you feel strongly I can change it, but IMO this is a better name for the argument/variable.
https://github.com/llvm/llvm-project/pull/181501
More information about the llvm-branch-commits
mailing list