Home
last modified time | relevance | path

Searched refs:GetOutput (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp85 const char *SBCommandReturnObject::GetOutput() { in GetOutput() function in SBCommandReturnObject
116 return ::fprintf(fh, "%s", GetOutput()); in PutOutput()
125 return file_sp->Printf("%s", GetOutput()); in PutOutput()
132 return file.m_opaque_sp->Printf("%s", GetOutput()); in PutOutput()
234 strm.Printf("\nOutput Message:\n%s", GetOutput()); in GetDescription()
300 const char *SBCommandReturnObject::GetOutput(bool only_if_no_immediate) { in GetOutput() function in SBCommandReturnObject
305 return GetOutput(); in GetOutput()
H A DSBPlatform.cpp281 const char *SBPlatformShellCommand::GetOutput() { in GetOutput() function in SBPlatformShellCommand
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandReturnObject.i34 GetOutput ();
46 GetOutput (bool only_if_no_immediate);
H A DSBPlatform.i95 GetOutput ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandReturnObject.h43 const char *GetOutput();
99 const char *GetOutput(bool only_if_no_immediate);
H A DSBPlatform.h85 const char *GetOutput();
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisassembly_mode.py20 value = result.GetOutput().split(" = ")[1].rstrip("\n")
H A Dprocess_events.py68 print(return_obj.GetOutput())
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp28 const char *output = result.GetOutput(); in RunLLDBCommands()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1652 return (err, shell_command.GetStatus(), shell_command.GetOutput())
1664 metrics_json = return_obj.GetOutput()
1974 output = self.res.GetOutput()
2007 print("output:", self.res.GetOutput(), file=sbuf)
2022 if self.res.GetOutput():
2023 output += "\nCommand output:\n" + self.res.GetOutput()
2060 output = self.res.GetError() if error else self.res.GetOutput()
2224 output = self.res.GetOutput() if self.res.Succeeded() \
2336 output = self.res.GetError() if error else self.res.GetOutput()
2345 output = string.GetOutput()
H A Dlldbutil.py1482 return_obj.GetOutput(),
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dcommandwin.py112 out = ret.GetOutput()
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py813 result.AppendMessage(cmd_result.GetOutput())