/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBMemoryRegionInfo.cpp | 112 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable() 173 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
|
H A D | SBProcess.cpp | 922 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
|
H A D | SBTarget.cpp | 550 SBFileSpec SBTarget::GetExecutable() { in GetExecutable() function in SBTarget
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | MemoryRegionInfo.cpp | 19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
|
H A D | Process.cpp | 2387 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 D | disasm.py | 53 fname, target.GetExecutable().GetFilename())
|
/openbsd-src/gnu/llvm/clang/utils/ |
H A D | clangdiag.py | 88 exe = target.GetExecutable()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | MemoryRegionInfo.h | 48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
|
/openbsd-src/gnu/llvm/lldb/bindings/interface/ |
H A D | SBTarget.i | 336 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 D | SBTarget.h | 280 lldb::SBFileSpec GetExecutable();
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessDebugger.cpp | 463 vm_addr, info.GetReadable(), info.GetExecutable(), in GetMemoryRegionInfo()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 336 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 112 region_info.GetExecutable() != in FindSpace()
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 348 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 D | lldbutil.py | 856 (target.GetExecutable().GetFilename(), error.GetCString()))
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 1734 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 2790 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 D | NativeProcessLinux.cpp | 1231 return pair.first.GetExecutable() == MemoryRegionInfo::eYes && in Syscall()
|
/openbsd-src/gnu/llvm/lldb/docs/use/ |
H A D | python-reference.rst | 800 main_bp = target.BreakpointCreateByName ("main", target.GetExecutable().GetFilename());
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 6522 if (range_info.GetExecutable() == MemoryRegionInfo::eYes)
|