[Lldb-commits] [PATCH] Use both OS and Architecture to choose correct ABI

Jason Molenda jmolenda at apple.com
Mon Jun 22 21:23:26 PDT 2015


On Mac OS X there's these "simulator" processes used for debugging iOS apps on the Mac.  They are native i386/x86_64 code, they use the native Mac OS X ABI, but they link against different libraries so it behaves like an iOS device.  These processes will have an architecture like i386-apple-ios.  So I'd also allow for arch.GetTriple().isiOS() to activate this plugin.


http://reviews.llvm.org/D10308

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list