[Lldb-commits] [lldb] [lldb][dap] always add column field in StackFrame body (PR #73393)
Xu Jun via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 26 22:26:41 PST 2023
================
@@ -817,8 +817,7 @@ llvm::json::Value CreateStackFrame(lldb::SBFrame &frame) {
if (line && line != LLDB_INVALID_LINE_NUMBER)
object.try_emplace("line", line);
----------------
xujuntwt95329 wrote:
Thanks! Updated
https://github.com/llvm/llvm-project/pull/73393
More information about the lldb-commits
mailing list