<div dir="ltr">Thank you, the naming conventions were always a huge source of confusion.</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Sep 11, 2015 at 3:01 PM Jason Molenda via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jasonmolenda removed rL LLVM as the repository for this revision.<br>
jasonmolenda updated this revision to Diff 34593.<br>
jasonmolenda added a comment.<br>
<br>
Ah, sorry, I did<br>
<br>
svn mv ARM_Stabs_Registers.h ARM_ehframe_Registers.h<br>
svn mv ARM64_Stabs_Registers.h ARM64_ehframe_Registers.h<br>
<br>
and the patch didn't represent that correctly.  I cobbled up a new patch by hand, did a clean checkout, applied the patch and built it with xcodebuild.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D12791" rel="noreferrer" target="_blank">http://reviews.llvm.org/D12791</a><br>
<br>
Files:<br>
  include/lldb/Target/RegisterContext.h<br>
  include/lldb/lldb-enumerations.h<br>
  source/Core/EmulateInstruction.cpp<br>
  source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp<br>
  source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp<br>
  source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp<br>
  source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp<br>
  source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp<br>
  source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp<br>
  source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp<br>
  source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp<br>
  source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp<br>
  source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp<br>
  source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp<br>
  source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp<br>
  source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp<br>
  source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp<br>
  source/Plugins/Process/Utility/DynamicRegisterInfo.cpp<br>
  source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp<br>
  source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp<br>
  source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp<br>
  source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp<br>
  source/Plugins/Process/Utility/RegisterContextDummy.cpp<br>
  source/Plugins/Process/Utility/RegisterContextHistory.cpp<br>
  source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp<br>
  source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp<br>
  source/Plugins/Process/Utility/RegisterContext_mips.h<br>
  source/Plugins/Process/Utility/RegisterContext_powerpc.h<br>
  source/Plugins/Process/Utility/RegisterContext_x86.h<br>
  source/Plugins/Process/Utility/RegisterInfos_arm.h<br>
  source/Plugins/Process/Utility/RegisterInfos_arm64.h<br>
  source/Plugins/Process/Utility/RegisterInfos_i386.h<br>
  source/Plugins/Process/Utility/RegisterInfos_mips.h<br>
  source/Plugins/Process/Utility/RegisterInfos_mips64.h<br>
  source/Plugins/Process/Utility/RegisterInfos_powerpc.h<br>
  source/Plugins/Process/Utility/RegisterInfos_x86_64.h<br>
  source/Plugins/Process/Windows/Live/x64/RegisterContextWindows_x64.cpp<br>
  source/Plugins/Process/Windows/Live/x86/RegisterContextWindows_x86.cpp<br>
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp<br>
  source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp<br>
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp<br>
  source/Symbol/CompactUnwindInfo.cpp<br>
  source/Symbol/DWARFCallFrameInfo.cpp<br>
  source/Utility/ARM64_Stabs_Registers.h<br>
  source/Utility/ARM64_ehframe_Registers.h<br>
  source/Utility/ARM_Stabs_Registers.h<br>
  source/Utility/ARM_ehframe_Registers.h<br>
  tools/debugserver/source/RNBRemote.cpp<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>