The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid.

llvm-svn: 178203
This commit is contained in:
Jim Ingham 2013-03-28 00:07:20 +00:00
parent 7d7931de4a
commit bafdb8d977
1 changed files with 1 additions and 0 deletions

View File

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