LLDB mainline
|
#include "lldb/Core/DumpRegisterValue.h"
#include "lldb/Core/DumpDataExtractor.h"
#include "lldb/Core/ValueObject.h"
#include "lldb/Core/ValueObjectConstResult.h"
#include "lldb/DataFormatters/DumpValueObjectOptions.h"
#include "lldb/Target/RegisterFlags.h"
#include "lldb/Utility/DataExtractor.h"
#include "lldb/Utility/Endian.h"
#include "lldb/Utility/RegisterValue.h"
#include "lldb/Utility/StreamString.h"
#include "lldb/lldb-private-types.h"
#include "llvm/ADT/bit.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
static void | dump_type_value (lldb_private::CompilerType &fields_type, T value, lldb_private::ExecutionContextScope *exe_scope, const lldb_private::RegisterInfo ®_info, lldb_private::Stream &strm) |
|
static |
Definition at line 25 of file DumpRegisterValue.cpp.
References lldb_private::ExecutionContextScope::CalculateProcess(), lldb_private::ValueObjectConstResult::Create(), lldb::eByteOrderLittle, error(), lldb_private::RegisterInfo::flags_type, lldb_private::endian::InlHostByteOrder(), lldb_private::RegisterFlags::ReverseFieldOrder(), lldb_private::DumpValueObjectOptions::SetChildPrintingDecider(), and lldb_private::DumpValueObjectOptions::SetHideRootType().
Referenced by lldb_private::DumpRegisterValue().