[all-commits] [llvm/llvm-project] d90b12: [lldb] Fix TestVSCode.test_progress_events on Linu...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Mar 25 02:50:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d90b1230ea62eb9738ea369df38607551ea412e0
https://github.com/llvm/llvm-project/commit/d90b1230ea62eb9738ea369df38607551ea412e0
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
Log Message:
-----------
[lldb] Fix TestVSCode.test_progress_events on Linux due to vdso
This currently fails when we get the module for `[vdso]` which doesn't have
any parsing event associated with it as it's just created from memory.
More information about the All-commits
mailing list