Lines Matching refs:module_list
170 ModuleList &module_list = target.GetImages(); in DidAttach() local
171 SetJITBreakpoint(module_list); in DidAttach()
176 ModuleList &module_list = target.GetImages(); in DidLaunch() local
177 SetJITBreakpoint(module_list); in DidLaunch()
180 void JITLoaderGDB::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad() argument
182 SetJITBreakpoint(module_list); in ModulesDidLoad()
186 void JITLoaderGDB::SetJITBreakpoint(lldb_private::ModuleList &module_list) { in SetJITBreakpoint() argument
195 module_list, ConstString("__jit_debug_register_code"), eSymbolTypeAny); in SetJITBreakpoint()
200 module_list, ConstString("__jit_debug_descriptor"), eSymbolTypeData); in SetJITBreakpoint()
288 ModuleList &module_list = target.GetImages(); in ReadJITDescriptorImpl() local
356 module_list.AppendIfNeeded(module_sp); in ReadJITDescriptorImpl()
358 ModuleList module_list; in ReadJITDescriptorImpl() local
359 module_list.Append(module_sp); in ReadJITDescriptorImpl()
360 target.ModulesDidLoad(module_list); in ReadJITDescriptorImpl()
387 module_list.Remove(module_sp); in ReadJITDescriptorImpl()
445 addr_t JITLoaderGDB::GetSymbolAddress(ModuleList &module_list, in GetSymbolAddress() argument
451 module_list.FindSymbolsWithNameAndType(name, symbol_type, target_symbols); in GetSymbolAddress()