LLDB mainline
|
#include "lldb/DataFormatters/FormatManager.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/ValueObject.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 "llvm/ADT/STLExtras.h"
Go to the source code of this file.
Classes | |
struct | FormatInfo |
Macros | |
#define | FORMAT_LOG(Message) "[%s] " Message, FormatterKind<ImplSP> |
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 | ) | "[%s] " Message, FormatterKind<ImplSP> |
Definition at line 618 of file FormatManager.cpp.
|
static |
Definition at line 83 of file FormatManager.cpp.
References lldb::eFormatInvalid, FormatInfo::format, g_format_infos, and g_num_format_infos.
Referenced by lldb_private::FormatManager::GetFormatFromCString().
|
static |
Definition at line 94 of file FormatManager.cpp.
References lldb::eFormatInvalid, FormatInfo::format, FormatInfo::format_name, 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 81 of file FormatManager.cpp.
Referenced by lldb_private::FormatManager::GetFormatAsFormatChar(), GetFormatFromFormatChar(), and GetFormatFromFormatName().