[Lldb-commits] [lldb] [lldb][test] Fix inline_sites_live.cpp Shell when run on Windows remotely from Linux (PR #115722)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 13 00:06:45 PST 2024
labath wrote:
That might make more sense, but looking at the bot, it really does seem to run on windows, with a remote target (I guess it doesn't really run the binary there, it must fall back to host when it find the binary is not compatible). And if I had to guess, I'd say that all of this platform dancing causes it to somehow switch the the lldb-server windows implementation, which sends thread names (unlike the in-process one?).
Overall, I guess the change is fine, though the combination is not particularly useful to test.
https://github.com/llvm/llvm-project/pull/115722
More information about the lldb-commits
mailing list