diff options
author | Greg Clayton <gclayton@apple.com> | 2012-05-08 01:45:38 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-05-08 01:45:38 +0000 |
commit | 7051231709ac438a59b5b4577b93511584885794 (patch) | |
tree | 72e0e2af6ce771c65dd9171220075b812ae95f31 /lldb/scripts/Python/interface | |
parent | d6560a6384b9dc3c3e7189a60c117b2f0b5c0985 (diff) | |
download | bcm5719-llvm-7051231709ac438a59b5b4577b93511584885794.tar.gz bcm5719-llvm-7051231709ac438a59b5b4577b93511584885794.zip |
<rdar://problem/11358639>
Switch over to the "*-apple-macosx" for desktop and "*-apple-ios" for iOS triples.
Also make the selection process for auto selecting platforms based off of an arch much better.
llvm-svn: 156354
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r-- | lldb/scripts/Python/interface/SBInstruction.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBInstruction.i b/lldb/scripts/Python/interface/SBInstruction.i index 3c0d65ef842..039e04454d4 100644 --- a/lldb/scripts/Python/interface/SBInstruction.i +++ b/lldb/scripts/Python/interface/SBInstruction.i @@ -61,7 +61,7 @@ public: EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options); bool - DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'arm-apple-darwin' + DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'armv7-apple-ios' bool TestEmulation (lldb::SBStream &output_stream, const char *test_file); |