Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h46 typedef std::vector<lldb::TargetSP> collection;
91 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;
163 lldb::TargetSP GetTargetSP(Target *target) const;
184 void SetSelectedTarget(const lldb::TargetSP &target);
186 lldb::TargetSP GetSelectedTarget();
[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,
78 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
H A DTarget.h475 TargetEventData(const lldb::TargetSP &target_sp);
477 TargetEventData(const lldb::TargetSP &target_sp,
492 static lldb::TargetSP GetTargetFromEvent(const Event *event_ptr);
496 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget()
501 lldb::TargetSP m_target_sp;
1042 lldb::TargetSP CalculateTarget() override;
1189 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget()
1227 lldb::TargetSP m_target_sp;
1233 StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid);
1254 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h89 SearchFilter(const lldb::TargetSP &target_sp);
200 lldb::SearchFilterSP CreateCopy(lldb::TargetSP& target_sp);
203 CreateFromStructuredData(const lldb::TargetSP& target_sp,
278 lldb::TargetSP m_target_sp; // Every filter has to be associated with
301 CreateFromStructuredData(const lldb::TargetSP& target_sp,
343 CreateFromStructuredData(const lldb::TargetSP& target_sp,
366 SearchFilterByModuleList(const lldb::TargetSP &targetSP,
369 SearchFilterByModuleList(const lldb::TargetSP &targetSP,
390 CreateFromStructuredData(const lldb::TargetSP& target_sp,
408 SearchFilterByModuleListAndCU(const lldb::TargetSP &targetSP,
[all …]
H A DDebugger.h126 static lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid);
128 static lldb::TargetSP FindTargetWithProcess(Process *process);
210 lldb::TargetSP GetSelectedTarget() { in GetSelectedTarget()
517 lldb::TargetSP m_dummy_target_sp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp50 TargetSP &target_sp) { in CreateTarget()
407 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
434 return TargetSP(); in FindTargetWithExecutableAndArchitecture()
440 [pid](const TargetSP &item) { in FindTargetWithProcessID()
448 return TargetSP(); in FindTargetWithProcessID()
452 TargetSP target_sp; in FindTargetWithProcess()
458 [process](const TargetSP &item) { in FindTargetWithProcess()
469 TargetSP target_sp; in GetTargetSP()
486 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
536 TargetSP target_sp; in GetTargetAtIndex()
[all …]
H A DProcessTrace.cpp35 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance()
44 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug()
48 ProcessTrace::ProcessTrace(TargetSP target_sp, ListenerSP listener_sp) in ProcessTrace()
H A DExecutionContext.cpp26 ExecutionContext::ExecutionContext(const lldb::TargetSP &target_sp, in ExecutionContext()
54 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()
246 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
290 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext()
463 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
504 lldb::TargetSP target_sp(target->shared_from_this()); in SetTargetPtr()
566 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP()
567 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
H A DRegisterContext.cpp127 TargetSP target_sp = m_thread.CalculateTarget(); in GetPC()
157 TargetSP target_sp = m_thread.CalculateTarget(); in GetPCForSymbolication()
168 TargetSP target_sp = m_thread.CalculateTarget(); in SetPC()
453 TargetSP RegisterContext::CalculateTarget() { in CalculateTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp181 TargetSP target_sp(GetSP()); in GetProcess()
193 TargetSP target_sp(GetSP()); in GetPlatform()
207 TargetSP target_sp(GetSP()); in GetDebugger()
217 TargetSP target_sp(GetSP()); in GetStatistics()
237 TargetSP target_sp(GetSP()); in SetCollectingStats()
246 TargetSP target_sp(GetSP()); in GetCollectingStats()
265 TargetSP target_sp(GetSP()); in LoadCore()
314 TargetSP target_sp(GetSP()); in Install()
337 TargetSP target_sp(GetSP()); in Launch()
417 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBValue.cpp167 TargetSP GetTargetSP() { in GetTargetSP()
171 return TargetSP(); in GetTargetSP()
677 TargetSP target_sp; in GetChildAtIndex()
731 TargetSP target_sp; in GetChildMemberWithName()
1033 TargetSP target_sp; in GetTarget()
1100 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1115 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1128 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1310 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress()
1340 TargetSP target_sp(value_sp->GetTargetSP()); in GetAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h40 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
53 ScriptedProcess(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
59 bool CanDebug(lldb::TargetSP target_sp,
H A DScriptedProcess.cpp60 lldb::ProcessSP ScriptedProcess::CreateInstance(lldb::TargetSP target_sp, in CreateInstance()
85 bool ScriptedProcess::CanDebug(lldb::TargetSP target_sp, in CanDebug()
91 lldb::TargetSP target_sp, lldb::ListenerSP listener_sp, in ScriptedProcess()
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp90 TargetSP target_sp = in SetOptionValue()
91 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h147 lldb::TargetSP target_sp, StructuredData::ObjectSP &data_object_sp,
457 const lldb::TargetSP GetTargetSP();
576 static lldb::BreakpointSP CopyFromBreakpoint(lldb::TargetSP new_target,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h36 IRMemoryMap(lldb::TargetSP target_sp);
80 lldb::TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.h70 lldb::TargetSP target_sp;
111 llvm::Error ParseModule(lldb::TargetSP &target_sp, const JSONModule &module);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp173 TargetSP target_sp = in OptionParsingStarting()
174 execution_context ? execution_context->GetTargetSP() : TargetSP(); in OptionParsingStarting()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp22 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap()
58 lldb::TargetSP target_sp = m_target_wp.lock(); in FindSpace()
233 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder()
247 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize()
261 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope()
638 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h371 lldb::TargetSP target, Stream &messages, const char *name,
375 lldb::TargetSP target, Stream &messages, const char *reduce_name,
379 bool PlaceBreakpointOnScriptGroup(lldb::TargetSP target, Stream &strm,
382 void SetBreakAllKernels(bool do_break, lldb::TargetSP target);
429 void InitSearchFilter(lldb::TargetSP target) { in InitSearchFilter()

123456