Home
last modified time | relevance | path

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

123456

/freebsd-14.2/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(
163 lldb::TargetSP GetTargetSP(Target *target) const;
184 void SetSelectedTarget(const lldb::TargetSP &target);
186 lldb::TargetSP GetSelectedTarget();
216 void RegisterInProcessTarget(lldb::TargetSP target_sp);
[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.h510 TargetEventData(const lldb::TargetSP &target_sp);
512 TargetEventData(const lldb::TargetSP &target_sp,
527 static lldb::TargetSP GetTargetFromEvent(const Event *event_ptr);
531 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget()
536 lldb::TargetSP m_target_sp;
1133 lldb::TargetSP CalculateTarget() override;
1285 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget()
1323 lldb::TargetSP m_target_sp;
1329 StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid);
1350 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp168 TargetSP target_sp(GetSP()); in GetProcess()
180 TargetSP target_sp(GetSP()); in GetPlatform()
194 TargetSP target_sp(GetSP()); in GetDebugger()
204 TargetSP target_sp(GetSP()); in GetStatistics()
218 TargetSP target_sp(GetSP()); in SetCollectingStats()
227 TargetSP target_sp(GetSP()); in GetCollectingStats()
244 TargetSP target_sp(GetSP()); in LoadCore()
291 TargetSP target_sp(GetSP()); in Install()
311 TargetSP target_sp(GetSP()); in Launch()
388 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBValue.cpp169 TargetSP GetTargetSP() { in GetTargetSP()
173 return TargetSP(); in GetTargetSP()
650 TargetSP target_sp; in GetChildAtIndex()
699 TargetSP target_sp; in GetChildMemberWithName()
990 TargetSP target_sp; in GetTarget()
1062 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1077 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1090 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP()
1266 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress()
1296 TargetSP target_sp(value_sp->GetTargetSP()); in GetAddress()
[all …]
H A DSBInstruction.cpp118 TargetSP target_sp(target.GetSP()); in GetMnemonic()
137 TargetSP target_sp(target.GetSP()); in GetOperands()
156 TargetSP target_sp(target.GetSP()); in GetComment()
173 TargetSP target_sp(target.GetSP()); in GetControlFlowKind()
H A DSBSourceManager.cpp28 SourceManagerImpl(const lldb::TargetSP &target_sp) : m_target_wp(target_sp) {} in SourceManagerImpl()
46 lldb::TargetSP target_sp(m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp50 TargetSP &target_sp) { in CreateTarget()
371 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
398 return TargetSP(); in FindTargetWithExecutableAndArchitecture()
404 [pid](const TargetSP &item) { in FindTargetWithProcessID()
412 return TargetSP(); in FindTargetWithProcessID()
416 TargetSP target_sp; in FindTargetWithProcess()
422 [process](const TargetSP &item) { in FindTargetWithProcess()
433 TargetSP target_sp; in GetTargetSP()
450 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
500 TargetSP target_sp; in GetTargetAtIndex()
[all …]
H A DProcessTrace.cpp33 ProcessSP ProcessTrace::CreateInstance(TargetSP target_sp, in CreateInstance()
42 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug()
46 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()
245 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
289 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext()
458 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP()
499 lldb::TargetSP target_sp(target->shared_from_this()); in SetTargetPtr()
562 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP()
563 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
/freebsd-14.2/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 DSourceManager.h40 File(const FileSpec &file_spec, lldb::TargetSP target_sp);
96 void CommonInitializer(const FileSpec &file_spec, lldb::TargetSP target_sp);
137 SourceManager(const lldb::TargetSP &target_sp);
/freebsd-14.2/contrib/llvm-project/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()
282 ProcessFreeBSDKernelFVC::ProcessFreeBSDKernelFVC(lldb::TargetSP target_sp, in ProcessFreeBSDKernelFVC()
309 ProcessFreeBSDKernelKVM::ProcessFreeBSDKernelKVM(lldb::TargetSP target_sp, in ProcessFreeBSDKernelKVM()
/freebsd-14.2/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-14.2/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 …]
H A DSourceManager.cpp65 SourceManager::SourceManager(const TargetSP &target_sp) in SourceManager()
84 TargetSP target_sp(m_target_wp.lock()); in GetFile()
396 TargetSP target_sp(m_target_wp.lock()); in GetDefaultFileAndLine()
450 m_debugger_wp(debugger_sp), m_target_wp(TargetSP()) { in File()
454 SourceManager::File::File(const FileSpec &file_spec, TargetSP target_sp) in File()
463 TargetSP target_sp) { in CommonInitializer()
612 if (TargetSP target_sp = m_target_wp.lock()) in PathRemappingIsStale()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h72 explicit SymbolContext(const lldb::TargetSP &target_sp,
312 lldb::TargetSP target_sp; ///< The Target for a given query
337 SymbolContextSpecifier(const lldb::TargetSP &target_sp);
354 lldb::TargetSP m_target_sp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h25 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
40 bool CanDebug(lldb::TargetSP target_sp,
106 ScriptedProcess(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h34 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
47 ProcessElfCore(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
53 bool CanDebug(lldb::TargetSP target_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h84 static PythonObject ToSWIGWrapper(lldb::TargetSP target_sp);
174 lldb::TargetSP target_sp, const char *python_class_name,
244 const lldb::TargetSP &target, std::string &output);
257 const lldb::TargetSP &target_sp);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp37 TargetSP target_sp = in SetOptionValue()
38 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
/freebsd-14.2/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()

123456