Home
last modified time | relevance | path

Searched refs:GetExecutable (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp104 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable()
166 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
H A DSBTarget.cpp589 SBFileSpec SBTarget::GetExecutable() { in GetExecutable() function in SBTarget
590 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBTarget, GetExecutable); in GetExecutable()
2537 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBTarget, GetExecutable, ()); in RegisterMethods()
H A DSBProcess.cpp977 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
H A DProcess.cpp2398 range_info.GetExecutable() == MemoryRegionInfo::eDontKnow) { in GetLoadAddressPermissions()
2408 if (range_info.GetExecutable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h46 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i336 GetExecutable ();
1067 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h280 lldb::SBFileSpec GetExecutable();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp339 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp111 region_info.GetExecutable() != in FindSpace()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1675 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2556 region_info.GetExecutable()) { in Handle_qMemoryRegionInfo()
2564 if (region_info.GetExecutable()) in Handle_qMemoryRegionInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp47695 result = (arg1)->GetExecutable(); in _wrap_SBTarget_GetExecutable()