[all-commits] [llvm/llvm-project] 9a9ae0: [lldb-vscode] Fix TestVSCode_setBreakpoints
walter erquinigo via All-commits
all-commits at lists.llvm.org
Mon Jul 13 18:28:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a9ae01f994a92900bc703cf8a512082f49ce45d
https://github.com/llvm/llvm-project/commit/9a9ae01f994a92900bc703cf8a512082f49ce45d
Author: Walter Erquinigo <waltermelon at fb.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M lldb/tools/lldb-vscode/JSONUtils.cpp
Log Message:
-----------
[lldb-vscode] Fix TestVSCode_setBreakpoints
It was failing because some module events had empty UUID, and that was not handled correctly.
The diff that added that logic is https://reviews.llvm.org/D82477
More information about the All-commits
mailing list