[Lldb-commits] [lldb] r178203 - The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid.

Jim Ingham jingham at apple.com
Wed Mar 27 17:07:21 PDT 2013


Author: jingham
Date: Wed Mar 27 19:07:20 2013
New Revision: 178203

URL: http://llvm.org/viewvc/llvm-project?rev=178203&view=rev
Log:
The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid.

Modified:
    lldb/trunk/include/lldb/Target/ThreadPlanCallFunction.h

Modified: lldb/trunk/include/lldb/Target/ThreadPlanCallFunction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ThreadPlanCallFunction.h?rev=178203&r1=178202&r2=178203&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ThreadPlanCallFunction.h (original)
+++ lldb/trunk/include/lldb/Target/ThreadPlanCallFunction.h Wed Mar 27 19:07:20 2013
@@ -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.





More information about the lldb-commits mailing list