Home
last modified time | relevance | path

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

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