Searched refs:GetExecutable (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 104 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable() 166 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
|
| H A D | SBTarget.cpp | 589 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 D | SBProcess.cpp | 977 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | MemoryRegionInfo.cpp | 19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
|
| H A D | Process.cpp | 2398 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 D | MemoryRegionInfo.h | 46 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 336 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 D | SBTarget.h | 280 lldb::SBFileSpec GetExecutable();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 339 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 111 region_info.GetExecutable() != in FindSpace()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1675 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2556 region_info.GetExecutable()) { in Handle_qMemoryRegionInfo() 2564 if (region_info.GetExecutable()) in Handle_qMemoryRegionInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 47695 result = (arg1)->GetExecutable(); in _wrap_SBTarget_GetExecutable()
|