aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBValue.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-09-12 00:40:39 +0000
committerJim Ingham <jingham@apple.com>2012-09-12 00:40:39 +0000
commita17a81a1a9ff6b8d87c4a1e47dd874f6ea8a4f1d (patch)
treeb548e441d6720daa2dcc503ac2a2508e4397b570 /include/lldb/API/SBValue.h
parent284a2a3a7ba112c66105bc3f8a800454631420f6 (diff)
downloadlldb-a17a81a1a9ff6b8d87c4a1e47dd874f6ea8a4f1d.tar.gz
Start at getting "thread return" working. Doesn't work yet.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@163670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/API/SBValue.h')
-rw-r--r--include/lldb/API/SBValue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/API/SBValue.h b/include/lldb/API/SBValue.h
index b53cbb029..0cff1a0d3 100644
--- a/include/lldb/API/SBValue.h
+++ b/include/lldb/API/SBValue.h
@@ -383,6 +383,7 @@ public:
protected:
friend class SBValueList;
friend class SBFrame;
+ friend class SBThread;
lldb::ValueObjectSP
GetSP () const;