[Lldb-commits] [PATCH] Opcode endianness proof-of-concept

Ed Maste emaste at freebsd.org
Fri Oct 4 09:50:28 PDT 2013


The Opcode class does not handle the case where the target and host have different endianness.

An opcode set via SetOpcode32 for example is later extracted via GetData() as a byte sequence in host order rather than target order.


http://llvm-reviews.chandlerc.com/D1838

Files:
  include/lldb/Core/Opcode.h
  source/Core/Opcode.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1838.1.patch
Type: text/x-patch
Size: 8456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131004/86349152/attachment.bin>


More information about the lldb-commits mailing list