[Lldb-commits] [lldb] 8f2c100 - [lldb/CMake] Add in_call_stack to the utilities package
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 13:03:35 PST 2019
Author: Jonas Devlieghere
Date: 2019-12-02T13:03:24-08:00
New Revision: 8f2c100f6fa5250b987d11e53d24119bc1f8850e
URL: https://github.com/llvm/llvm-project/commit/8f2c100f6fa5250b987d11e53d24119bc1f8850e
DIFF: https://github.com/llvm/llvm-project/commit/8f2c100f6fa5250b987d11e53d24119bc1f8850e.diff
LOG: [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.
Added:
Modified:
lldb/CMakeLists.txt
Removed:
################################################################################
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt
index 6b5f7640b336..e66fa49a5114 100644
--- a/lldb/CMakeLists.txt
+++ b/lldb/CMakeLists.txt
@@ -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"
More information about the lldb-commits
mailing list