Hi Ted,
Indeed, my lldb-server was returning the x86 triple.
I have managed to return the good triple by "hacking" the function
"GDBRemoteCommunicationServerCommon::Handle_qHostInfo" to return my
"ArchSpec" instead of going through the "HostInfo::GetArchitecture()"
function.
I think my problem is
Hello everyone,
I am trying to add a new architecture into LLDB.
My architecture is a accelerator with its own ISA for which we have a LLVM
backend (release 7.1).
I have started by creating a new NativeProcessProtocol for my architecture.
So I have a lldb-server that run on a x86, but which takes
https://bugs.llvm.org/show_bug.cgi?id=42284
Jonas Devlieghere changed:
What|Removed |Added
Assignee|lldb-dev@lists.llvm.org |jdevliegh...@apple.com
--
You are receivin