Home
last modified time | relevance | path

Searched refs:TargetSP (Results 1 – 25 of 152) sorted by relevance

1234567

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTargetList.h46 typedef std::vector<lldb::TargetSP> collection;
47 typedef LockingAdaptedIterable<collection, lldb::TargetSP, vector_adapter,
91 lldb::TargetSP &target_sp);
100 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
116 bool DeleteTarget(lldb::TargetSP &target_sp);
120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
122 uint32_t GetIndexOfTarget(lldb::TargetSP target_sp) const;
145 lldb::TargetSP FindTargetWithExecutableAndArchitecture(
159 lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid) const;
161 lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const;
[all …]
H A DExecutionContext.h152 void SetTargetSP(const lldb::TargetSP &target_sp);
212 lldb::TargetSP GetTargetSP() const;
304 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process);
454 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP()
472 void SetTargetSP(const lldb::TargetSP &target_sp);
503 void SetContext(const lldb::TargetSP &target_sp, bool get_process);
561 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
H A DProcessTrace.h30 ProcessTrace(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
34 bool CanDebug(lldb::TargetSP target_sp,
75 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
H A DTarget.h500 TargetEventData(const lldb::TargetSP &target_sp);
502 TargetEventData(const lldb::TargetSP &target_sp,
517 static lldb::TargetSP GetTargetFromEvent(const Event *event_ptr);
521 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget()
526 lldb::TargetSP m_target_sp;
1109 lldb::TargetSP CalculateTarget() override;
1257 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget()
1295 lldb::TargetSP m_target_sp;
1301 StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid);
1322 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp102 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) { in SBTarget()
167 TargetSP target_sp(GetSP()); in GetProcess()
179 TargetSP target_sp(GetSP()); in GetPlatform()
193 TargetSP target_sp(GetSP()); in GetDebugger()
203 TargetSP target_sp(GetSP()); in GetStatistics()
217 TargetSP target_sp(GetSP()); in SetCollectingStats()
226 TargetSP target_sp(GetSP()); in GetCollectingStats()
243 TargetSP target_sp(GetSP()); in LoadCore()
266 TargetSP target_sp = GetSP(); in LaunchSimple()
290 TargetSP target_sp(GetSP()); in Install()
[all …]
H A DSBValue.cpp99 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid()
165 TargetSP GetTargetSP() { in GetTargetSP()
169 return TargetSP(); in GetTargetSP()
660 TargetSP target_sp; in GetChildAtIndex()
709 TargetSP target_sp; in GetChildMemberWithName()
1001 TargetSP target_sp; in GetTarget()
1068 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1083 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1096 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1151 lldb::TargetSP target_sp = value_sp->GetTargetSP(); in EvaluateExpression()
[all …]
H A DSBInstruction.cpp116 TargetSP target_sp(target.GetSP()); in GetMnemonic()
135 TargetSP target_sp(target.GetSP()); in GetOperands()
154 TargetSP target_sp(target.GetSP()); in GetComment()
173 TargetSP target_sp(target.GetSP()); in GetControlFlowKind()
H A DSBSourceManager.cpp29 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} in SourceManagerImpl()
47 lldb::TargetSP target_sp(m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSearchFilter.h89 SearchFilter(const lldb::TargetSP &target_sp);
91 SearchFilter(const lldb::TargetSP &target_sp, unsigned char filterType);
200 lldb::SearchFilterSP CreateCopy(lldb::TargetSP& target_sp);
203 CreateFromStructuredData(const lldb::TargetSP& target_sp,
276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget()
278 lldb::TargetSP m_target_sp; // Every filter has to be associated with
291 SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp) in SearchFilterForUnconstrainedSearches()
301 CreateFromStructuredData(const lldb::TargetSP& target_sp,
324 SearchFilterByModule(const lldb::TargetSP &targetSP, const FileSpec &module);
343 CreateFromStructuredData(const lldb::TargetSP& target_sp,
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp50 TargetSP &target_sp) { in CreateTarget()
65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal()
251 lldb::TargetSP &target_sp) { in CreateTargetInternal()
369 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
379 TargetSP TargetList::FindTargetWithExecutableAndArchitecture( in FindTargetWithExecutableAndArchitecture()
383 [&exe_file_spec, exe_arch_ptr](const TargetSP &item) { in FindTargetWithExecutableAndArchitecture()
396 return TargetSP(); in FindTargetWithExecutableAndArchitecture()
399 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const { in FindTargetWithProcessID()
402 [pid](const TargetSP &item) { in FindTargetWithProcessID()
[all …]
H A DProcessTrace.cpp31 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance()
40 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug()
44 ProcessTrace::ProcessTrace(TargetSP target_sp, ListenerSP listener_sp) in ProcessTrace()
H A DExecutionContext.cpp24 ExecutionContext::ExecutionContext(const lldb::TargetSP &target_sp, in ExecutionContext()
52 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()
244 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
288 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext()
457 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
498 lldb::TargetSP target_sp(target->shared_from_this()); in SetTargetPtr()
560 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP()
561 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.h16 ProcessFreeBSDKernel(lldb::TargetSP target_sp, lldb::ListenerSP listener);
19 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener,
37 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessFreeBSDKernel.cpp34 ProcessFreeBSDKernelFVC(lldb::TargetSP target_sp, lldb::ListenerSP listener,
52 ProcessFreeBSDKernelKVM(lldb::TargetSP target_sp, lldb::ListenerSP listener,
69 ProcessFreeBSDKernel::ProcessFreeBSDKernel(lldb::TargetSP target_sp, in ProcessFreeBSDKernel()
73 lldb::ProcessSP ProcessFreeBSDKernel::CreateInstance(lldb::TargetSP target_sp, in CreateInstance()
115 bool ProcessFreeBSDKernel::CanDebug(lldb::TargetSP target_sp, in CanDebug()
277 ProcessFreeBSDKernelFVC::ProcessFreeBSDKernelFVC(lldb::TargetSP target_sp, in ProcessFreeBSDKernelFVC()
304 ProcessFreeBSDKernelKVM::ProcessFreeBSDKernelKVM(lldb::TargetSP target_sp, in ProcessFreeBSDKernelKVM()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h24 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
39 bool CanDebug(lldb::TargetSP target_sp,
78 ScriptedProcess(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h31 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
44 ProcessMinidump(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
49 bool CanDebug(lldb::TargetSP target_sp,
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h71 explicit SymbolContext(const lldb::TargetSP &target_sp,
317 lldb::TargetSP target_sp; ///< The Target for a given query
342 SymbolContextSpecifier(const lldb::TargetSP &target_sp);
359 lldb::TargetSP m_target_sp;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSearchFilter.cpp72 SearchFilter::SearchFilter(const TargetSP &target_sp, unsigned char filterType) in SearchFilter()
78 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
164 lldb::SearchFilterSP SearchFilter::CreateCopy(lldb::TargetSP& target_sp) { in CreateCopy()
356 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
391 SearchFilterByModule::SearchFilterByModule(const lldb::TargetSP &target_sp, in SearchFilterByModule()
456 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
498 const lldb::TargetSP &target_sp, const FileSpecList &module_list) in SearchFilterByModuleList()
503 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleList()
586 const lldb::TargetSP& target_sp, in CreateFromStructuredData()
627 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleListAndCU()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h24 ProcessMachCore(lldb::TargetSP target_sp, lldb::ListenerSP listener,
30 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener,
43 bool CanDebug(lldb::TargetSP target_sp,
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h112 void SetTargetSP(lldb::TargetSP t) { m_target_sp = std::move(t); } in SetTargetSP()
114 lldb::TargetSP GetTargetSP() const { return m_target_sp; } in GetTargetSP()
122 lldb::TargetSP m_target_sp;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h65 PythonObject ToSWIGWrapper(lldb::TargetSP target_sp);
154 lldb::TargetSP target_sp, const char *python_class_name,
218 const lldb::TargetSP &target,
232 const lldb::TargetSP &target_sp);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h35 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
48 ProcessElfCore(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
54 bool CanDebug(lldb::TargetSP target_sp,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h26 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
64 bool CanDebug(lldb::TargetSP target_sp,
104 ProcessWindows(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h34 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
49 ProcessKDP(lldb::TargetSP target_sp, lldb::ListenerSP listener);
54 bool CanDebug(lldb::TargetSP target_sp,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp92 TargetSP target_sp = in SetOptionValue()
93 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()

1234567