Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp90 const char *SBCommandReturnObject::GetCommand() { in GetCommand() function in SBCommandReturnObject
93 ConstString output(ref().GetCommand()); in GetCommand()
H A DSBPlatform.cpp221 const char *SBPlatformShellCommand::GetCommand() { in GetCommand() function in SBPlatformShellCommand
547 const char *command = shell_command.GetCommand(); in Run()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h47 const char *GetCommand();
H A DSBPlatform.h73 const char *GetCommand();
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h37 const std::string &GetCommand() const { return m_command; } in GetCommand() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14985 result = (char *)(arg1)->GetCommand(); in _wrap_SBCommandReturnObject_GetCommand()
42753 result = (char *)(arg1)->GetCommand(); in _wrap_SBPlatformShellCommand_GetCommand()