[Lldb-commits] [PATCH] D127436: [lldb] Resolve exe location for `target create`

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 10 10:08:59 PDT 2022


DavidSpickett added a comment.

Is it easy to test this?

Ideally this behaviour works with a path to a file as well as `PATH` itself e.g. `C:\foo` becomes `C:\foo.exe` and you could write a test that only runs on Windows quite easily. If not I guess you could do a shell test that compiles a program then runs lldb with `PATH` set to the current dir? (though it sounds like you can use the current dir by default anyway)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127436



More information about the lldb-commits mailing list