[Lldb-commits] [PATCH] D84800: [lldb] Remove unused option '--platform-path' for 'target create'

2020-07-28 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2fa3da7dcdd0: [lldb] Remove unused option --platform-path for target create (authored by JDevlieghere). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D84800: [lldb] Remove unused option '--platform-path' for 'target create'

2020-07-28 Thread Jim Ingham via Phabricator via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. I'm a little curious how you would specify the path to your binary on a remote platform using the command line. But this way certainly wasn't it... Repository: rG LLVM Github Monorepo

[Lldb-commits] [PATCH] D84800: [lldb] Remove unused option '--platform-path' for 'target create'

2020-07-28 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: jingham. JDevlieghere requested review of this revision. Repository: rLLDB LLDB https://reviews.llvm.org/D84800 Files: lldb/source/Commands/CommandObjectTarget.cpp Index: lldb/source/Commands/CommandObjectTarget.cpp