[Lldb-commits] [lldb] [lldb][test] Remove restriction for remote working directory (PR #89768)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 24 09:09:10 PDT 2024
ita-sc wrote:
> Based on the description it's not entirely clear to me what exactly you're trying to achieve. You don't have a working directory, but presumably you still have a platform name and a platform URL? In other words, I assume you want to go into the `if configuration.lldb_platform_name` case? Please update the description.
Yes, you are right: I specify a remote platform (qemu-user), and do not want to set remote directory for now.
> the logic is supposed to be: ...
Changed.
https://github.com/llvm/llvm-project/pull/89768
More information about the lldb-commits
mailing list