/llvm-project/lldb/source/API/ |
H A D | SBBreakpointLocation.cpp | 91 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 D | SBBreakpoint.cpp | 80 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() in SetEnabled() 861 TargetSP GetTarget() { return m_target_wp.lock(); } GetTarget() function in SBBreakpointListImpl [all...] |
H A D | SBBreakpointName.cpp | 55 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() in IsOneShot() [all...] |
H A D | SBProcess.cpp | 139 process_sp->GetTarget().GetAPIMutex()); in RemoteLaunch() 146 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer(); in RemoteLaunch() 172 process_sp->GetTarget().GetAPIMutex()); in RemoteAttachToProcessWithID() 198 process_sp->GetTarget().GetAPIMutex()); in GetNumThreads() 213 process_sp->GetTarget().GetAPIMutex()); in GetSelectedThread() 230 process_sp->GetTarget().GetAPIMutex()); in CreateOSPluginThread() 238 SBTarget SBProcess::GetTarget() const { in GetTarget() 245 target_sp = process_sp->GetTarget().shared_from_this(); in GetTarget() 353 process_sp->GetTarget().GetAPIMutex()); in SetSelectedThread() 367 process_sp->GetTarget() in SetSelectedThreadByID() 236 SBTarget SBProcess::GetTarget() const { GetTarget() function in SBProcess [all...] |
H A D | SBWatchpoint.cpp | 112 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchAddress() 127 watchpoint_sp->GetTarget().GetAPIMutex()); in GetWatchSize() 139 Target &target = watchpoint_sp->GetTarget(); in SetEnabled() 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...] |
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOS.cpp | 41 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() 51 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance() 89 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ~DynamicLoaderMacOS() 91 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id); in ~DynamicLoaderMacOS() 144 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in DoClear() 146 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id); in DoClear() 186 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ClearNotificationBreakpoint() 267 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in NotifyBreakpointHit() 325 process->GetTarget().GetArchitecture().GetAddressByteSize(); in NotifyBreakpointHit() 342 if (process->GetTarget() in NotifyBreakpointHit() [all...] |
H A D | DynamicLoaderMacOSXDYLD.cpp | 61 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() 71 process->GetTarget().GetArchitecture().GetTriple(); in LLDB_PLUGIN_DEFINE() 109 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ~DynamicLoaderMacOSXDYLD() 164 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in DoClear() 178 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ClearNotificationBreakpoint() 193 m_process->GetTarget().GetArchitecture().GetByteOrder(); in DoInitialImageFetch() 232 Module *executable = m_process->GetTarget().GetExecutableModulePointer(); in DoInitialImageFetch() 270 Target &target = m_process->GetTarget(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback() 365 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in NotifyBreakpointHit() 417 Target &target = process->GetTarget(); in NotifyBreakpointHit() [all...] |
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepRange.cpp | 43 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 D | ProcessTrace.cpp | 107 return GetTarget().GetArchitecture(); in GetArchitecture() 114 ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo() 117 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(), in GetProcessInfo() 126 GetTarget().ResolveLoadAddress(addr, resolved_address); in DoReadMemory() 128 return GetTarget().ReadMemoryFromFileCache(resolved_address, buf, size, in DoReadMemory()
|
H A D | ThreadPlanStepOut.cpp | 121 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 D | ThreadPlanRunToAddress.cpp | 52 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()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 51 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, nullptr, nullptr, m_process->GetTarget(), range); in GetStepThroughTrampolinePlan() 205 ExecutionContext exe_ctx(m_process->GetTarget()); in GetStepThroughTrampolinePlan() [all...] |
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 54 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance() 77 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD() 129 m_process->GetTarget().ModulesDidLoad(module_list); in DidAttach() 181 m_process->GetTarget().ModulesDidLoad(module_list); in DidLaunch() 227 m_process->GetTarget().CreateBreakpoint(entry, true, false).get(); in ProbeEntry() 265 dyld_instance->m_process->GetTarget().GetBreakpointByID(break_id); in EntryBreakpointHit() 307 Target &target = m_process->GetTarget(); in SetRendezvousBreakpoint() 332 m_process->GetTarget().GetExecutableModulePointer()->GetFileSpec()); in SetRendezvousBreakpoint() 409 ModuleList &loaded_modules = m_process->GetTarget().GetImages(); in RendezvousBreakpointHit() 441 &m_process->GetTarget()) in RefreshModules() [all...] |
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 53 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 …]
|
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 103 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() in ParseKmods() [all...] |
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 157 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() 164 process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance() 217 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in SearchForKernelAtSameLoadAddr() 219 if (!is_kernel(process->GetTarget().GetExecutableModulePointer())) in SearchForKernelAtSameLoadAddr() 302 int ptrsize = process->GetTarget().GetArchitecture().GetAddressByteSize(); in SearchForKernelNearPC() 355 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) { in SearchForKernelViaExhaustiveSearch() 367 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in SearchForKernelViaExhaustiveSearch() 481 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch( in CheckForKernelImageAtAddress() 483 process->GetTarget().SetArchitecture(kernel_arch); in CheckForKernelImageAtAddress() 516 process->GetTarget() in DynamicLoaderDarwinKernel() [all...] |
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 51 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() 440 Process *process = m_owner.GetTarget().GetProcessSP().get(); in ResolveBreakpointSite() 451 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget())); in ResolveBreakpointSite() 465 ProcessSP process_sp(m_owner.GetTarget().GetProcessSP()); in ClearBreakpointSite() 522 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription() 583 Target *target = &m_owner.GetTarget(); in GetDescription() 653 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()), in SendBreakpointLocationChangedEvent() [all...] |
H A D | WatchpointList.cpp | 25 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()
|
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.cpp | 48 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in LLDB_PLUGIN_DEFINE() 58 process->GetTarget().GetArchitecture().GetTriple(); in LLDB_PLUGIN_DEFINE() 281 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchOffsetsAddress() 291 module_sp = m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchOffsetsAddress() 299 dispatch_queue_offsets_symbol->GetLoadAddress(&m_process->GetTarget()); in ReadLibdispatchOffsets() 335 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibpthreadOffsetsAddress() 344 &m_process->GetTarget()); 383 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchTSDIndexesAddress() 391 &m_process->GetTarget()); 410 if (m_process->GetTarget() in ReadLibdispatchTSDIndexes() [all...] |
/llvm-project/lldb/test/API/commands/frame/recognizer/ |
H A D | recognizer.py | 14 .GetTarget() 20 .GetTarget() 29 .GetTarget()
|
/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 120 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry() 153 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB() 167 Target &target = m_process->GetTarget(); in DidAttach() 173 Target &target = m_process->GetTarget(); in DidLaunch() 208 m_process->GetTarget().CreateBreakpoint(jit_addr, true, false).get(); in SetJITBreakpoint() 273 if (m_process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in ReadJITDescriptor() 285 Target &target = m_process->GetTarget(); in ReadJITDescriptorImpl() 415 ArchSpec arch(process->GetTarget().GetArchitecture()); in CreateInstance() 447 Target &target = m_process->GetTarget(); in GetSymbolAddress()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 49 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()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 31 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()
|
/llvm-project/lldb/test/API/commands/expression/formatters/ |
H A D | foosynth.py | 26 self.lp64 = self.valobj.GetTarget().GetProcess().GetAddressByteSize() == 8 28 self.valobj.GetTarget().GetProcess().GetByteOrder() == lldb.eByteOrderLittle 30 self.pointer_size = self.valobj.GetTarget().GetProcess().GetAddressByteSize()
|
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 211 GetTarget().SetArchitecture(arch, true /*set_platform*/); in DoLoadCore() 232 if (ModuleSP module = GetTarget().GetExecutableModule()) 233 GetTarget().MergeArchitecture(module->GetArchitecture()); in RefreshStateAfterStop() 238 GetTarget().GetDebugger().GetID()); in RefreshStateAfterStop() 385 ModuleList &modules = GetTarget().GetImages(); in DoUpdateThreadList() 386 Target &target = GetTarget(); in DoUpdateThreadList() 459 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in ReadModuleList() 494 GetTarget().GetImages().Remove(module_sp); in ReadModuleList() 526 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList() 576 if (!GetTarget() [all...] |