[Lldb-commits] [PATCH] D70847: [lldb-vscode] Ensure that target matches the executable file

Anton Kolesov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 01:28:36 PST 2019


anton.kolesov added a comment.

In D70847#1763797 <https://reviews.llvm.org/D70847#1763797>, @labath wrote:

> This needs a test case, though judging by your description it looks like pretty much every test case on affected platforms (I guess, windows) should hit this. Can you check if any of the existing vscode tests which are marked @skipIfWindows start passing now?


Yes, that should be tested by existing launch tests already. My case is a proprietary Process plugin, not a Windows target and because my target is an embedded system with no ability to pass environemnt variables, command line arguments or an implementation of process exit I can't really run the existing tests for my target. I will try to build lldb for Windows and see if lldb-vscode tests will start working on it - as far as I can see all lldb-vscode tests are currently skipped for Windows.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70847





More information about the lldb-commits mailing list