Home
last modified time | relevance | path

Searched refs:GetExecutable (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp75 return m_opaque_ap->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable()
94 strm.Printf(m_opaque_ap->GetExecutable() ? "X" : "-"); in GetDescription()
H A DSBProcess.cpp1112 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
H A DSBTarget.cpp577 SBFileSpec SBTarget::GetExecutable() { in GetExecutable() function in SBTarget
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdMiscellanous.cpp340 const char *pDir = sbTrgt.GetExecutable().GetDirectory(); in Acknowledge()
341 const char *pFileName = sbTrgt.GetExecutable().GetFilename(); in Acknowledge()
H A DMICmdCmdFile.cpp137 lldb::SBModule module = target.FindModule(target.GetExecutable()); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h44 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h294 lldb::SBFileSpec GetExecutable();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp112 region_info.GetExecutable() != in FindSpace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2439 region_info.GetExecutable()) {
2447 if (region_info.GetExecutable())
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1745 range_info.GetExecutable() ? 'x' : '-', in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2658 range_info.GetExecutable() == MemoryRegionInfo::eDontKnow) { in GetLoadAddressPermissions()
2668 if (range_info.GetExecutable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()