[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Jan 10 12:09:31 PST 2021
labath accepted this revision.
labath added a comment.
Looks good, modulo the inline comment.
Do you have commit access or you need someone to commit this for you?
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:350
+ match_info.GetProcessInfo().GetExecutableFile().SetFile(
+ process_name, llvm::sys::path::Style::posix);
+ match_info.SetNameMatchType(NameMatch::EndsWith);
----------------
Why `posix`? I'd expect `native` here...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93895/new/
https://reviews.llvm.org/D93895
More information about the lldb-commits
mailing list