LLDB mainline
|
#include "lldb/DataFormatters/FormatManager.h"
#include "lldb/Core/Debugger.h"
#include "lldb/DataFormatters/FormattersHelpers.h"
#include "lldb/DataFormatters/LanguageCategory.h"
#include "lldb/Interpreter/ScriptInterpreter.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Language.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/ValueObject/ValueObject.h"
#include "llvm/ADT/STLExtras.h"
Go to the source code of this file.
Classes | |
struct | FormatInfo |
Macros | |
#define | FORMAT_LOG(Message) |
Functions | |
static bool | GetFormatFromFormatChar (char format_char, Format &format) |
static bool | GetFormatFromFormatName (llvm::StringRef format_name, Format &format) |
Variables | |
static constexpr FormatInfo | g_format_infos [] |
static uint32_t | g_num_format_infos = std::size(g_format_infos) |
#define FORMAT_LOG | ( | Message | ) |
Definition at line 626 of file FormatManager.cpp.
Referenced by lldb_private::FormatManager::Get(), and lldb_private::FormatManager::GetCached().
Definition at line 84 of file FormatManager.cpp.
References lldb::eFormatInvalid, g_format_infos, and g_num_format_infos.
Referenced by lldb_private::FormatManager::GetFormatFromCString().
Definition at line 95 of file FormatManager.cpp.
References lldb::eFormatInvalid, g_format_infos, and g_num_format_infos.
Referenced by lldb_private::FormatManager::GetFormatFromCString().
|
staticconstexpr |
Definition at line 34 of file FormatManager.cpp.
Referenced by lldb_private::FormatManager::GetFormatAsCString(), lldb_private::FormatManager::GetFormatAsFormatChar(), GetFormatFromFormatChar(), and GetFormatFromFormatName().
|
static |
Definition at line 82 of file FormatManager.cpp.
Referenced by lldb_private::FormatManager::GetFormatAsFormatChar(), GetFormatFromFormatChar(), and GetFormatFromFormatName().