[Lldb-commits] [PATCH] D76968: [lldb-vscode] Correctly return source mapped breakpoints for setBreakpoints request
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 31 16:35:26 PDT 2020
wallace added a comment.
Some included changes:
- Removed the "source" element if the "breakpoint" object returned in breakpoint events
- CreateBreakpoint now accepts an optional line number, which is used as fallback if no location is valid
- Added a test that asserts breakpoints in dynamically loaded libraries
I also tested the entire flow in VSCode and it was all fine
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76968/new/
https://reviews.llvm.org/D76968
More information about the lldb-commits
mailing list