Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py56 def readfunc(prompt): argument
61 def readfunc_stdio(prompt): argument
H A DCommandInterpreter.cpp3296 GetLLDBCommandsFromIOHandler(const char * prompt,IOHandlerDelegate & delegate,void * baton) GetLLDBCommandsFromIOHandler() argument
3315 GetPythonCommandsFromIOHandler(const char * prompt,IOHandlerDelegate & delegate,void * baton) GetPythonCommandsFromIOHandler() argument
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp136 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm() argument
228 llvm::StringRef prompt, llvm::StringRef continuation_prompt, in IOHandlerEditline() argument
245 llvm::StringRef prompt, llvm::StringRef continuation_prompt, in IOHandlerEditline() argument
361 const char *prompt = nullptr; GetLine() local
475 SetPrompt(llvm::StringRef prompt) SetPrompt() argument
497 SetContinuationPrompt(llvm::StringRef prompt) SetContinuationPrompt() argument
644 const char *prompt = GetPrompt(); PrintAsync() local
[all...]
H A DDebugger.cpp1427 AssertCallback(llvm::StringRef message,llvm::StringRef backtrace,llvm::StringRef prompt) AssertCallback() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline()
/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp25 DefaultAssertCallback(llvm::StringRef message,llvm::StringRef backtrace,llvm::StringRef prompt) DefaultAssertCallback() argument
/llvm-project/flang/examples/ExternalHelloWorld/
H A Dexternal-hello.cpp28 const char prompt[]{"Enter an integer value:"}; in input1() local
/llvm-project/lldb/utils/lui/
H A Dcui.py258 def draw(self, prompt=None): argument
283 def showPrompt(self, y, x, prompt=None): argument
/llvm-project/llvm/utils/git/
H A Dpre-push.py64 ask_confirm(prompt) global() argument
/llvm-project/lldb/source/Host/common/
H A DEditline.cpp312 std::string prompt = m_set_prompt; PromptForIndex() local
429 std::string prompt = CountRowsForLine() local
1410 SetPrompt(const char * prompt) SetPrompt() argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h103 SetPrompt(llvm::StringRef prompt) SetPrompt() argument
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1413 SetPrompt(const char * prompt) SetPrompt() argument