Searched refs:SetPrompt (Results 1 - 13 of 13) sorted by relevance

/external/lldb/test/python_api/debugger/
H A DTestDebuggerAPI.py30 self.dbg.SetPrompt(None)
/external/lldb/include/lldb/Core/
H A DInputReader.h76 SetPrompt("> ");
116 SetPrompt(const char* p) function in struct:lldb_private::InputReader::InitializationParameters
H A DDebugger.h302 SetPrompt(const char *p);
/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py50 obj.SetPrompt("Hi, Mom!")
/external/lldb/tools/driver/
H A DIOChannel.h85 SetPrompt ();
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i326 SetPrompt (const char *prompt);
/external/lldb/include/lldb/API/
H A DSBDebugger.h260 SetPrompt (const char *prompt);
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h324 SetPrompt (const char *);
/external/lldb/source/API/
H A DSBDebugger.cpp1019 SBDebugger::SetPrompt (const char *prompt) function in class:SBDebugger
1022 m_opaque_sp->SetPrompt (prompt);
/external/lldb/source/Core/
H A DDebugger.cpp200 SetPrompt (GetPrompt());
252 Debugger::SetPrompt(const char *p) function in class:Debugger
325 SetPrompt (GetPrompt());
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2068 CommandInterpreter::SetPrompt (const char *new_prompt) function in class:CommandInterpreter
2070 m_debugger.SetPrompt (new_prompt);
/external/lldb/source/Commands/
H A DCommandObjectType.cpp1007 Error err (reader_sp->Initialize (ipr.SetBaton(options).SetPrompt(" ")));
3456 Error err (reader_sp->Initialize (ipr.SetBaton(options).SetPrompt(" ")));
H A DCommandObjectCommands.cpp1778 Error err (reader_sp->Initialize (ipr.SetBaton(NULL).SetPrompt(" ")));

Completed in 986 milliseconds