Home
last modified time | relevance | path

Searched refs:GetModuleAtIndex (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A DTestFirmwareCorefiles.py52 fspec = target.GetModuleAtIndex(0).GetFileSpec()
67 fspec = target.GetModuleAtIndex(0).GetFileSpec()
69 main_sym = target.GetModuleAtIndex(0).FindSymbol("main", lldb.eSymbolTypeAny)
115 fspec = target.GetModuleAtIndex(0).GetFileSpec()
129 fspec = target.GetModuleAtIndex(0).GetFileSpec()
131 main_sym = target.GetModuleAtIndex(0).FindSymbol("main", lldb.eSymbolTypeAny)
147 fspec = target.GetModuleAtIndex(0).GetFileSpec()
149 main_sym = target.GetModuleAtIndex(0).FindSymbol("main", lldb.eSymbolTypeAny)
265 fspec = target.GetModuleAtIndex(0).GetFileSpec()
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py38 exe_module = target.GetModuleAtIndex(0)
89 exe_module = target.GetModuleAtIndex(0)
129 exe_module = target.GetModuleAtIndex(0)
155 module = target.GetModuleAtIndex(i)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i366 GetModuleAtIndex (uint32_t idx);
1005 return self.sbtarget.GetModuleAtIndex(key)
1009 module = self.sbtarget.GetModuleAtIndex(idx)
1014 module = self.sbtarget.GetModuleAtIndex(idx)
1022 module = self.sbtarget.GetModuleAtIndex(idx)
1029 module = self.sbtarget.GetModuleAtIndex(idx)
1035 module = self.sbtarget.GetModuleAtIndex(idx)
1052 modules.append(self.GetModuleAtIndex(idx))
/llvm-project-15.0.7/lldb/test/API/python_api/sbmodule/
H A DTestSBModule.py30 main_module = target.GetModuleAtIndex(0)
50 main_module = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/simple_exe/
H A DTestModuleCacheSimple.py53 main_module = target.GetModuleAtIndex(0)
90 main_module = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestWasm.py107 module = target.GetModuleAtIndex(0)
159 module = target.GetModuleAtIndex(0)
203 module = target.GetModuleAtIndex(0)
H A DTestGDBRemoteLoad.py16 module = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/macosx/load-kext/
H A DTestLoadKext.py27 mod = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/linux/add-symbols/
H A DTestTargetSymbolsAddCommand.py37 exe_module = self.target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A DTestFreeBSDKernelLive.py35 main_mod = target.GetModuleAtIndex(0)
H A DTestFreeBSDKernelVMCore.py43 main_mod = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/lang/objc/modules-hash-mismatch/
H A DTestClangModulesHashMismatch.py40 target.GetModuleAtIndex(0).FindTypes('my_int')
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/bsd/
H A DTestModuleCacheBSD.py90 main_module = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py23 mod = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueUUID.cpp73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
H A DTestBundleWithDotInFilename.py68 mod = target.GetModuleAtIndex(i)
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DTestDeepBundle.py66 mod = target.GetModuleAtIndex(i)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/stl/
H A DTestStdCXXDisassembly.py38 module = target.GetModuleAtIndex(i)
/llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/
H A DTestTypeGetModule.py20 module = target.GetModuleAtIndex(index)
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp227 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
325 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
615 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py19 obj.GetModuleAtIndex(0xffffffff)
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A DTestKernVerStrLCNOTE.py95 fspec = self.target.GetModuleAtIndex(0).GetFileSpec()
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/two-files/
H A DTestSymbolContextTwoFiles.py23 module = target.GetModuleAtIndex(0)
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py212 mod = target.GetModuleAtIndex(0)
511 module = target.GetModuleAtIndex(i)
519 module = target.GetModuleAtIndex(i)
/llvm-project-15.0.7/lldb/test/API/functionalities/process_save_core/
H A DTestProcessSaveCore.py51 target.GetModuleAtIndex(i).GetFileSpec() for i in range(

12