/external/llvm-project/lldb/test/API/functionalities/dlopen_other_executable/ |
D | TestDlopenOtherExecutable.py | 27 self.assertEqual(self.target().GetExecutable().GetFilename(), "a.out") 37 self.assertEqual(self.target().GetExecutable().GetFilename(), "a.out")
|
/external/llvm-project/lldb/source/API/ |
D | SBMemoryRegionInfo.cpp | 104 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable() 130 strm.Printf(m_opaque_up->GetExecutable() ? "X" : "-"); in GetDescription()
|
D | SBTarget.cpp | 589 SBFileSpec SBTarget::GetExecutable() { in GetExecutable() function in SBTarget 590 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBTarget, GetExecutable); in GetExecutable() 2462 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBTarget, GetExecutable, ()); in RegisterMethods()
|
D | SBProcess.cpp | 998 GetTarget().GetExecutable().GetPath(path, sizeof(path)); in GetDescription()
|
/external/llvm-project/lldb/test/API/lang/cpp/class_types/ |
D | TestClassTypes.py | 67 filespec = target.GetExecutable() 183 filespec = target.GetExecutable()
|
/external/llvm-project/lldb/source/Target/ |
D | MemoryRegionInfo.cpp | 19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
|
/external/llvm-project/lldb/test/API/commands/command/script/ |
D | welcome.py | 26 file = target.GetExecutable()
|
/external/llvm-project/lldb/test/API/macosx/save_crashlog/ |
D | TestSaveCrashlog.py | 43 exe_module = target.FindModule(target.GetExecutable())
|
/external/llvm-project/lldb/test/API/python_api/name_lookup/ |
D | TestNameLookup.py | 34 exe_module = target.FindModule(target.GetExecutable())
|
/external/llvm-project/lldb/examples/python/ |
D | disasm.py | 53 fname, target.GetExecutable().GetFilename())
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_target.py | 17 obj.GetExecutable()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | MemoryRegionInfo.h | 46 OptionalBool GetExecutable() const { return m_execute; } in GetExecutable() function
|
/external/llvm-project/clang/utils/ |
D | clangdiag.py | 88 exe = target.GetExecutable()
|
/external/llvm-project/lldb/test/API/python_api/hello_world/ |
D | TestHelloWorld.py | 146 self.dbg.GetSelectedTarget().GetExecutable().GetFilename(),
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 350 GetExecutable (); 1059 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 280 lldb::SBFileSpec GetExecutable();
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessDebugger.cpp | 467 vm_addr, info.GetReadable(), info.GetExecutable(), in GetMemoryRegionInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpParser.cpp | 339 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 111 region_info.GetExecutable() != in FindSpace()
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 344 EXPECT_EQ(MemoryRegionInfo::eYes, region_info.GetExecutable()); in TEST_F()
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.cpp | 341 lldb::SBFileSpec target_file_spec = sbtarget.GetExecutable(); in GetTargetModulesInfo()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 314 lldb::SBFileSpec exe_fspec = g_vsc.target.GetExecutable(); in SendProcessEvent() 597 g_vsc.target.GetExecutable().GetFilename()); in request_attach()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbutil.py | 871 (target.GetExecutable().GetFilename(), error.GetCString()))
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerLLGS.cpp | 2559 region_info.GetExecutable()) { in Handle_qMemoryRegionInfo() 2567 if (region_info.GetExecutable()) in Handle_qMemoryRegionInfo()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 1717 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DoExecute()
|