[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap to support running in a server mode, allowing multiple connections. (PR #114881)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 5 17:12:45 PST 2024
================
@@ -173,7 +171,7 @@ def do_test_scopes_variables_setVariable_evaluate(
"value": "1",
},
"declaration": {
- "equals": {"line": 12, "column": 14},
+ "equals": {"line": 15},
----------------
ashgti wrote:
Reverted this change
https://github.com/llvm/llvm-project/pull/114881
More information about the lldb-commits
mailing list