[lldb-dev] lldb-server returning wrong triple

Aidan Dodds aidan at codeplay.com
Tue Jun 9 08:36:47 PDT 2015


The issue seems to have been a build problem caused by a stale CMake 
cache and the triple is now being sent correctly after a full rebuild.

On 09/06/2015 12:25, Aidan Dodds wrote:
> Hi folks,
>
> We are seeing lldb-server (arm/android) return an incorrect triple 
> (i386--linux-android) when we connect to it as a platform (via 
> $qHostInfo packet).
> There doesn't seem to be any obvious problems with the generated 
> llvm-config.h as all the triples are set to "arm-unknown-linux-android".
> We noticed this problem as it is stopping lldb from properly resolving 
> the target executable and downloading dependent modules.
>
> I was wondering if there are any gotchas that we might be falling into.
>
> We will keep looking at this, but I wondered if others on the list 
> have seen anything similar.
>
> Thanks,
> Aidan
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list