Searched refs:GetPrompt (Results 1 - 18 of 18) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp260 if (reader.GetPrompt())
261 out_stream->Printf ("%s", reader.GetPrompt());
270 if (reader.GetPrompt() && !batch_mode)
272 out_stream->Printf ("%s", reader.GetPrompt());
291 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
293 out_stream->Printf ("%s", reader.GetPrompt());
H A DCommandObjectBreakpointCommand.cpp282 if (reader.GetPrompt())
283 out_stream->Printf ("%s", reader.GetPrompt());
292 if (reader.GetPrompt() && !batch_mode)
294 out_stream->Printf ("%s", reader.GetPrompt());
313 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
315 out_stream->Printf ("%s", reader.GetPrompt());
H A DCommandObjectType.cpp772 if (data.reader.GetPrompt())
773 out_stream->Printf ("%s", data.reader.GetPrompt());
782 if (data.reader.GetPrompt() && !batch_mode)
784 out_stream->Printf ("%s", data.reader.GetPrompt());
796 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode)
798 out_stream->Printf ("%s", data.reader.GetPrompt());
3322 if (data.reader.GetPrompt())
3323 out_stream->Printf ("%s", data.reader.GetPrompt());
3332 if (data.reader.GetPrompt() && !batch_mode)
3334 out_stream->Printf ("%s", data.reader.GetPrompt());
[all...]
H A DCommandObjectCommands.cpp1657 if (data.reader.GetPrompt())
1658 out_stream->Printf ("%s", data.reader.GetPrompt());
1667 if (data.reader.GetPrompt() && !batch_mode)
1669 out_stream->Printf ("%s", data.reader.GetPrompt());
1681 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode)
1683 out_stream->Printf ("%s", data.reader.GetPrompt());
H A DCommandObjectTarget.cpp4872 if (reader.GetPrompt())
4873 out_stream->Printf ("%s", reader.GetPrompt());
4883 if (reader.GetPrompt() && !batch_mode)
4885 out_stream->Printf ("%s", reader.GetPrompt());
4903 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
4905 out_stream->Printf ("%s", reader.GetPrompt());
/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py49 obj.GetPrompt()
/external/lldb/tools/driver/
H A DIOChannel.h106 GetPrompt ();
H A DIOChannel.cpp45 IOChannel::GetPrompt () function in class:IOChannel
/external/lldb/include/lldb/Core/
H A DInputReader.h235 GetPrompt () const;
H A DDebugger.h299 GetPrompt() const;
/external/lldb/source/Core/
H A DInputReader.cpp297 InputReader::GetPrompt () const function in class:InputReader
H A DDebugger.cpp190 const char *new_prompt = GetPrompt();
200 SetPrompt (GetPrompt());
245 Debugger::GetPrompt() const function in class:Debugger
256 const char *new_prompt = GetPrompt();
325 SetPrompt (GetPrompt());
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i323 GetPrompt() const;
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2062 CommandInterpreter::GetPrompt () function in class:CommandInterpreter
2064 return m_debugger.GetPrompt();
2091 if (reader.GetPrompt())
2093 out_file.Printf ("%s", reader.GetPrompt());
2103 if (out_file.IsValid() && reader.GetPrompt())
2105 out_file.Printf ("%s", reader.GetPrompt());
2130 if (out_file.IsValid() && !reader.IsDone() && reader.GetPrompt())
2132 out_file.Printf ("Please answer \"y\" or \"n\".\n%s", reader.GetPrompt());
2521 GetPrompt(),
H A DScriptInterpreterPython.cpp1307 if (reader.GetPrompt())
1308 out_stream->Printf ("%s", reader.GetPrompt());
1321 if (reader.GetPrompt() && !batch_mode)
1323 out_stream->Printf ("%s", reader.GetPrompt());
1338 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode)
1340 out_stream->Printf ("%s", reader.GetPrompt());
1424 if (reader.GetPrompt())
1425 out_stream->Printf ("%s", reader.GetPrompt());
1438 if (reader.GetPrompt() && !batch_mode)
1440 out_stream->Printf ("%s", reader.GetPrompt());
[all...]
/external/lldb/include/lldb/API/
H A DSBDebugger.h257 GetPrompt() const;
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h321 GetPrompt ();
/external/lldb/source/API/
H A DSBDebugger.cpp1005 SBDebugger::GetPrompt() const function in class:SBDebugger
1010 log->Printf ("SBDebugger(%p)::GetPrompt () => \"%s\"", m_opaque_sp.get(),
1011 (m_opaque_sp ? m_opaque_sp->GetPrompt() : ""));
1014 return m_opaque_sp->GetPrompt ();

Completed in 2488 milliseconds