Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/dlopen_other_executable/
H A DTestDlopenOtherExecutable.py26 self.assertEqual(self.target().GetExecutable().GetFilename(), "a.out")
36 self.assertEqual(self.target().GetExecutable().GetFilename(), "a.out")
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp111 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable()
172 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
H A DSBProcess.cpp922 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypes.py64 filespec = target.GetExecutable()
179 filespec = target.GetExecutable()
/llvm-project-15.0.7/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
/llvm-project-15.0.7/lldb/test/API/commands/command/script/
H A Dwelcome.py26 file = target.GetExecutable()
/llvm-project-15.0.7/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py31 exe_module = target.FindModule(target.GetExecutable())
/llvm-project-15.0.7/lldb/test/API/macosx/save_crashlog/
H A DTestSaveCrashlog.py41 exe_module = target.FindModule(target.GetExecutable())
/llvm-project-15.0.7/lldb/examples/python/
H A Ddisasm.py53 fname, target.GetExecutable().GetFilename())
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py17 obj.GetExecutable()
/llvm-project-15.0.7/lldb/test/API/python_api/hello_world/
H A DTestHelloWorld.py140 self.dbg.GetSelectedTarget().GetExecutable().GetFilename(),
/llvm-project-15.0.7/clang/utils/
H A Dclangdiag.py88 exe = target.GetExecutable()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommandsFromPython.py59 module_list.Append(self.target.GetExecutable())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i336 GetExecutable ();
1073 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h280 lldb::SBFileSpec GetExecutable();
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp463 vm_addr, info.GetReadable(), info.GetExecutable(), in GetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp335 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp112 region_info.GetExecutable() != in FindSpace()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp344 EXPECT_EQ(MemoryRegionInfo::eYes, region_info.GetExecutable()); in TEST_F()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp345 lldb::SBFileSpec exe_fspec = g_vsc.target.GetExecutable(); in SendProcessEvent()
641 g_vsc.target.GetExecutable().GetFilename()); in request_attach()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py944 (target.GetExecutable().GetFilename(), error.GetCString()))
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1733 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2785 region_info.GetExecutable()) { in Handle_qMemoryRegionInfo()
2793 if (region_info.GetExecutable()) in Handle_qMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1230 return pair.first.GetExecutable() == MemoryRegionInfo::eYes && in Syscall()

12