[Lldb-commits] [PATCH] Fix selecting the Platform in TargetList::CreateTargetInternal()
Jim Ingham
jingham at apple.com
Tue Mar 31 14:55:52 PDT 2015
IIRC, the point of the previous patch was to make new targets use the currently selected platform, so that you can do:
(lldb) platform select whatever
(lldb) file some_file
and some_file would use the platform you had specified. That seems a useful behavior.
Can you fix this in a way that preserves that behavior?
http://reviews.llvm.org/D8749
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list