Home
last modified time | relevance | path

Searched refs:HandleCommand (Results 1 – 13 of 13) 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.h278 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.cpp523 void SBDebugger::HandleCommand(const char *command) { in HandleCommand() function in SBDebugger
535 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.cpp419 m_interpreter.HandleCommand("process continue", eLazyBoolNo, exe_ctx, result); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.cpp75 debugger_sp->GetCommandInterpreter().HandleCommand( in Call()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h372 bool HandleCommand(const char *command_line, LazyBool add_to_history,
376 bool HandleCommand(const char *command_line, LazyBool add_to_history,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1925 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
1931 bool status = HandleCommand(command_line, lazy_add_to_history, result); in HandleCommand()
1936 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
2735 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
3290 HandleCommand(line.c_str(), eLazyBoolCalculate, result); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp263 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.cpp1038 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13274 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_0()
13308 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_1()
13352 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4,arg5); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_2()
13393 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_3()
21519 (arg1)->HandleCommand((char const *)arg2); in _wrap_SBDebugger_HandleCommand()