> On Feb 11, 2016, at 7:55 AM, Philippe Lavoie via lldb-dev
> wrote:
>
>
> We have a big-endian target that we debug from LLDB running on Windows
> through a custom process plugin and communication protocol.
>
> The target's default byte order is set to eByteOrderBig in
> 'g_core_definition
We have a big-endian target that we debug from LLDB running on Windows through
a custom process plugin and communication protocol.
The target's default byte order is set to eByteOrderBig in 'g_core_definitions'
in ArchSpec.cpp.
Most features work correctly (registers, variables, breakpoints, d