| /llvm-project-15.0.7/lldb/test/API/functionalities/dlopen_other_executable/ |
| H A D | TestDlopenOtherExecutable.py | 26 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 D | SBMemoryRegionInfo.cpp | 111 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable() 172 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
|
| H A D | SBProcess.cpp | 922 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/ |
| H A D | TestClassTypes.py | 64 filespec = target.GetExecutable() 179 filespec = target.GetExecutable()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | MemoryRegionInfo.cpp | 19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/ |
| H A D | welcome.py | 26 file = target.GetExecutable()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/name_lookup/ |
| H A D | TestNameLookup.py | 31 exe_module = target.FindModule(target.GetExecutable())
|
| /llvm-project-15.0.7/lldb/test/API/macosx/save_crashlog/ |
| H A D | TestSaveCrashlog.py | 41 exe_module = target.FindModule(target.GetExecutable())
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | disasm.py | 53 fname, target.GetExecutable().GetFilename())
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_target.py | 17 obj.GetExecutable()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/hello_world/ |
| H A D | TestHelloWorld.py | 140 self.dbg.GetSelectedTarget().GetExecutable().GetFilename(),
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | clangdiag.py | 88 exe = target.GetExecutable()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | MemoryRegionInfo.h | 48 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommandsFromPython.py | 59 module_list.Append(self.target.GetExecutable())
|
| /llvm-project-15.0.7/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…
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 280 lldb::SBFileSpec GetExecutable();
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 463 vm_addr, info.GetReadable(), info.GetExecutable(), in GetMemoryRegionInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 335 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 112 region_info.GetExecutable() != in FindSpace()
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 344 EXPECT_EQ(MemoryRegionInfo::eYes, region_info.GetExecutable()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 345 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 D | lldbutil.py | 944 (target.GetExecutable().GetFilename(), error.GetCString()))
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1733 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2785 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 D | NativeProcessLinux.cpp | 1230 return pair.first.GetExecutable() == MemoryRegionInfo::eYes && in Syscall()
|