[Lldb-commits] [lldb] [lldb-dap] Refactor variablesReference storage and scope management. (PR #179262)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 15 02:43:53 PST 2026
================
@@ -466,7 +466,7 @@ struct SetVariableResponseBody {
/// If this property is included in the response, any `variablesReference`
/// previously associated with the updated variable, and those of its
/// children, are no longer valid.
- uint64_t variablesReference = 0;
+ var_ref_t variablesReference{0};
----------------
da-viper wrote:
I used `k_no_child` as 0 represents references that do not have children.
https://github.com/llvm/llvm-project/pull/179262
More information about the lldb-commits
mailing list