Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp107 void SBAttachInfo::SetExecutable(const char *path) { in SetExecutable() function in SBAttachInfo
108 LLDB_RECORD_METHOD(void, SBAttachInfo, SetExecutable, (const char *), path); in SetExecutable()
116 void SBAttachInfo::SetExecutable(SBFileSpec exe_file) { in SetExecutable() function in SBAttachInfo
117 LLDB_RECORD_METHOD(void, SBAttachInfo, SetExecutable, (lldb::SBFileSpec), in SetExecutable()
281 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetExecutable, (const char *)); in RegisterMethods()
282 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetExecutable, (lldb::SBFileSpec)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i33 SetExecutable (const char *path);
36 SetExecutable (lldb::SBFileSpec exe_file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h71 void SetExecutable(const char *path);
73 void SetExecutable(lldb::SBFileSpec exe_file);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp90 region.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()
92 region.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp632 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
650 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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp583 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
601 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
659 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
661 info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in PopulateMemoryRegionCache()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h58 void SetExecutable(OptionalBool val) { m_execute = val; } in SetExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp310 region_info.SetExecutable(permissions.Test(lldb::ePermissionsExecutable) in GetMemoryRegionInfo()
319 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
329 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp544 region.SetExecutable( in CreateRegionsCacheFromMemoryInfoList()
712 region.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1541 region_info.SetExecutable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1543 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1551 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1611 region_info.SetExecutable(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4936 (arg1)->SetExecutable((char const *)arg2); in _wrap_SBAttachInfo_SetExecutable__SWIG_0()
4968 (arg1)->SetExecutable(arg2); in _wrap_SBAttachInfo_SetExecutable__SWIG_1()