Re: [lldb-dev] LLDB Website

2019-04-24 Thread Ted Woodward via lldb-dev
That's the issue - lldb-python-doc depends on liblldb. From docs/CMakeLists.txt: if(EPYDOC_EXECUTABLE) find_program(DOT_EXECUTABLE dot) if(DOT_EXECUTABLE) set(EPYDOC_OPTIONS ${EPYDOC_OPTIONS} --graph all --dotpath ${DOT_EXECUTABLE}) endif() set(DOC_DIR "${CMAKE_CURRENT_SOURCE_

[lldb-dev] [Bug 41473] lldb SegFault during expression evaluation

2019-04-24 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=41473 Frederic Riss changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[lldb-dev] [RFC] Support for AArch64/Arm64 scalable vector extension (SVE)

2019-04-24 Thread Omair Javaid via lldb-dev
Hi, I am going to be starting work on implementing LLDB support for AArch64/Arm64 scalable vector extension (SVE) in coming weeks. For a quick walk through of SVE please read through this doc here: https://www.kernel.org/doc/Documentation/arm64/sve.txt In summary it allows hardware + kernel which