Re: [lldb-dev] target and host with different endianness

2016-02-11 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] target and host with different endianness

2016-02-11 Thread Philippe Lavoie via lldb-dev
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