[Lldb-commits] [PATCH] D101128: [lldb-vscode] only report long running progress events

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 3 22:55:34 PDT 2021


wallace updated this revision to Diff 342650.
wallace marked 12 inline comments as done.
wallace added a comment.

Address all comments

- now the reporting timing conditions are in ProgressEvent, which simplifies the other classes
- removed the progressInvalid enum by making sure only valid ProgressEvent instances are created


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101128/new/

https://reviews.llvm.org/D101128

Files:
  lldb/tools/lldb-vscode/ProgressEvent.cpp
  lldb/tools/lldb-vscode/ProgressEvent.h
  lldb/tools/lldb-vscode/VSCode.cpp
  lldb/tools/lldb-vscode/VSCode.h
  lldb/tools/lldb-vscode/lldb-vscode.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101128.342650.patch
Type: text/x-patch
Size: 18241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210504/977552cd/attachment.bin>


More information about the lldb-commits mailing list