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

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandReturnObject.h63 GetStatus();
H A DSBPlatform.h92 GetStatus ();
H A DSBThread.h202 GetStatus (lldb::SBStream &status) const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h87 GetStatus (Stream &strm,
H A DStackFrame.h391 GetStatus (Stream &strm,
H A DThread.h922 GetStatus (Stream &strm,
H A DPlatform.h237 GetStatus (Stream &strm);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp158 SBCommandReturnObject::GetStatus() function in class:SBCommandReturnObject
161 return m_opaque_ap->GetStatus();
245 lldb::ReturnStatus status = m_opaque_ap->GetStatus();
H A DSBCommandInterpreter.cpp153 m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus());
156 return result.GetStatus();
H A DSBPlatform.cpp246 SBPlatformShellCommand::GetStatus () function in class:SBPlatformShellCommand
H A DSBThread.cpp1253 SBThread::GetStatus (SBStream &status) const function in class:SBThread
1260 exe_ctx.GetThreadPtr()->GetStatus(strm, 0, 1, 1);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h152 GetStatus();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp176 CommandReturnObject::GetStatus () function in class:CommandReturnObject
H A DCommandInterpreter.cpp939 if (!result.Succeeded() && result.GetStatus() != lldb::eReturnStatusStarted)
2521 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult)
2522 || (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult))
2535 result.SetStatus(tmp_result.GetStatus());
3019 switch (result.GetStatus())
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h161 GetStatus (lldb_private::Stream &strm);
H A DPlatformFreeBSD.cpp656 PlatformFreeBSD::GetStatus (Stream &strm) function in class:PlatformFreeBSD
676 Platform::GetStatus(strm);
/freebsd-10.1-release/sys/boot/efi/include/
H A Definet.h341 EFI_SIMPLE_NETWORK_GET_STATUS GetStatus; member in struct:_EFI_SIMPLE_NETWORK
/freebsd-10.1-release/sys/boot/efi/libefi/
H A Definet.c130 status = net->GetStatus(net, 0, &buf);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp187 if (ext_thread_sp->GetStatus (strm,
210 // Thread::GetStatus() returns the number of frames shown.
211 if (thread->GetStatus (strm,
232 if (!thread_sp->GetStatus (strm,
281 if (!thread_sps[i]->GetStatus (strm,
1298 process->GetStatus(strm);
H A DCommandObjectPlatform.cpp251 platform_sp->GetStatus (result.GetOutputStream());
371 platform_sp->GetStatus (ostrm);
415 platform_sp->GetStatus (ostrm);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp871 StackFrameList::GetStatus (Stream& strm, function in class:StackFrameList
918 if (!frame_sp->GetStatus (strm,
H A DThread.cpp378 return frame_sp->GetStatus (output_stream, show_frame_info, show_source);
1944 Thread::GetStatus (Stream &strm, uint32_t start_frame, uint32_t num_frames, uint32_t num_frames_with_source) function in class:Thread
1985 num_frames_shown = GetStackFrameList ()->GetStatus (strm,
2005 return GetStackFrameList()->GetStatus (strm,
H A DPlatform.cpp281 Platform::GetStatus (Stream &strm) function in class:Platform
H A DStackFrame.cpp1422 StackFrame::GetStatus (Stream& strm, function in class:StackFrame
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2829 process_sp->GetStatus(*stream_sp);
2932 process_sp->GetStatus(*stream_sp);
2974 thread_sp->GetStatus(*stream_sp, 0, 1, 1);

Completed in 161 milliseconds

12