Searched refs:GetStatus (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h43 void GetStatus(Stream &strm) override;
H A DPlatformOpenBSD.cpp173 void PlatformOpenBSD::GetStatus(Stream &strm) { function in class:PlatformOpenBSD
174 Platform::GetStatus(strm);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h43 void GetStatus(Stream &strm) override;
H A DPlatformFreeBSD.cpp194 void PlatformFreeBSD::GetStatus(Stream &strm) { function in class:PlatformFreeBSD
195 Platform::GetStatus(strm);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h43 void GetStatus(Stream &strm) override;
H A DPlatformNetBSD.cpp168 void PlatformNetBSD::GetStatus(Stream &strm) { function in class:PlatformNetBSD
169 Platform::GetStatus(strm);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i77 GetStatus();
H A DSBPlatform.i79 GetStatus ();
H A DSBThread.i349 GetStatus (lldb::SBStream &status) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h82 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
H A DStackFrame.h351 bool GetStatus(Stream &strm, bool show_frame_info, bool show_source,
H A DThreadPlan.h637 const Status &GetStatus() { return m_status; } function in class:lldb_private::ThreadPlanNull
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h65 lldb::ReturnStatus GetStatus();
H A DSBPlatform.h76 int GetStatus();
H A DSBThread.h196 bool GetStatus(lldb::SBStream &status) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp174 lldb::ReturnStatus SBCommandReturnObject::GetStatus() { function in class:SBCommandReturnObject
176 GetStatus);
178 return ref().GetStatus();
237 lldb::ReturnStatus status = ref().GetStatus();
396 LLDB_REGISTER_METHOD(lldb::ReturnStatus, SBCommandReturnObject, GetStatus,
H A DSBPlatform.cpp249 int SBPlatformShellCommand::GetStatus() { function in class:SBPlatformShellCommand
250 LLDB_RECORD_METHOD_NO_ARGS(int, SBPlatformShellCommand, GetStatus);
661 LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetStatus, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h189 lldb_private::Status GetStatus();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h81 llvm::ErrorOr<llvm::vfs::Status> GetStatus(const FileSpec &file_spec) const;
82 llvm::ErrorOr<llvm::vfs::Status> GetStatus(const llvm::Twine &path) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp99 FileSystem::GetStatus(const FileSpec &file_spec) const { function in class:FileSystem
100 return GetStatus(file_spec.GetPath());
103 llvm::ErrorOr<vfs::Status> FileSystem::GetStatus(const Twine &path) const { function in class:FileSystem
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp135 ReturnStatus CommandReturnObject::GetStatus() { return m_status; } function in class:CommandReturnObject
H A DCommandAlias.cpp56 result.GetStatus() != lldb::eReturnStatusStarted) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h130 lldb::ReturnStatus GetStatus();
/freebsd-11-stable/stand/efi/include/
H A Definet.h341 EFI_SIMPLE_NETWORK_GET_STATUS GetStatus; member in struct:_EFI_SIMPLE_NETWORK
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp463 lldb_private::Status StringExtractorGDBRemote::GetStatus() { function in class:StringExtractorGDBRemote

Completed in 117 milliseconds

12