This is an archive of the discontinued LLVM Phabricator instance.

[lldb] delete "--platform-path" option from "target create"
Needs ReviewPublic

Authored by kusmour on Aug 5 2019, 5:48 PM.

Details

Summary

This option is dead. lldb under platform mode can resolve the path wether it's on remote platform or not
clean the option to avoid misleading

Diff Detail

Repository
rLLDB LLDB

Event Timeline

kusmour created this revision.Aug 5 2019, 5:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2019, 5:48 PM

Yeah, it's not currently hooked up to anything; I'm returning to remote-platform testing soon, if we've lost some necessary functionality I can re-add it, but this option right now isn't doing anything.

Yeah, it's not currently hooked up to anything; I'm returning to remote-platform testing soon, if we've lost some necessary functionality I can re-add it, but this option right now isn't doing anything.

Thank you for your reply. Would you like to merge this change? I can abandon it if you are going to work on this.