Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h192 lldb::ReturnStatus HandleCommand(const char *command_line,
196 lldb::ReturnStatus HandleCommand(const char *command_line,
H A DSBDebugger.h202 void HandleCommand(const char *command);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp169 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in SBCommandInterpreter
175 return HandleCommand(command_line, sb_exe_ctx, result, add_to_history); in HandleCommand()
178 lldb::ReturnStatus SBCommandInterpreter::HandleCommand( in HandleCommand() function in SBCommandInterpreter
189 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
193 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-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp76 m_interpreter.HandleCommand(new_command->c_str(), eLazyBoolNo, result, in DoExecute()
H A DCommandObjectProcess.cpp431 m_interpreter.HandleCommand("process continue", eLazyBoolNo, exe_ctx, result); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h351 bool HandleCommand(const char *command_line, LazyBool add_to_history,
355 bool HandleCommand(const char *command_line, LazyBool add_to_history,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1856 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
1862 bool status = HandleCommand(command_line, lazy_add_to_history, result); in HandleCommand()
1867 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
2570 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
3118 HandleCommand(line.c_str(), eLazyBoolCalculate, result); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp261 ci.HandleCommand(code.c_str(), eLazyBoolNo, result); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig278 lldb.debugger.HandleCommand(command)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1032 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12511 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_0()
12545 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_1()
12589 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4,arg5); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_2()
12630 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_3()
19955 (arg1)->HandleCommand((char const *)arg2); in _wrap_SBDebugger_HandleCommand()