Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h193 lldb::ReturnStatus HandleCommand(const char *command_line,
197 lldb::ReturnStatus HandleCommand(const char *command_line,
H A DSBDebugger.h205 void HandleCommand(const char *command);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp170 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in SBCommandInterpreter
176 return HandleCommand(command_line, sb_exe_ctx, result, add_to_history); in HandleCommand()
179 lldb::ReturnStatus SBCommandInterpreter::HandleCommand( in HandleCommand() function in SBCommandInterpreter
190 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
194 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
H A DSBDebugger.cpp566 void SBDebugger::HandleCommand(const char *command) { in HandleCommand() function in SBDebugger
578 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp76 m_interpreter.HandleCommand(new_command->c_str(), eLazyBoolNo, result, in DoExecute()
H A DCommandObjectProcess.cpp411 m_interpreter.HandleCommand("process continue", eLazyBoolNo, exe_ctx, result); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h365 bool HandleCommand(const char *command_line, LazyBool add_to_history,
369 bool HandleCommand(const char *command_line, LazyBool add_to_history,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1836 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
1842 bool status = HandleCommand(command_line, lazy_add_to_history, result); in HandleCommand()
1847 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
2583 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
3137 HandleCommand(line.c_str(), eLazyBoolCalculate, result); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp261 ci.HandleCommand(code.c_str(), eLazyBoolNo, result); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig278 lldb.debugger.HandleCommand(command)
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1032 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13309 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_0()
13343 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_1()
13387 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4,arg5); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_2()
13428 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_3()
21233 (arg1)->HandleCommand((char const *)arg2); in _wrap_SBDebugger_HandleCommand()