forked from OSchip/llvm-project
[lldb/CMake] Add in_call_stack to the utilities package
A subset of the examples are shipped as python packages. Include the in_call_stack utility.
This commit is contained in:
parent
e5290a06d6
commit
8f2c100f6f
|
@ -153,7 +153,8 @@ if (NOT LLDB_DISABLE_PYTHON)
|
|||
"${LLDB_SOURCE_DIR}/examples/summaries/cocoa/Logger.py")
|
||||
|
||||
create_python_package("utils"
|
||||
FILES "${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
|
||||
FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.py"
|
||||
"${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
|
||||
|
||||
if(APPLE)
|
||||
create_python_package("macosx"
|
||||
|
|
Loading…
Reference in New Issue