[Lldb-commits] [PATCH] D110981: [lldb] Improve help for platform put-file
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 4 02:49:21 PDT 2021
labath added inline comments.
================
Comment at: lldb/source/Commands/CommandObjectPlatform.cpp:1079
+
+ Omitting the destination places the file in the debuggers current working directory.)");
}
----------------
It would be more correct to say "the platform working directory" (as selected by platform settings -w).
It might also be nice to mention what happens with relative paths. I guess they are going to be interpreted relative to the remove WD (?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110981/new/
https://reviews.llvm.org/D110981
More information about the lldb-commits
mailing list