Searched refs:GetTarget (Results 1 - 25 of 175) sorted by relevance

1234567

/openbsd-current/gnu/llvm/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 GetTarget().''')
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp92 loc_sp->GetTarget().GetAPIMutex());
105 loc_sp->GetTarget().GetAPIMutex());
116 loc_sp->GetTarget().GetAPIMutex());
128 loc_sp->GetTarget().GetAPIMutex());
140 loc_sp->GetTarget().GetAPIMutex());
152 loc_sp->GetTarget().GetAPIMutex());
163 loc_sp->GetTarget().GetAPIMutex());
174 loc_sp->GetTarget().GetAPIMutex());
186 loc_sp->GetTarget().GetAPIMutex());
197 loc_sp->GetTarget()
[all...]
H A DSBBreakpointName.cpp55 TargetSP GetTarget() const { function in class:lldb::SBBreakpointNameImpl
101 TargetSP target_sp = GetTarget();
130 Target &target = bkpt_sp->GetTarget();
154 rhs.m_impl_up->GetTarget(), rhs.m_impl_up->GetName());
168 m_impl_up = std::make_unique<SBBreakpointNameImpl>(rhs.m_impl_up->GetTarget(),
213 m_impl_up->GetTarget()->GetAPIMutex());
222 TargetSP target_sp = m_impl_up->GetTarget();
237 m_impl_up->GetTarget()->GetAPIMutex());
250 m_impl_up->GetTarget()->GetAPIMutex());
264 m_impl_up->GetTarget()
[all...]
H A DSBBreakpoint.cpp81 SBTarget SBBreakpoint::GetTarget() const { function in class:SBBreakpoint
112 else if (bkpt_sp->GetTarget().GetBreakpointByID(bkpt_sp->GetID()))
124 bkpt_sp->GetTarget().GetAPIMutex());
138 bkpt_sp->GetTarget().GetAPIMutex());
140 Target &target = bkpt_sp->GetTarget();
158 bkpt_sp->GetTarget().GetAPIMutex());
160 Target &target = bkpt_sp->GetTarget();
178 bkpt_sp->GetTarget().GetAPIMutex());
193 bkpt_sp->GetTarget().GetAPIMutex());
207 bkpt_sp->GetTarget()
863 TargetSP GetTarget() { return m_target_wp.lock(); } function in class:SBBreakpointListImpl
[all...]
H A DSBWatchpoint.cpp102 watchpoint_sp->GetTarget().GetAPIMutex());
117 watchpoint_sp->GetTarget().GetAPIMutex());
132 watchpoint_sp->GetTarget().GetAPIMutex());
144 Target &target = watchpoint_sp->GetTarget();
165 watchpoint_sp->GetTarget().GetAPIMutex());
178 watchpoint_sp->GetTarget().GetAPIMutex());
191 watchpoint_sp->GetTarget().GetAPIMutex());
203 watchpoint_sp->GetTarget().GetAPIMutex());
214 watchpoint_sp->GetTarget().GetAPIMutex());
226 watchpoint_sp->GetTarget()
[all...]
H A DSBProcess.cpp135 process_sp->GetTarget().GetAPIMutex());
142 Module *exe_module = process_sp->GetTarget().GetExecutableModulePointer();
167 process_sp->GetTarget().GetAPIMutex());
193 process_sp->GetTarget().GetAPIMutex());
208 process_sp->GetTarget().GetAPIMutex());
225 process_sp->GetTarget().GetAPIMutex());
233 SBTarget SBProcess::GetTarget() const { function in class:SBProcess
240 target_sp = process_sp->GetTarget().shared_from_this();
348 process_sp->GetTarget().GetAPIMutex());
362 process_sp->GetTarget()
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp31 process->GetTarget().GetArchitecture().GetTriple();
49 Module *exe_module = process->GetTarget().GetExecutableModulePointer();
80 const ModuleList &module_list = m_process->GetTarget().GetImages();
112 if (m_process->GetTarget()
118 if (m_process->GetTarget().SetSectionLoadAddress(
131 m_process->GetTarget().ModulesDidLoad(loaded_module_list);
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DRuntime.h23 Target &GetTargetRef() { return m_process->GetTarget(); }
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp104 return GetTarget().GetArchitecture();
111 ModuleSP module_sp = GetTarget().GetExecutableModule();
114 info.SetExecutableFile(GetTarget().GetExecutableModule()->GetFileSpec(),
123 GetTarget().GetSectionLoadList().ResolveLoadAddress(addr, resolved_address);
125 return GetTarget().ReadMemoryFromFileCache(resolved_address, buf, size,
H A DThreadPlanStepRange.cpp43 m_use_fast_step = GetTarget().GetUseFastStepping();
92 m_address_ranges[0].Dump(s, &GetTarget(), Address::DumpStyleLoadAddress);
96 m_address_ranges[i].Dump(s, &GetTarget(), Address::DumpStyleLoadAddress);
110 m_address_ranges[i].ContainsLoadAddress(pc_load_addr, &GetTarget());
134 m_addr_context.line_entry.Dump(&s, &GetTarget(), true,
153 m_addr_context.line_entry.Dump(&s, &GetTarget(), true,
163 &GetTarget()) != pc_load_addr) {
176 m_addr_context.line_entry.Dump(&s, &GetTarget(), true,
200 cur_pc, &GetTarget());
204 return range.ContainsLoadAddress(cur_pc, &GetTarget());
[all...]
H A DThreadPlanStepOut.cpp121 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget());
142 GetTarget().CreateBreakpoint(m_return_addr, true, false).get();
192 GetTarget().RemoveBreakpointByID(m_return_bp_id);
207 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) {
219 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) {
401 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get();
410 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get();
431 GetTarget().RemoveBreakpointByID(m_return_bp_id);
467 inlined_sc.target_sp = GetTarget().shared_from_this();
H A DThreadPlanRunToAddress.cpp52 Target &target = thread.GetProcess()->GetTarget();
67 GetTarget().CreateBreakpoint(m_addresses[i], true, false).get();
81 GetTarget().RemoveBreakpointByID(m_break_ids[i]);
122 GetTarget().GetBreakpointByID(m_break_ids[i]).get();
181 GetTarget().RemoveBreakpointByID(m_break_ids[i]);
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp41 Module *exe_module = process->GetTarget().GetExecutableModulePointer();
51 process->GetTarget().GetArchitecture().GetTriple();
88 m_process->GetTarget().RemoveBreakpointByID(m_break_id);
90 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id);
143 m_process->GetTarget().RemoveBreakpointByID(m_break_id);
145 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id);
185 m_process->GetTarget().RemoveBreakpointByID(m_break_id);
264 ScratchTypeSystemClang::GetForTarget(process->GetTarget());
287 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 4) {
325 if (process->GetTarget()
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp51 process->GetTarget().GetArchitecture().GetTriple();
69 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec,
79 m_process->GetTarget().ModulesDidLoad(module_list);
84 if (!m_process->GetTarget().ResolveLoadAddress(module_addr, resolved_addr))
93 m_process->GetTarget().ModulesDidUnload(module_list, false);
145 m_process->GetTarget().ModulesDidLoad(module_list);
165 m_process->GetTarget().ModulesDidLoad(module_list);
176 auto arch = m_process->GetTarget().GetArchitecture();
186 arch, nullptr, nullptr, m_process->GetTarget(), range);
205 ExecutionContext exe_ctx(m_process->GetTarget());
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp44 (process->GetTarget().GetArchitecture().GetTriple().getArch() ==
77 m_process->GetTarget().GetImages().AppendIfNeeded(module_sp);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp50 process->GetTarget().GetImages().FindFunctions(
85 process->GetTarget().GetScratchTypeSystemForLanguage(
96 const ArchSpec arch = process->GetTarget().GetArchitecture();
98 process->GetTarget().GetPlatform()->GetMmapArgumentList(
147 process->GetTarget().GetImages().FindFunctions(
/openbsd-current/gnu/llvm/clang/utils/
H A Dclangdiag.py107 target = frame.GetThread().GetProcess().GetTarget()
123 target = exe_ctx.GetTarget()
154 target = exe_ctx.GetTarget()
178 diagtool = getDiagtool(exe_ctx.GetTarget(), args.path)
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp128 Target &target = breakpoint.GetTarget();
138 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget());
149 m_addr.GetLoadAddress(&breakpoint.GetTarget());
166 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(),
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBExecutionContext.h44 SBTarget GetTarget() const;
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DUtilityFunction.cpp49 process_sp->GetTarget().GetImages().Remove(jit_module_sp);
80 m_caller_up.reset(process_sp->GetTarget().GetFunctionCallerForLanguage(
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp77 Target &target = m_process->GetTarget();
119 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset,
128 Target &target = m_process->GetTarget();
153 Target &target = m_process->GetTarget();
193 PlatformSP platform_sp = process->GetTarget().GetPlatform();
194 Target &target = process->GetTarget();
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp53 ModuleSP module = proc->GetTarget().GetExecutableModule();
69 return addr.GetLoadAddress(&proc->GetTarget());
92 process->GetTarget().GetArchitecture().GetTriple();
109 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid);
148 m_process->GetTarget().ModulesDidLoad(module_list);
164 Target &target = m_process->GetTarget();
211 Target &target = m_process->GetTarget();
242 Target &target = m_process->GetTarget();
268 Target &target = m_process->GetTarget();
349 ModuleList &loaded_modules = m_process->GetTarget()
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp53 process->GetTarget().GetArchitecture().GetTriple();
76 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid);
116 Target &target = m_process->GetTarget();
143 m_process->GetTarget().ModulesDidLoad(module_list);
195 m_process->GetTarget().ModulesDidLoad(module_list);
241 m_process->GetTarget().CreateBreakpoint(entry, true, false).get();
279 dyld_instance->m_process->GetTarget().GetBreakpointByID(break_id);
321 Target &target = m_process->GetTarget();
344 m_process->GetTarget().GetExecutableModulePointer()->GetFileSpec());
427 ModuleList &loaded_modules = m_process->GetTarget()
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp119 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore();
152 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id);
167 Target &target = m_process->GetTarget();
173 Target &target = m_process->GetTarget();
208 m_process->GetTarget().CreateBreakpoint(jit_addr, true, false).get();
273 if (m_process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
285 Target &target = m_process->GetTarget();
415 ArchSpec arch(process->GetTarget().GetArchitecture());
447 Target &target = m_process->GetTarget();
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp143 process_sp->GetTarget().GetDebugger().GetID());
267 process_sp->GetTarget().GetDebugger().GetOutputStreamSP());
296 Target &target = process_sp->GetTarget();
306 process_sp->GetTarget()
321 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID());

Completed in 172 milliseconds

1234567