This revision was automatically updated to reflect the committed changes.
Closed by commit rG0f3254b29f37: [lldb] Improve help for platform put-file
(authored by keith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110981/new/
https://reviews.llvm.
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
looks good. thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110981/new/
https://reviews.llvm.org/D110981
keith updated this revision to Diff 377010.
keith marked an inline comment as done.
keith added a comment.
Update text about resolving paths
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110981/new/
https://reviews.llvm.org/D110981
Files:
lldb/s
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" (a
keith created this revision.
keith added a reviewer: kastiglione.
keith requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Herald added a subscriber: JDevlieghere.
Previously it was not clear what arguments this required, or what it would do