Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDebugger.cpp1813 const char* special_directions = NULL; in FormatPromptRecurse() local
1822 special_directions = special_directions_writer.GetData(); in FormatPromptRecurse()
1849 … log->Printf("[Debugger::FormatPrompt] special_directions for child item: %s",special_directions); in FormatPromptRecurse()
1852 if (!special_directions) in FormatPromptRecurse()
1855 … var_success &= FormatPromptRecurse(special_directions, sc, exe_ctx, addr, s, NULL, item); in FormatPromptRecurse()