HomeSort by relevance Sort by last modified time
    Searched full:object_ptr_error (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Expression/
ClangUserExpression.cpp 641 Error object_ptr_error; local
643 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error);
645 if (!object_ptr_error.Success())
647 error_stream.Printf("warning: couldn't get required object pointer (substituting NULL): %s\n", object_ptr_error.AsCString());
655 cmd_ptr = GetObjectPointer(frame, cmd_name, object_ptr_error);
657 if (!object_ptr_error.Success())
659 error_stream.Printf("warning: couldn't get cmd pointer (substituting NULL): %s\n", object_ptr_error.AsCString());
    [all...]

Completed in 168 milliseconds