Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp78 loc_sp->GetTarget().GetAPIMutex()); in GetLoadAddress()
89 loc_sp->GetTarget().GetAPIMutex()); in SetEnabled()
98 loc_sp->GetTarget().GetAPIMutex()); in IsEnabled()
108 loc_sp->GetTarget().GetAPIMutex()); in GetHitCount()
118 loc_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
128 loc_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
137 loc_sp->GetTarget().GetAPIMutex()); in SetCondition()
146 loc_sp->GetTarget().GetAPIMutex()); in GetCondition()
183 .GetTarget() in SetScriptCallbackFunction()
206 .GetTarget() in SetScriptCallbackBody()
[all …]
H A DSBBreakpoint.cpp96 bkpt_sp->GetTarget().GetAPIMutex()); in ClearAllBreakpointSites()
110 Target &target = bkpt_sp->GetTarget(); in FindLocationByAddress()
126 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationIDByAddress()
128 Target &target = bkpt_sp->GetTarget(); in FindLocationIDByAddress()
144 bkpt_sp->GetTarget().GetAPIMutex()); in FindLocationByID()
157 bkpt_sp->GetTarget().GetAPIMutex()); in GetLocationAtIndex()
172 bkpt_sp->GetTarget().GetAPIMutex()); in SetEnabled()
181 bkpt_sp->GetTarget().GetAPIMutex()); in IsEnabled()
447 bkpt_sp->GetTarget().GetAPIMutex()); in SetCommandLineCommands()
551 bkpt_sp->GetTarget() in SetScriptCallbackFunction()
[all …]
H A DSBBreakpointName.cpp54 TargetSP GetTarget() const { in GetTarget() function in lldb::SBBreakpointNameImpl
100 TargetSP target_sp = GetTarget(); in GetBreakpointName()
127 Target &target = bkpt_sp->GetTarget(); in SBBreakpointName()
195 m_impl_up->GetTarget()->GetAPIMutex()); in SetEnabled()
204 TargetSP target_sp = m_impl_up->GetTarget(); in UpdateName()
220 m_impl_up->GetTarget()->GetAPIMutex()); in IsEnabled()
234 m_impl_up->GetTarget()->GetAPIMutex()); in SetOneShot()
249 m_impl_up->GetTarget()->GetAPIMutex()); in IsOneShot()
263 m_impl_up->GetTarget()->GetAPIMutex()); in SetIgnoreCount()
573 m_impl_up->GetTarget() in SetScriptCallbackFunction()
[all …]
H A DSBProcess.cpp127 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch()
165 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID()
201 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads()
220 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread()
242 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread()
256 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
404 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread()
418 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByID()
438 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThreadByIndexID()
460 process_sp->GetTarget().GetAPIMutex()); in GetThreadAtIndex()
[all …]
H A DSBWatchpoint.cpp90 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHardwareIndex()
103 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress()
116 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize()
126 Target &target = watchpoint_sp->GetTarget(); in SetEnabled()
145 watchpoint_sp->GetTarget().GetAPIMutex()); in IsEnabled()
156 watchpoint_sp->GetTarget().GetAPIMutex()); in GetHitCount()
172 watchpoint_sp->GetTarget().GetAPIMutex()); in GetIgnoreCount()
182 watchpoint_sp->GetTarget().GetAPIMutex()); in SetIgnoreCount()
191 watchpoint_sp->GetTarget().GetAPIMutex()); in GetCondition()
201 watchpoint_sp->GetTarget().GetAPIMutex()); in SetCondition()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp62 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
83 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD()
127 Target &target = m_process->GetTarget(); in DidAttach()
159 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
204 m_process->GetTarget().ModulesDidLoad(module_list); in DidLaunch()
324 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint()
436 m_process->GetTarget().ModulesDidLoad(new_modules); in RefreshModules()
474 Target &target = thread.GetProcess()->GetTarget(); in GetStepThroughTrampolinePlan()
533 Target &target = m_process->GetTarget(); in LoadInterpreterModule()
596 m_process->GetTarget().ModulesDidLoad(module_list); in LoadAllCurrentModules()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp49 ModuleSP module = proc->GetTarget().GetExecutableModule(); in findSymbolAddress()
65 return addr.GetLoadAddress(&proc->GetTarget()); in findSymbolAddress()
99 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
155 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
171 Target &target = m_process->GetTarget(); in GetTargetExecutable()
218 Target &target = m_process->GetTarget(); in UpdateLoadedSections()
249 Target &target = m_process->GetTarget(); in UnloadSections()
275 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint()
384 m_process->GetTarget().ModulesDidLoad(new_modules); in RefreshModules()
431 Target &target = thread.GetProcess()->GetTarget(); in GetStepThroughTrampolinePlan()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp31 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
38 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance()
80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses()
113 if (m_process->GetTarget().SetSectionLoadAddress( in LoadAllImagesAtFileAddresses()
126 m_process->GetTarget().ModulesDidLoad(loaded_module_list); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp35 : StoppointLocation(loc_id, addr.GetOpcodeLoadAddress(&owner.GetTarget()), in BreakpointLocation()
54 return m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()); in GetLoadAddress()
70 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget() function in BreakpointLocation
257 m_user_expression_sp.reset(GetTarget().GetUserExpressionForLanguage( in ConditionSaysStop()
448 Process *process = m_owner.GetTarget().GetProcessSP().get(); in ResolveBreakpointSite()
460 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget())); in ResolveBreakpointSite()
475 ProcessSP process_sp(m_owner.GetTarget().GetProcessSP()); in ClearBreakpointSite()
572 Target *target = &m_owner.GetTarget(); in GetDescription()
635 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()), in Dump()
647 m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
[all …]
H A DWatchpointList.cpp27 if (wp_sp->GetTarget().EventTypeHasListeners( in Add()
29 wp_sp->GetTarget().BroadcastEvent(Target::eBroadcastBitWatchpointChanged, in Add()
175 if (wp_sp->GetTarget().EventTypeHasListeners( in Remove()
177 wp_sp->GetTarget().BroadcastEvent( in Remove()
237 if ((*pos)->GetTarget().EventTypeHasListeners( in RemoveAll()
239 (*pos)->GetTarget().BroadcastEvent( in RemoveAll()
H A DBreakpointResolverAddress.cpp138 Target &target = m_breakpoint->GetTarget(); in SearchCallback()
148 m_resolved_addr = m_addr.GetLoadAddress(&m_breakpoint->GetTarget()); in SearchCallback()
161 m_addr.GetLoadAddress(&m_breakpoint->GetTarget()); in SearchCallback()
178 m_addr.Dump(s, m_breakpoint->GetTarget().GetProcessSP().get(), in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanPython.cpp64 ->GetTarget() in DidPush()
84 ->GetTarget() in ShouldStop()
108 ->GetTarget() in IsPlanStale()
132 ->GetTarget() in DoPlanExplainsStop()
171 ->GetTarget() in GetPlanRunState()
H A DThreadPlanStepRange.cpp45 m_use_fast_step = GetTarget().GetUseFastStepping(); in ThreadPlanStepRange()
246 if (m_address_ranges[i].ContainsLoadAddress(addr, &GetTarget())) { in GetInstructionsForAddress()
258 GetTarget().GetArchitecture(), plugin_name, flavor, exe_ctx, in GetInstructionsForAddress()
271 .GetIndexOfInstructionAtLoadAddress(addr, GetTarget()); in GetInstructionsForAddress()
290 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
316 Target &target = GetThread().GetProcess()->GetTarget(); in SetNextBranchBreakpoint()
341 GetTarget().CreateBreakpoint(run_to_address, is_internal, false); in SetNextBranchBreakpoint()
362 &m_thread.GetProcess()->GetTarget())); in SetNextBranchBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp49 const uint32_t count = process->GetTarget().GetImages().FindFunctions( in InferiorCallMmap()
84 process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap()
87 const ArchSpec arch = process->GetTarget().GetArchitecture(); in InferiorCallMmap()
89 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
137 const uint32_t count = process->GetTarget().GetImages().FindFunctions( in InferiorCallMunmap()
205 process->GetTarget().GetScratchClangASTContext(); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp97 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
132 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
147 Target &target = m_process->GetTarget(); in DidAttach()
153 Target &target = m_process->GetTarget(); in DidLaunch()
195 m_process->GetTarget().CreateBreakpoint(jit_addr, true, false).get(); in SetJITBreakpoint()
261 if (m_process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in ReadJITDescriptor()
273 Target &target = m_process->GetTarget(); in ReadJITDescriptorImpl()
404 ArchSpec arch(process->GetTarget().GetArchitecture()); in CreateInstance()
439 Target &target = m_process->GetTarget(); in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp54 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
95 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach()
112 auto arch = m_process->GetTarget().GetArchitecture(); in GetStepThroughTrampolinePlan()
121 ExecutionContext exe_ctx(m_process->GetTarget()); in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp143 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
269 process_sp->GetTarget().GetDebugger().GetOutputFile()); 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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp266 lldb::ModuleSP module = GetTarget().GetExecutableModule(); in ProcessFreeBSD()
307 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoAttachToProcessWithID()
321 GetTarget().GetArchitecture()); in DoAttachToProcessWithID()
331 !GetTarget().GetArchitecture().IsExactMatch(module_arch)) in DoAttachToProcessWithID()
332 GetTarget().SetArchitecture(module_arch); in DoAttachToProcessWithID()
448 Target *target = &GetTarget(); in GetImageInfoAddress()
502 Target *target = &GetTarget(); in DoDidExec()
645 ArchSpec arch = GetTarget().GetArchitecture(); in GetSoftwareBreakpointTrapOpcode()
887 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetAuxvData()
1014 BreakpointSP bp = GetTarget().GetBreakpointByID(bp_id); in IsSoftwareStepBreakpoint()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp206 ArchSpec target_arch = GetTarget().GetArchitecture(); in DoLoadCore()
209 GetTarget().SetArchitecture(target_arch); in DoLoadCore()
238 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore()
247 exe_module_sp = GetTarget().GetSharedModule(exe_module_spec); in DoLoadCore()
249 GetTarget().SetExecutableModule(exe_module_sp, eLoadDependentsNo); in DoLoadCore()
409 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress()
410 Address addr = obj_file->GetImageInfoAddress(&GetTarget()); in GetImageInfoAddress()
413 return addr.GetLoadAddress(&GetTarget()); in GetImageInfoAddress()
741 ArchSpec target_arch = GetTarget().GetArchitecture(); in GetArchitecture()
765 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h385 Target &GetTarget() { return m_thread.GetProcess()->GetTarget(); } in GetTarget() function
387 const Target &GetTarget() const { return m_thread.GetProcess()->GetTarget(); } in GetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp56 ReadObjCLibraryIfNeeded(process->GetTarget().GetImages()); in AppleObjCRuntime()
208 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule()
222 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr()
302 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion()
357 Target &target = process->GetTarget(); in GetObjCVersion()
403 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
441 Target &target(m_process->GetTarget()); in CalculateHasNewLiteralsAndIndexing()
457 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp80 Target &target = m_process->GetTarget(); in GetTargetExecutable()
122 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
131 Target &target = m_process->GetTarget(); in UnloadSectionsCommon()
159 Target &target = m_process->GetTarget(); in LoadModuleAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp395 GetTarget().SetArchitecture(host_arch); in ParsePythonTargetDefinition()
729 if (GetTarget().GetNonStopModeEnabled()) in DoConnectRemote()
732 Target &target = GetTarget(); in DoConnectRemote()
974 if (GetTarget().GetNonStopModeEnabled()) in DoLaunch()
1050 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1065 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1077 if (GetTarget().GetNonStopModeEnabled()) in ConnectToDebugserver()
1199 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1350 if (!GetTarget().GetNonStopModeEnabled() && in DoResume()
2705 if (!GetTarget().GetNonStopModeEnabled()) in SetLastStopPacket()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp60 Target &target = m_process->GetTarget(); in GetTypeInfoFromVTableAddress()
270 if (!process->GetTarget().GetSectionLoadList().ResolveLoadAddress( in GetDynamicTypeAndAddress()
480 Target &target = m_process->GetTarget(); in CreateExceptionSearchFilter()
496 Target &target = m_process->GetTarget(); in CreateExceptionBreakpoint()
561 m_process->GetTarget().GetScratchClangASTContext(); in GetExceptionObjectForThread()
576 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetExceptionObjectForThread()
587 m_process->GetTarget().GetFunctionCallerForLanguage( in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp58 if (process_sp->GetTarget().ReadMemory( in GetNonCallSiteUnwindPlanFromAssembly()
81 wordsize = process_sp->GetTarget().GetArchitecture().GetAddressByteSize(); in AugmentUnwindPlanFromCallSite()
160 if (process_sp->GetTarget().ReadMemory( in AugmentUnwindPlanFromCallSite()
188 Target &target(process_sp->GetTarget()); in GetFastUnwindPlan()

12345