[Lldb-commits] [PATCH] D73665: Stop emitting a breakpoint for each location in a breakpoint when responding to breakpoint commands.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 29 14:17:39 PST 2020


clayborg created this revision.
clayborg added a reviewer: labath.
Herald added a project: LLDB.

The VS Code DAP expects on response for each breakpoint that was requested. If we responsd with multiple entries for one breakpoint the VS Code UI gets out of date. Currently the VS code DAP doesn't handle one breakpoint with multiple locations. If this ever gets fixed we can modify our code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73665

Files:
  lldb/tools/lldb-vscode/JSONUtils.cpp
  lldb/tools/lldb-vscode/LLDBUtils.cpp
  lldb/tools/lldb-vscode/LLDBUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73665.241290.patch
Type: text/x-patch
Size: 3992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200129/895437c1/attachment.bin>


More information about the lldb-commits mailing list