Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h75 void SetExecutable(const char *path);
77 void SetExecutable(lldb::SBFileSpec exe_file);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp91 region.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()
93 region.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp106 void SBAttachInfo::SetExecutable(const char *path) { in SetExecutable() function in SBAttachInfo
115 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable() function in SBAttachInfo
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp595 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
613 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
671 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
673 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp652 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
670 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
712 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
714 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp330 region_info.SetExecutable(permissions.Test(lldb::ePermissionsExecutable) in DoGetMemoryRegionInfo()
348 region_info.SetExecutable(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
359 region_info.SetExecutable(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp540 region.SetExecutable( in CreateRegionsCacheFromMemoryInfoList()
708 region.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1585 region_info.SetExecutable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1587 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1595 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1659 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5075 (arg1)->SetExecutable((char const *)arg2); in _wrap_SBAttachInfo_SetExecutable__SWIG_0()
5107 (arg1)->SetExecutable(arg2); in _wrap_SBAttachInfo_SetExecutable__SWIG_1()