Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp112 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable()
173 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
H A DSBProcess.cpp922 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
H A DSBTarget.cpp550 SBFileSpec SBTarget::GetExecutable() { in GetExecutable() function in SBTarget
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
H A DProcess.cpp2387 range_info.GetExecutable() == MemoryRegionInfo::eDontKnow) { in GetLoadAddressPermissions()
2397 if (range_info.GetExecutable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisasm.py53 fname, target.GetExecutable().GetFilename())
/openbsd-src/gnu/llvm/clang/utils/
H A Dclangdiag.py88 exe = target.GetExecutable()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i336 GetExecutable ();
1073 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h280 lldb::SBFileSpec GetExecutable();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp463 vm_addr, info.GetReadable(), info.GetExecutable(), in GetMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp336 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp112 region_info.GetExecutable() != in FindSpace()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp348 lldb::SBFileSpec exe_fspec = g_vsc.target.GetExecutable(); in SendProcessEvent()
644 g_vsc.target.GetExecutable().GetFilename()); in request_attach()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py856 (target.GetExecutable().GetFilename(), error.GetCString()))
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1734 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2790 region_info.GetExecutable()) { in Handle_qMemoryRegionInfo()
2798 if (region_info.GetExecutable()) in Handle_qMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1231 return pair.first.GetExecutable() == MemoryRegionInfo::eYes && in Syscall()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst800 main_bp = target.BreakpointCreateByName ("main", target.GetExecutable().GetFilename());
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6522 if (range_info.GetExecutable() == MemoryRegionInfo::eYes)