Home
last modified time | relevance | path

Searched refs:CreateVariable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.h461 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference,
H A Dlldb-vscode.cpp2960 variables.emplace_back(CreateVariable( in request_variables()
2980 variables.emplace_back(CreateVariable(child, childVariablesReferences, in request_variables()
2983 variables.emplace_back(CreateVariable(child, 0, INT64_MAX, hex)); in request_variables()
H A DJSONUtils.cpp1032 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable() function