[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:
Jonas Devlieghere 2019-12-02 12:27:43 -08:00
parent e5290a06d6
commit 8f2c100f6f
1 changed files with 2 additions and 1 deletions

View File

@ -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"