[all-commits] [llvm/llvm-project] c8f728: [lldb-dap] Fixing a type encoding issue with dap S...
John Harrison via All-commits
all-commits at lists.llvm.org
Thu Nov 30 12:17:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8f72856dbdd0039fc16eae51726da105ea679c0
https://github.com/llvm/llvm-project/commit/c8f72856dbdd0039fc16eae51726da105ea679c0
Author: John Harrison <harjohn at google.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M lldb/tools/lldb-dap/JSONUtils.cpp
Log Message:
-----------
[lldb-dap] Fixing a type encoding issue with dap Stopped events. (#72292)
Previously the type of the breakpoint id in the Stopped event was a
uint64_t, however thats the wrong type for a breakpoint id, which can
cause encoding issues when internal breakpoints are hit.
More information about the All-commits
mailing list