| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandReturnObject.cpp | 125 lldb::ReturnStatus SBCommandReturnObject::GetStatus() { in GetStatus() function in SBCommandReturnObject 126 return (m_opaque_ap ? m_opaque_ap->GetStatus() : lldb::eReturnStatusInvalid); in GetStatus() 180 lldb::ReturnStatus status = m_opaque_ap->GetStatus(); in GetDescription()
|
| H A D | SBCommandInterpreter.cpp | 227 add_to_history, result.GetStatus()); in HandleCommand() 230 return result.GetStatus(); in HandleCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 177 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus() function in PlatformOpenBSD 178 Platform::GetStatus(strm); in GetStatus()
|
| H A D | PlatformOpenBSD.h | 48 void GetStatus(Stream &strm) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 70 llvm::ErrorOr<llvm::vfs::Status> GetStatus(const FileSpec &file_spec) const; 71 llvm::ErrorOr<llvm::vfs::Status> GetStatus(const llvm::Twine &path) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 77 FileSystem::GetStatus(const FileSpec &file_spec) const { in GetStatus() function in FileSystem 78 return GetStatus(file_spec.GetPath()); in GetStatus() 81 llvm::ErrorOr<vfs::Status> FileSystem::GetStatus(const Twine &path) const { in GetStatus() function in FileSystem
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 198 void PlatformFreeBSD::GetStatus(Stream &strm) { in GetStatus() function in PlatformFreeBSD 199 Platform::GetStatus(strm); in GetStatus()
|
| H A D | PlatformFreeBSD.h | 48 void GetStatus(Stream &strm) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 172 void PlatformNetBSD::GetStatus(Stream &strm) { in GetStatus() function in PlatformNetBSD 173 Platform::GetStatus(strm); in GetStatus()
|
| H A D | PlatformNetBSD.h | 48 void GetStatus(Stream &strm) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandReturnObject.h | 52 lldb::ReturnStatus GetStatus();
|
| H A D | SBPlatform.h | 77 int GetStatus();
|
| H A D | SBThread.h | 195 bool GetStatus(lldb::SBStream &status) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | StackFrameList.h | 85 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
|
| H A D | StackFrame.h | 384 bool GetStatus(Stream &strm, bool show_frame_info, bool show_source,
|
| H A D | ThreadPlan.h | 656 const Status &GetStatus() { return m_status; } in GetStatus() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StringExtractorGDBRemote.h | 195 lldb_private::Status GetStatus();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandReturnObject.cpp | 137 ReturnStatus CommandReturnObject::GetStatus() { return m_status; } in GetStatus() function in CommandReturnObject
|
| H A D | CommandAlias.cpp | 55 result.GetStatus() != lldb::eReturnStatusStarted) { in ProcessAliasOptionsArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandReturnObject.h | 132 lldb::ReturnStatus GetStatus();
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efinet.h | 341 EFI_SIMPLE_NETWORK_GET_STATUS GetStatus; member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StringExtractorGDBRemote.cpp | 466 lldb_private::Status StringExtractorGDBRemote::GetStatus() { in GetStatus() function in StringExtractorGDBRemote
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 349 if (ext_thread_sp->GetStatus(strm, m_options.m_start, in DoExtendedBacktrace() 381 if (!thread->GetStatus(strm, m_options.m_start, m_options.m_count, in HandleOneThread() 1420 process->GetStatus(strm); in DoExecute() 1559 exception_thread_sp->GetStatus(strm, 0, UINT32_MAX, in HandleOneThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 936 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus() function in StackFrameList 978 if (!frame_sp->GetStatus(strm, show_frame_info, in GetStatus()
|
| /freebsd-12.1/stand/efi/libefi/ |
| H A D | efinet.c | 134 status = net->GetStatus(net, NULL, &buf); in efinet_put()
|