Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Zachary Turner via lldb-dev
ation Center, Inc. > > The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a > Linux Foundation Collaborative Project > > > > *From:* Zachary Turner [mailto:ztur...@google.com] > *Sent:* Wednesday, January 20, 2016 11:55 AM > *To:* Ted Woodward; L

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Ted Woodward via lldb-dev
...@google.com] Sent: Wednesday, January 20, 2016 11:55 AM To: Ted Woodward; LLDB Subject: Re: [lldb-dev] Getting lldb tests working on Hexagon If it should never run with x86_64 on Hexagon, then don't bother using command lines, just change dotest.py so that when the target is hexagon, the de

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Ted Woodward via lldb-dev
: [lldb-dev] Getting lldb tests working on Hexagon What is the sequence of lldb commands you use to innitiate a hexagon debug session normally? Do you need to set a custom platform (platform select XXX)? If so, then you need to look into --platform-name (and possibly --platform-url, --platform

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Pavel Labath via lldb-dev
What is the sequence of lldb commands you use to innitiate a hexagon debug session normally? Do you need to set a custom platform (platform select XXX)? If so, then you need to look into --platform-name (and possibly --platform-url, --platform-working-dir) parameter, and possibly add some support t

Re: [lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Zachary Turner via lldb-dev
If it should never run with x86_64 on Hexagon, then don't bother using command lines, just change dotest.py so that when the target is hexagon, the default archs doesn't include x86_64 On Wed, Jan 20, 2016 at 9:48 AM Ted Woodward via lldb-dev < lldb-dev@lists.llvm.org> wrote: > I’m trying to get

[lldb-dev] Getting lldb tests working on Hexagon

2016-01-20 Thread Ted Woodward via lldb-dev
I'm trying to get the lldb tests running using lldb built with Hexagon support. Some tests are running correctly, but others are failing/skipped etc. First, I'd like to get it to skip tests that shouldn't be run. For example, I see output that looks like this: Configuration: arch=x86_64 compi