Home
last modified time | relevance | path

Searched refs:FormatPrompt (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/DataFormatters/
DTypeSummary.cpp116 …if (Debugger::FormatPrompt(m_format.c_str(), &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(),… in FormatObject()
DLibCxx.cpp518 return Debugger::FormatPrompt("size=${svar%#}", NULL, NULL, NULL, stream, &valobj); in LibcxxContainerSummaryProvider()
/external/lldb/include/lldb/Core/
DDebugger.h234 FormatPrompt (const char *format,
/external/lldb/source/Core/
DDebugger.cpp1181 …if (Debugger::FormatPrompt (prompt_format, &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(), s… in TestPromptFormats()
2600 Debugger::FormatPrompt in FormatPrompt() function in Debugger
/external/lldb/source/Target/
DStackFrame.cpp1290 if (frame_format && Debugger::FormatPrompt (frame_format, &m_sc, &exe_ctx, NULL, s)) in DumpUsingSettingsFormat()
DThread.cpp1770 Debugger::FormatPrompt (thread_format, in DumpUsingSettingsFormat()