projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7931d
)
The other half of the checkin to produce better error messages when the ThreadPlanCal...
author
Jim Ingham
<jingham@apple.com>
Thu, 28 Mar 2013 00:07:20 +0000
(
00:07
+0000)
committer
Jim Ingham
<jingham@apple.com>
Thu, 28 Mar 2013 00:07:20 +0000
(
00:07
+0000)
llvm-svn: 178203
lldb/include/lldb/Target/ThreadPlanCallFunction.h
patch
|
blob
|
history
diff --git
a/lldb/include/lldb/Target/ThreadPlanCallFunction.h
b/lldb/include/lldb/Target/ThreadPlanCallFunction.h
index
f22f88d
..
4124596
100644
(file)
--- a/
lldb/include/lldb/Target/ThreadPlanCallFunction.h
+++ b/
lldb/include/lldb/Target/ThreadPlanCallFunction.h
@@
-171,6
+171,7
@@
private:
// thread plans, but for reporting purposes,
// it's nice to know the real stop reason.
// This gets set in DoTakedown.
+ StreamString m_constructor_errors;
ClangASTType m_return_type;
lldb::ValueObjectSP m_return_valobj_sp; // If this contains a valid pointer, use the ABI to extract values when complete
bool m_takedown_done; // We want to ensure we only do the takedown once. This ensures that.