Home
last modified time | relevance | path

Searched refs:GetTarget (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp91 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()
104 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()
115 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()
127 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()
139 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
151 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
162 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()
175 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()
185 loc_sp->GetTarget().GetAPIMutex()); in SetAutoContinue()
196 loc_sp->GetTarget() in GetAutoContinue()
[all...]
H A DSBBreakpoint.cpp80 SBTarget SBBreakpoint::GetTarget() const { in GetTarget() function in SBBreakpoint
111 else if (bkpt_sp->GetTarget().GetBreakpointByID(bkpt_sp->GetID())) in operator bool()
123 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
137 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByAddress()
139 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
157 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
159 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
177 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
192 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
206 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
[all …]
H A DSBBreakpointName.cpp55 TargetSP GetTarget() const { in GetTarget() function in lldb::SBBreakpointNameImpl
101 TargetSP target_sp = GetTarget(); in GetBreakpointName()
130 Target &target = bkpt_sp->GetTarget(); in SBBreakpointName()
154 rhs.m_impl_up->GetTarget(), rhs.m_impl_up->GetName()); in SBBreakpointName()
168 m_impl_up = std::make_unique<SBBreakpointNameImpl>(rhs.m_impl_up->GetTarget(), in operator =()
213 m_impl_up->GetTarget()->GetAPIMutex()); in SetEnabled()
222 TargetSP target_sp = m_impl_up->GetTarget(); in UpdateName()
237 m_impl_up->GetTarget()->GetAPIMutex()); in IsEnabled()
250 m_impl_up->GetTarget()->GetAPIMutex()); in SetOneShot()
264 m_impl_up->GetTarget()->GetAPIMutex()); in IsOneShot()
[all …]
H A DSBWatchpoint.cpp112 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress()
127 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize()
139 Target &target = watchpoint_sp->GetTarget();
160 watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled()
173 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount()
186 watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
198 watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
211 watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition()
221 watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition()
235 watchpoint_sp->GetTarget() in GetDescription()
[all...]
H A DSBProcess.cpp139 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch()
146 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch()
171 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()
197 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()
212 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()
229 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()
237 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
244 target_sp = process_sp->GetTarget().shared_from_this(); in GetTarget()
352 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()
366 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp43 m_use_fast_step = GetTarget().GetUseFastStepping(); in ThreadPlanStepRange()
92 m_address_ranges[0].Dump(s, &GetTarget(), Address::DumpStyleLoadAddress); in DumpRanges()
96 m_address_ranges[i].Dump(s, &GetTarget(), Address::DumpStyleLoadAddress); in DumpRanges()
110 m_address_ranges[i].ContainsLoadAddress(pc_load_addr, &GetTarget()); in InRange()
135 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
154 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
164 &GetTarget()) != pc_load_addr) { in InRange()
177 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
201 cur_pc, &GetTarget()); in InSymbol()
205 return range.ContainsLoadAddress(cur_pc, &GetTarget()); in InSymbol()
[all …]
H A DProcessTrace.cpp107 return GetTarget().GetArchitecture(); in GetArchitecture()
114 ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
117 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
126 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
128 return GetTarget().ReadMemoryFromFileCache(resolved_address, buf, size, in DoReadMemory()
H A DThreadPlanStepOut.cpp121 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
142 GetTarget().CreateBreakpoint(m_return_addr, true, false).get(); in ThreadPlanStepOut()
192 GetTarget().RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut()
207 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription()
219 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
401 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in DoWillResume()
410 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in WillStop()
431 GetTarget().RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
467 inlined_sc.target_sp = GetTarget().shared_from_this(); in QueueInlinedStepPlan()
H A DThreadPlanRunToAddress.cpp52 Target &target = thread.GetProcess()->GetTarget(); in ThreadPlanRunToAddress()
67 GetTarget().CreateBreakpoint(m_addresses[i], true, false).get(); in SetInitialBreakpoints()
81 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress()
122 GetTarget().GetBreakpointByID(m_break_ids[i]).get(); in GetDescription()
181 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp51 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
69 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
79 m_process->GetTarget().ModulesDidLoad(module_list); in OnLoadModule()
84 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
93 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
145 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
165 m_process->GetTarget().ModulesDidLoad(module_list); in DidLaunch()
176 auto arch = m_process->GetTarget().GetArchitecture(); in GetStepThroughTrampolinePlan()
186 arch, nullptr, nullptr, m_process->GetTarget(), range); in GetStepThroughTrampolinePlan()
205 ExecutionContext exe_ctx(m_process->GetTarget()); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp53 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
76 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD()
116 Target &target = m_process->GetTarget(); in DidAttach()
143 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
195 m_process->GetTarget().ModulesDidLoad(module_list); in DidLaunch()
241 m_process->GetTarget().CreateBreakpoint(entry, true, false).get(); in ProbeEntry()
279 dyld_instance->m_process->GetTarget().GetBreakpointByID(break_id); in EntryBreakpointHit()
321 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint()
346 m_process->GetTarget().GetExecutableModulePointer()->GetFileSpec()); in SetRendezvousBreakpoint()
423 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp53 ModuleSP module = proc->GetTarget().GetExecutableModule(); in LLDB_PLUGIN_DEFINE()
69 return addr.GetLoadAddress(&proc->GetTarget()); in LLDB_PLUGIN_DEFINE()
92 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
109 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
148 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
164 Target &target = m_process->GetTarget(); in GetTargetExecutable()
211 Target &target = m_process->GetTarget(); in UpdateLoadedSections()
242 Target &target = m_process->GetTarget(); in UnloadSections()
268 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint()
349 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RefreshModules()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp103 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance()
110 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
137 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in FindKernelAtLoadAddress()
226 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch)) in CheckForKernelImageAtAddress()
227 process->GetTarget().SetArchitecture(kernel_arch); in CheckForKernelImageAtAddress()
314 process->GetTarget().SetArchitecture(memory_module_sp->GetArchitecture()); in ReadMemoryModule()
327 Target &target = process->GetTarget(); in LoadImageUsingMemoryModule()
495 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageUsingFileAddress()
510 m_linker_file_list_struct_addr.GetLoadAddress(&m_process->GetTarget()), in ReadKmodsListHeader()
541 ModuleList &modules = m_process->GetTarget().GetImages(); in ParseKmods()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp51 return m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()); in GetLoadAddress()
66 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget() function in BreakpointLocation
254 m_user_expression_sp.reset(GetTarget().GetUserExpressionForLanguage( in ConditionSaysStop()
438 Process *process = m_owner.GetTarget().GetProcessSP().get(); in ResolveBreakpointSite()
449 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget())); in ResolveBreakpointSite()
463 ProcessSP process_sp(m_owner.GetTarget().GetProcessSP()); in ClearBreakpointSite()
509 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
566 Target *target = &m_owner.GetTarget(); in GetDescription()
636 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()), in Dump()
647 if (!m_owner.IsInternal() && m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
[all …]
H A DWatchpointList.cpp25 if (wp_sp->GetTarget().EventTypeHasListeners( in Add()
29 wp_sp->GetTarget().BroadcastEvent(Target::eBroadcastBitWatchpointChanged, in Add()
175 if (wp_sp->GetTarget().EventTypeHasListeners( in Remove()
179 wp_sp->GetTarget().BroadcastEvent( in Remove()
238 if ((*pos)->GetTarget().EventTypeHasListeners( in RemoveAll()
242 (*pos)->GetTarget().BroadcastEvent( in RemoveAll()
H A DBreakpointResolverAddress.cpp126 Target &target = breakpoint.GetTarget(); in SearchCallback()
136 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
147 m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
164 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(), in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp31 process->GetTarget().GetArchitecture().GetTriple(); in LLDB_PLUGIN_DEFINE()
49 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE()
80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
87 Target &target = m_process->GetTarget(); in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
84 process->GetTarget().GetScratchTypeSystemForLanguage( in InferiorCallMmap()
95 const ArchSpec arch = process->GetTarget().GetArchitecture(); in InferiorCallMmap()
97 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
146 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
155 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
169 Target &target = m_process->GetTarget(); in DidAttach()
175 Target &target = m_process->GetTarget(); in DidLaunch()
210 m_process->GetTarget().CreateBreakpoint(jit_addr, true, false).get(); in SetJITBreakpoint()
275 if (m_process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in ReadJITDescriptor()
287 Target &target = m_process->GetTarget(); in ReadJITDescriptorImpl()
420 ArchSpec arch(process->GetTarget().GetArchitecture()); in CreateInstance()
452 Target &target = m_process->GetTarget(); in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp209 GetTarget().SetArchitecture(arch, true /*set_platform*/); in DoLoadCore()
217 if (ModuleSP module = GetTarget().GetExecutableModule()) in DoLoadCore()
218 GetTarget().MergeArchitecture(module->GetArchitecture()); in DoLoadCore()
223 GetTarget().GetDebugger().GetID()); in DoLoadCore()
339 ModuleList &modules = GetTarget().GetImages(); in BuildMemoryRegions()
340 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
414 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in GetOrCreateModule()
449 GetTarget().GetImages().Remove(module_sp); in GetOrCreateModule()
481 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList()
529 GetTarget().GetImages().Append(module_sp, true /* notify */); in ReadModuleList()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp110 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp78 Target &target = m_process->GetTarget(); in GetTargetExecutable()
120 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
129 Target &target = m_process->GetTarget(); in UnloadSectionsCommon()
154 Target &target = m_process->GetTarget(); in FindModuleViaTarget()
195 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress()
196 Target &target = process->GetTarget(); in LoadBinaryWithUUIDAndAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp97 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData()
214 process_sp->GetTarget().GetDebugger().GetOutputStreamSP())) in NotifyBreakpointHit()
238 Target &target = process_sp->GetTarget(); in SetupBreakpoint()
248 process_sp->GetTarget() in SetupBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp105 m_process->GetTarget().GetImages().FindTypes(nullptr, query, results); in GetTypeInfo()
258 if (!process->GetTarget().ResolveLoadAddress(vtable_load_addr, vtable_addr)) in GetVTableInfo()
340 Target &target = m_process->GetTarget(); in GetDynamicTypeAndAddress()
360 if (!m_process->GetTarget().ResolveLoadAddress( in GetDynamicTypeAndAddress()
533 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter()
549 Target &target = m_process->GetTarget(); in CreateExceptionBreakpoint()
614 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
632 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
646 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp114 Target &target = process_sp->GetTarget(); in RetrieveReportData()
143 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData()
267 Target &target = process_sp->GetTarget(); in Activate()
274 process_sp->GetTarget() in Activate()
295 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()

123456