Home
last modified time | relevance | path

Searched refs:HandleCommand (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h126 lldb::ReturnStatus HandleCommand(const char *command_line,
130 lldb::ReturnStatus HandleCommand(const char *command_line,
H A DSBDebugger.h96 void HandleCommand(const char *command);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp181 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 DSBDebugger.cpp357 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 DCommandObjectRegexCommand.cpp63 return m_interpreter.HandleCommand( in DoExecute()
H A DCommandInterpreter.cpp1597 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 DMICmdCmdMiscellanous.cpp479 rSessionInfo.GetDebugger().GetCommandInterpreter().HandleCommand( in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h250 bool HandleCommand(const char *command_line, LazyBool add_to_history,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp228 ci.HandleCommand(code.c_str(), eLazyBoolNo, result); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1077 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp543 m_interpreter.HandleCommand("process continue", eLazyBoolNo, result); in DoExecute()