Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h75 void SetExecutable(const char *path);
77 void SetExecutable(lldb::SBFileSpec exe_file);
83 /// Designed to be used after a call to SBAttachInfo::SetExecutable().
94 /// Designed to be used after a call to SBAttachInfo::SetExecutable().
/freebsd/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/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/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 PopulateMemoryRegionCache()
712 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
714 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp616 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
634 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
692 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
694 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp540 region.SetExecutable( in CreateRegionsCacheFromMemoryInfoList()
708 region.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp340 region_info.SetExecutable(permissions.Test(lldb::ePermissionsExecutable) in DoGetMemoryRegionInfo()
358 region_info.SetExecutable(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
369 region_info.SetExecutable(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1597 region_info.SetExecutable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1599 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1607 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1671 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5845 (arg1)->SetExecutable((char const *)arg2); in _wrap_SBAttachInfo_SetExecutable__SWIG_0()
5877 (arg1)->SetExecutable(arg2); in _wrap_SBAttachInfo_SetExecutable__SWIG_1()