Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp98 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()
111 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()
122 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()
134 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()
146 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
158 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
170 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()
181 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()
232 .GetTarget() in SetScriptCallbackFunction()
260 .GetTarget() in SetScriptCallbackBody()
[all …]
H A DSBBreakpointName.cpp55 TargetSP GetTarget() const { in GetTarget() function in lldb::SBBreakpointNameImpl
101 TargetSP target_sp = GetTarget(); in GetBreakpointName()
134 Target &target = bkpt_sp->GetTarget(); in SBBreakpointName()
222 m_impl_up->GetTarget()->GetAPIMutex()); in SetEnabled()
231 TargetSP target_sp = m_impl_up->GetTarget(); in UpdateName()
246 m_impl_up->GetTarget()->GetAPIMutex()); in IsEnabled()
259 m_impl_up->GetTarget()->GetAPIMutex()); in SetOneShot()
273 m_impl_up->GetTarget()->GetAPIMutex()); in IsOneShot()
286 m_impl_up->GetTarget()->GetAPIMutex()); in SetIgnoreCount()
596 error = m_impl_up->GetTarget() in SetScriptCallbackFunction()
[all …]
H A DSBBreakpoint.cpp84 SBTarget SBBreakpoint::GetTarget() const { in GetTarget() function in SBBreakpoint
127 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
144 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
163 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
165 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
184 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
200 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
214 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
505 bkpt_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
640 error = bkpt_sp->GetTarget() in SetScriptCallbackFunction()
[all …]
H A DSBProcess.cpp143 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch()
176 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()
202 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()
218 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()
236 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()
244 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
369 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()
385 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()
400 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID()
1199 process_sp->GetTarget().GetAPIMutex()); in IsInstrumentationRuntimePresent()
[all …]
H A DSBWatchpoint.cpp106 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHardwareIndex()
121 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress()
136 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize()
148 Target &target = watchpoint_sp->GetTarget(); in SetEnabled()
169 watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled()
182 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount()
195 watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
207 watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
218 watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition()
231 watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp42 m_use_fast_step = GetTarget().GetUseFastStepping(); in ThreadPlanStepRange()
133 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
152 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
162 &GetTarget()) != pc_load_addr) { in InRange()
175 m_addr_context.line_entry.Dump(&s, &GetTarget(), true, in InRange()
199 cur_pc, &GetTarget()); in InSymbol()
203 return range.ContainsLoadAddress(cur_pc, &GetTarget()); in InSymbol()
258 if (m_address_ranges[i].ContainsLoadAddress(addr, &GetTarget())) { in GetInstructionsForAddress()
268 GetTarget().GetArchitecture(), plugin_name, flavor, GetTarget(), in GetInstructionsForAddress()
281 .GetIndexOfInstructionAtLoadAddress(addr, GetTarget()); in GetInstructionsForAddress()
[all …]
H A DProcessTrace.cpp109 return GetTarget().GetArchitecture(); in GetArchitecture()
116 ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
119 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo()
128 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address); in DoReadMemory()
130 return GetTarget().ReadMemoryFromFileCache(resolved_address, buf, size, in DoReadMemory()
H A DThreadPlanStepOut.cpp120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
141 GetTarget().CreateBreakpoint(m_return_addr, true, false).get(); in ThreadPlanStepOut()
191 GetTarget().RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut()
206 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription()
218 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
400 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in DoWillResume()
409 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in WillStop()
430 GetTarget().RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
466 inlined_sc.target_sp = GetTarget().shared_from_this(); in QueueInlinedStepPlan()
H A DThreadPlanRunToAddress.cpp51 Target &target = thread.GetProcess()->GetTarget(); in ThreadPlanRunToAddress()
66 GetTarget().CreateBreakpoint(m_addresses[i], true, false).get(); in SetInitialBreakpoints()
80 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress()
121 GetTarget().GetBreakpointByID(m_break_ids[i]).get(); in GetDescription()
180 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp55 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
73 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
83 m_process->GetTarget().ModulesDidLoad(module_list); in OnLoadModule()
88 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr)) in OnUnloadModule()
97 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
149 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
169 m_process->GetTarget().ModulesDidLoad(module_list); in DidLaunch()
186 auto arch = m_process->GetTarget().GetArchitecture(); in GetStepThroughTrampolinePlan()
196 arch, nullptr, nullptr, m_process->GetTarget(), range); in GetStepThroughTrampolinePlan()
215 ExecutionContext exe_ctx(m_process->GetTarget()); in GetStepThroughTrampolinePlan()
/freebsd-13.1/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()
112 if (m_process->GetTarget() in LoadAllImagesAtFileAddresses()
118 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
131 m_process->GetTarget().ModulesDidLoad(loaded_module_list); in LoadAllImagesAtFileAddresses()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp62 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
84 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD()
128 Target &target = m_process->GetTarget(); in DidAttach()
155 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
207 m_process->GetTarget().ModulesDidLoad(module_list); in DidLaunch()
324 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint()
459 m_process->GetTarget().ModulesDidLoad(new_modules); in RefreshModules()
497 Target &target = thread.GetProcess()->GetTarget(); in GetStepThroughTrampolinePlan()
557 Target &target = m_process->GetTarget(); in LoadInterpreterModule()
622 m_process->GetTarget().ModulesDidLoad(module_list); in LoadAllCurrentModules()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp52 ModuleSP module = proc->GetTarget().GetExecutableModule(); in LLDB_PLUGIN_DEFINE()
68 return addr.GetLoadAddress(&proc->GetTarget()); in LLDB_PLUGIN_DEFINE()
102 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
158 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
174 Target &target = m_process->GetTarget(); in GetTargetExecutable()
221 Target &target = m_process->GetTarget(); in UpdateLoadedSections()
252 Target &target = m_process->GetTarget(); in UnloadSections()
278 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint()
383 m_process->GetTarget().ModulesDidLoad(new_modules); in RefreshModules()
429 Target &target = thread.GetProcess()->GetTarget(); in GetStepThroughTrampolinePlan()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp52 return m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()); in GetLoadAddress()
67 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget() function in BreakpointLocation
261 m_user_expression_sp.reset(GetTarget().GetUserExpressionForLanguage( in ConditionSaysStop()
445 Process *process = m_owner.GetTarget().GetProcessSP().get(); in ResolveBreakpointSite()
456 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget())); in ResolveBreakpointSite()
470 ProcessSP process_sp(m_owner.GetTarget().GetProcessSP()); in ClearBreakpointSite()
516 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
567 Target *target = &m_owner.GetTarget(); in GetDescription()
639 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()), in Dump()
652 m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
[all …]
H A DWatchpointList.cpp25 if (wp_sp->GetTarget().EventTypeHasListeners( in Add()
27 wp_sp->GetTarget().BroadcastEvent(Target::eBroadcastBitWatchpointChanged, in Add()
173 if (wp_sp->GetTarget().EventTypeHasListeners( in Remove()
175 wp_sp->GetTarget().BroadcastEvent( in Remove()
235 if ((*pos)->GetTarget().EventTypeHasListeners( in RemoveAll()
237 (*pos)->GetTarget().BroadcastEvent( in RemoveAll()
H A DBreakpointResolverAddress.cpp131 Target &target = breakpoint.GetTarget(); in SearchCallback()
141 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
153 m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
170 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(), in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp47 process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
83 process->GetTarget().GetScratchTypeSystemForLanguage( in InferiorCallMmap()
92 const ArchSpec arch = process->GetTarget().GetArchitecture(); in InferiorCallMmap()
94 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
141 process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
157 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
172 Target &target = m_process->GetTarget(); in DidAttach()
178 Target &target = m_process->GetTarget(); in DidLaunch()
213 m_process->GetTarget().CreateBreakpoint(jit_addr, true, false).get(); in SetJITBreakpoint()
278 if (m_process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in ReadJITDescriptor()
290 Target &target = m_process->GetTarget(); in ReadJITDescriptorImpl()
428 ArchSpec arch(process->GetTarget().GetArchitecture()); in CreateInstance()
466 Target &target = m_process->GetTarget(); in GetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp143 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
269 process_sp->GetTarget().GetDebugger().GetOutputStreamSP()); in NotifyBreakpointHit()
298 Target &target = process_sp->GetTarget(); in Activate()
307 process_sp->GetTarget() in Activate()
322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp56 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
224 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
238 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
322 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
375 Target &target = process->GetTarget(); in GetObjCVersion()
416 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
454 Target &target(m_process->GetTarget()); in CalculateHasNewLiteralsAndIndexing()
472 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp75 Target &target = m_process->GetTarget(); in GetTargetExecutable()
117 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
126 Target &target = m_process->GetTarget(); in UnloadSectionsCommon()
154 Target &target = m_process->GetTarget(); in LoadModuleAtAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp669 if (GetTarget().GetNonStopModeEnabled()) in DoConnectRemote()
672 Target &target = GetTarget(); in DoConnectRemote()
912 if (GetTarget().GetNonStopModeEnabled()) in DoLaunch()
986 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1001 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1013 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1105 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1139 m_process->GetTarget().ModulesDidLoad(list); in MaybeLoadExecutableModule()
1275 if (!GetTarget().GetNonStopModeEnabled() && in DoResume()
2654 if (!GetTarget().GetNonStopModeEnabled()) in SetLastStopPacket()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContext.i32 GetTarget () const;
45 …target = property(GetTarget, None, doc='''A read only property that returns the same result as Get…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp56 if (process_sp->GetTarget().ReadMemory( in GetNonCallSiteUnwindPlanFromAssembly()
79 wordsize = process_sp->GetTarget().GetArchitecture().GetAddressByteSize(); in AugmentUnwindPlanFromCallSite()
157 if (process_sp->GetTarget().ReadMemory( in AugmentUnwindPlanFromCallSite()
185 Target &target(process_sp->GetTarget()); in GetFastUnwindPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp62 Target &target = m_process->GetTarget(); in GetTypeInfoFromVTableAddress()
262 if (!process->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetDynamicTypeAndAddress()
460 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter()
474 Target &target = m_process->GetTarget(); in CreateExceptionBreakpoint()
539 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
557 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
571 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()

123456