LLDB mainline
|
#include "clang/AST/DeclCXX.h"
#include "Cocoa.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/DataFormatters/FormattersHelpers.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/DataBufferHeap.h"
#include "lldb/Utility/Endian.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/Stream.h"
#include "lldb/ValueObject/ValueObject.h"
#include "lldb/ValueObject/ValueObjectConstResult.h"
#include "Plugins/Language/ObjC/NSString.h"
#include "Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h"
Go to the source code of this file.
Classes | |
class | NSErrorSyntheticFrontEnd |
Functions | |
static lldb::addr_t | DerefToNSErrorPointer (ValueObject &valobj) |
|
static |
Definition at line 30 of file NSError.cpp.
References lldb_private::Flags::AllClear(), lldb_private::Flags::AllSet(), error(), lldb_private::ValueObject::GetCompilerType(), lldb_private::ValueObject::GetParent(), lldb_private::CompilerType::GetPointeeType(), lldb_private::ValueObject::GetProcessSP(), lldb_private::CompilerType::GetTypeInfo(), lldb_private::ValueObject::GetValueAsUnsigned(), lldb_private::ValueObject::IsBaseClass(), and LLDB_INVALID_ADDRESS.
Referenced by lldb_private::formatters::NSError_SummaryProvider(), and NSErrorSyntheticFrontEnd::Update().