Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i141HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history …
144HandleCommand (const char *command_line, SBExecutionContext &exe_ctx, SBCommandReturnObject &resul…
H A DSBDebugger.i240 HandleCommand (const char *command);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp155 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in SBCommandInterpreter
158 LLDB_RECORD_METHOD(lldb::ReturnStatus, SBCommandInterpreter, HandleCommand, in HandleCommand()
163 return HandleCommand(command_line, sb_exe_ctx, result, add_to_history); in HandleCommand()
166 lldb::ReturnStatus SBCommandInterpreter::HandleCommand( in HandleCommand() function in SBCommandInterpreter
169 LLDB_RECORD_METHOD(lldb::ReturnStatus, SBCommandInterpreter, HandleCommand, in HandleCommand()
179 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
183 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
774 HandleCommand, in RegisterMethods()
777 HandleCommand, in RegisterMethods()
H A DSBDebugger.cpp510 void SBDebugger::HandleCommand(const char *command) { in HandleCommand() function in SBDebugger
511 LLDB_RECORD_METHOD(void, SBDebugger, HandleCommand, (const char *), command); in HandleCommand()
522 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
1774 LLDB_REGISTER_METHOD(void, SBDebugger, HandleCommand, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h155 lldb::ReturnStatus HandleCommand(const char *command_line,
159 lldb::ReturnStatus HandleCommand(const char *command_line,
H A DSBDebugger.h153 void HandleCommand(const char *command);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp56 return m_interpreter.HandleCommand(new_command.c_str(), in DoExecute()
H A DCommandObjectProcess.cpp456 m_interpreter.HandleCommand("process continue", eLazyBoolNo, result); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h297 bool HandleCommand(const char *command_line, LazyBool add_to_history,
301 bool HandleCommand(const char *command_line, LazyBool add_to_history,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1643 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
1649 bool status = HandleCommand(command_line, lazy_add_to_history, result); in HandleCommand()
1654 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in CommandInterpreter
2318 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
2848 HandleCommand(line.c_str(), eLazyBoolCalculate, result); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp253 ci.HandleCommand(code.c_str(), eLazyBoolNo, result); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig278 lldb.debugger.HandleCommand(command)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1034 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12148 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_0()
12182 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_1()
12226 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4,arg5); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_2()
12267 result = (lldb::ReturnStatus)(arg1)->HandleCommand((char const *)arg2,*arg3,*arg4); in _wrap_SBCommandInterpreter_HandleCommand__SWIG_3()
18305 (arg1)->HandleCommand((char const *)arg2); in _wrap_SBDebugger_HandleCommand()