Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/test/API/python_api/module_section/
DTestModuleAndSection.py41 exe_module = target.GetModuleAtIndex(0)
93 exe_module = target.GetModuleAtIndex(0)
134 exe_module = target.GetModuleAtIndex(0)
161 module = target.GetModuleAtIndex(i)
/external/google-breakpad/src/processor/
Dbasic_code_modules.cc71 linked_ptr<const CodeModule> module(that->GetModuleAtIndex(i)->Copy()); in BasicCodeModules()
80 linked_ptr<const CodeModule> module(that->GetModuleAtIndex(i)->Copy()); in BasicCodeModules()
134 const CodeModule* BasicCodeModules::GetModuleAtIndex( in GetModuleAtIndex() function in google_breakpad::BasicCodeModules
Dminidump_unittest.cc100 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0); in TEST_F()
438 md_unloaded_module_list->GetModuleAtIndex(0); in TEST()
517 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0); in TEST()
595 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0); in TEST()
677 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0); in TEST()
749 const MinidumpModule *md_module = md_module_list->GetModuleAtIndex(0); in TEST()
964 md_module_list->GetModuleAtIndex(0)->base_address()); in TEST()
966 md_module_list->GetModuleAtIndex(1)->base_address()); in TEST()
968 md_module_list->GetModuleAtIndex(2)->base_address()); in TEST()
976 md_unloaded_module_list->GetModuleAtIndex(0)->base_address()); in TEST()
[all …]
Dbasic_code_modules.h70 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const;
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i380 GetModuleAtIndex (uint32_t idx);
991 return self.sbtarget.GetModuleAtIndex(key)
995 module = self.sbtarget.GetModuleAtIndex(idx)
1000 module = self.sbtarget.GetModuleAtIndex(idx)
1008 module = self.sbtarget.GetModuleAtIndex(idx)
1015 module = self.sbtarget.GetModuleAtIndex(idx)
1021 module = self.sbtarget.GetModuleAtIndex(idx)
1038 modules.append(self.GetModuleAtIndex(idx))
/external/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
DTestFirmwareCorefiles.py119 fspec = self.target.GetModuleAtIndex(0).GetFileSpec()
131 fspec = self.target.GetModuleAtIndex(0).GetFileSpec()
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestWasm.py108 module = target.GetModuleAtIndex(0)
160 module = target.GetModuleAtIndex(0)
204 module = target.GetModuleAtIndex(0)
DTestGDBRemoteLoad.py13 module = target.GetModuleAtIndex(0)
/external/google-breakpad/src/google_breakpad/processor/
Dcode_modules.h88 virtual const CodeModule* GetModuleAtIndex(unsigned int index) const = 0;
/external/llvm-project/lldb/test/API/macosx/load-kext/
DTestLoadKext.py29 mod = target.GetModuleAtIndex(0)
/external/llvm-project/lldb/test/API/python_api/section/
DTestSectionAPI.py26 mod = target.GetModuleAtIndex(0)
/external/llvm-project/lldb/test/API/linux/add-symbols/
DTestTargetSymbolsAddCommand.py39 exe_module = self.target.GetModuleAtIndex(0)
/external/llvm-project/lldb/test/API/lang/objc/modules-hash-mismatch/
DTestClangModulesHashMismatch.py39 target.GetModuleAtIndex(0).FindTypes('my_int')
/external/llvm-project/lldb/source/Interpreter/
DOptionValueUUID.cpp77 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/external/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/
DTestDeepBundle.py69 mod = target.GetModuleAtIndex(i)
/external/llvm-project/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
DTestBundleWithDotInFilename.py71 mod = target.GetModuleAtIndex(i)
/external/llvm-project/lldb/test/API/lang/cpp/stl/
DTestStdCXXDisassembly.py41 module = target.GetModuleAtIndex(i)
/external/llvm-project/lldb/test/API/functionalities/type_get_module/
DTestTypeGetModule.py22 module = target.GetModuleAtIndex(index)
/external/llvm-project/lldb/test/API/functionalities/process_save_core/
DTestProcessSaveCore.py53 target.GetModuleAtIndex(i).GetFileSpec() for i in range(
/external/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
DTestKernVerStrLCNOTE.py97 fspec = self.target.GetModuleAtIndex(0).GetFileSpec()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_target.py19 obj.GetModuleAtIndex(0xffffffff)
/external/llvm-project/lldb/test/API/commands/trace/
DTestTraceLoad.py30 module = target.GetModuleAtIndex(0)
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp226 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
324 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
619 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/external/llvm-project/lldb/test/API/python_api/symbol-context/two-files/
DTestSymbolContextTwoFiles.py26 module = target.GetModuleAtIndex(0)
/external/llvm-project/lldb/test/API/python_api/lldbutil/iter/
DTestLLDBIterator.py48 yours.append(target.GetModuleAtIndex(i))

123