diff options
author | Enrico Granata <egranata@apple.com> | 2014-10-01 20:43:45 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2014-10-01 20:43:45 +0000 |
commit | e85e84a769bbe6ed747b42fbceb5286d2616a683 (patch) | |
tree | 3349eca8596a1108181d87affc086ead8e08a7f6 /lldb/scripts/Python/build-swig-Python.sh | |
parent | bbbdb9f0ee1d3197d5473b5e9ef54c2cebd67324 (diff) | |
download | bcm5719-llvm-e85e84a769bbe6ed747b42fbceb5286d2616a683.tar.gz bcm5719-llvm-e85e84a769bbe6ed747b42fbceb5286d2616a683.zip |
Add a new SBExecutionContext class that wraps an ExecutionContextRef. This class is a convenient way at the API level to package a target,process,thread and frame all together - or just a subset of those
llvm-svn: 218808
Diffstat (limited to 'lldb/scripts/Python/build-swig-Python.sh')
-rwxr-xr-x | lldb/scripts/Python/build-swig-Python.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/scripts/Python/build-swig-Python.sh b/lldb/scripts/Python/build-swig-Python.sh index 3b610e139e2..0c4d6bbc7e7 100755 --- a/lldb/scripts/Python/build-swig-Python.sh +++ b/lldb/scripts/Python/build-swig-Python.sh @@ -91,6 +91,7 @@ HEADER_FILES="${SRC_ROOT}/include/lldb/lldb.h"\ " ${SRC_ROOT}/include/lldb/API/SBDebugger.h"\ " ${SRC_ROOT}/include/lldb/API/SBError.h"\ " ${SRC_ROOT}/include/lldb/API/SBEvent.h"\ +" ${SRC_ROOT}/include/lldb/API/SBExecutionContext.h"\ " ${SRC_ROOT}/include/lldb/API/SBExpressionOptions.h"\ " ${SRC_ROOT}/include/lldb/API/SBFileSpec.h"\ " ${SRC_ROOT}/include/lldb/API/SBFrame.h"\ @@ -141,6 +142,7 @@ INTERFACE_FILES="${SRC_ROOT}/scripts/Python/interface/SBAddress.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBDeclaration.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBError.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBEvent.i"\ +" ${SRC_ROOT}/scripts/Python/interface/SBExecutionContext.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBExpressionOptions.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBFileSpec.i"\ " ${SRC_ROOT}/scripts/Python/interface/SBFrame.i"\ |