[lldb-dev] LLDB testsuite failing to import lldb python module

2016-06-08 Thread Omair Javaid via lldb-dev
Hi, I am trying to run lldb testsuite on arm hardware with lldb and lldbserver binaries cross compiled on x86_64 builder. I have lldb-server running on my arm hardware. Also i have lldb source tree checkout and liblldb and lldb binaries places in lib and bin folders respectively. I am ablle to c

[lldb-dev] [Bug 28055] New: continue in watchpoint commands disables the watchpoint

2016-06-08 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28055 Bug ID: 28055 Summary: continue in watchpoint commands disables the watchpoint Product: lldb Version: unspecified Hardware: All OS: All Status: NEW

[lldb-dev] Debugging and non-byte-oriented architectures

2016-06-08 Thread Tyro Software via lldb-dev
LLDB and the GDB remote serial protocol beneath it are quite strongly byte-oriented, for example the RSP "read memory" command has arguments "addr,length-in-bytes". I'm experimenting with a debugger target for an architecture that is based upon 16-bit-words, and while it's simple to map between wor

[lldb-dev] Heterogeneous debugging and HSA

2016-06-08 Thread Simon Brand via lldb-dev
Hi everyone, I am a member of the HSA Foundation tools group, who are attempting to standardise debugging and profiling interfaces for heterogeneous systems. HSA is a low-level heterogeneous system architecture and software platform. There are standards describing the architectural requiremen