Searched refs:HandleCommand (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 126 lldb::ReturnStatus HandleCommand(const char *command_line, 130 lldb::ReturnStatus HandleCommand(const char *command_line,
|
| H A D | SBDebugger.h | 96 void HandleCommand(const char *command);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 181 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in SBCommandInterpreter 185 return HandleCommand(command_line, sb_exe_ctx, result, add_to_history); in HandleCommand() 188 lldb::ReturnStatus SBCommandInterpreter::HandleCommand( in HandleCommand() function in SBCommandInterpreter 209 m_opaque_ptr->HandleCommand(command_line, in HandleCommand()
|
| H A D | SBDebugger.cpp | 357 void SBDebugger::HandleCommand(const char *command) { in HandleCommand() function in SBDebugger 367 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObjectRegexCommand.cpp | 63 return m_interpreter.HandleCommand( in DoExecute()
|
| H A D | CommandInterpreter.cpp | 1597 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter 2247 HandleCommand(cmd, options.m_add_to_history, tmp_result, in HandleCommands() 2801 HandleCommand(line.c_str(), eLazyBoolCalculate, result); in IOHandlerInputComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdMiscellanous.cpp | 479 rSessionInfo.GetDebugger().GetCommandInterpreter().HandleCommand( in Execute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 250 bool HandleCommand(const char *command_line, LazyBool add_to_history,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 228 ci.HandleCommand(code.c_str(), eLazyBoolNo, result); in IOHandlerInputComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1077 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 543 m_interpreter.HandleCommand("process continue", eLazyBoolNo, result); in DoExecute()
|