[lldb] Fix TestVSCode.test_progress_events on Linux due to vdso
authorRaphael Isemann <teemperor@gmail.com>
Thu, 25 Mar 2021 09:44:20 +0000 (10:44 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 25 Mar 2021 09:48:58 +0000 (10:48 +0100)
commitd90b1230ea62eb9738ea369df38607551ea412e0
treec9f9cd16da6075db39f214fc996d51a6d7dde548
parent502f27e66fd9fe44cd45ec5acae3e18f15f2d8c6
[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.
lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py