Home
last modified time | relevance | path

Searched refs:SetExecutable (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h76 void SetExecutable(const char *path);
78 void SetExecutable(lldb::SBFileSpec exe_file);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp79 memory_region_info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()
81 memory_region_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp78 void SBAttachInfo::SetExecutable(const char *path) { in SetExecutable() function in SBAttachInfo
85 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable() function in SBAttachInfo
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp474 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
492 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
534 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
536 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h54 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp313 region_info.SetExecutable(permissions.Test(lldb::ePermissionsExecutable) in GetMemoryRegionInfo()
322 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
332 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp452 region.SetExecutable(entry->isExecutable() ? yes : no); in CreateRegionsCacheFromMemoryInfoList()
536 region.SetExecutable(MemoryRegionInfo::eNo); in FindMemoryRegion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1482 region_info.SetExecutable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1484 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1492 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1515 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()