Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h75 void SetExecutable(const char *path);
77 void SetExecutable(lldb::SBFileSpec exe_file);
/freebsd-src/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-src/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-src/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 PopulateMemoryRegionCache()
692 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
694 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h62 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
/freebsd-src/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 DoReadMemory()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp540 region.SetExecutable( in CreateRegionsCacheFromMemoryInfoList()
708 region.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-src/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-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5836 SWIG_check_num_args("lldb::SBAttachInfo::SetExecutable",2,2) in _wrap_SBAttachInfo_GetListener()
5837 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",1,"lldb::SBAttachInfo *"); in _wrap_SBAttachInfo_GetListener()
5838 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",2,"char const *"); in _wrap_SBAttachInfo_GetListener()
5845 (arg1)->SetExecutable((char const *)arg2); in _wrap_SBAttachInfo_GetListener()
5863 SWIG_check_num_args("lldb::SBAttachInfo::SetExecutable",2,2) in _wrap_SBAttachInfo_SetListener()
5864 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",1,"lldb::SBAttachInfo *"); in _wrap_SBAttachInfo_SetListener()
5865 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetExecutable",2,"lldb::SBFileSpec"); in _wrap_SBAttachInfo_SetListener()
5877 (arg1)->SetExecutable(arg2); in _wrap_SBAttachInfo_SetListener()
5941 " lldb::SBAttachInfo::SetExecutable(char const *)\n" in _wrap_SBAttachInfo_SetShadowListener()
5942 " lldb::SBAttachInfo::SetExecutable(lld in _wrap_SBAttachInfo_SetShadowListener()
[all...]