================
@@ -153,10 +153,18 @@ def do_test_scopes_variables_setVariable_evaluate(
buffer_children = make_buffer_verify_dict(0, 32)
verify_locals = {
"argc": {
- "equals": {"type": "int", "value": "1"},
- "declaration": {
- "equals": {"line": 12, "column": 14},
- "contains": {"path": ["lldb-dap", "variables",
"main.cpp"]},
+ "equals": {
+ "type": "int",
+ "value": "1",
+ },
+ "$__lldb_extensions": {
+ "equals": {
+ "lldbValue": "1",
----------------
walter-erquinigo wrote:
Yes, it's the same as SBValue::GetValue()
https://github.com/llvm/llvm-project/pull/75244
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits