Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/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,
75 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp167 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()
290 TargetSP target_sp(GetSP()); in Install()
310 TargetSP target_sp(GetSP()); in Launch()
387 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBValue.cpp165 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()
1268 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress()
1298 TargetSP target_sp(value_sp->GetTargetSP()); in GetAddress()
[all …]
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp50 TargetSP &target_sp) { in CreateTarget()
367 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget()
394 return TargetSP(); in FindTargetWithExecutableAndArchitecture()
400 [pid](const TargetSP &item) { in FindTargetWithProcessID()
408 return TargetSP(); in FindTargetWithProcessID()
412 TargetSP target_sp; in FindTargetWithProcess()
418 [process](const TargetSP &item) { in FindTargetWithProcess()
429 TargetSP target_sp; in GetTargetSP()
446 TargetSP target_sp(FindTargetWithProcessID(pid)); in SendAsyncInterrupt()
496 TargetSP target_sp; in GetTargetAtIndex()
[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()
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp45 bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) override { in CanDebug()
84 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
86 TargetSP target_sp; in CreateTarget()
102 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F()
137 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp47 bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) override { in CanDebug()
111 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
113 TargetSP target_sp; in CreateTarget()
152 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F()
192 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F()
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h60 const lldb::TargetSP &target_sp, const StructuredDataImpl &args_impl,
113 lldb::TargetSP target_sp, const char *python_class_name,
177 const lldb::TargetSP &target,
191 const lldb::TargetSP &target_sp);
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp52 bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) override { in CanDebug()
83 TargetSP target_sp; in TEST_F()
105 TargetSP target_sp; in TEST_F()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp198 const lldb::TargetSP &target_sp, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedProcess()
234 const lldb::TargetSP &target, std::string &output) { in LLDBSWIGPythonRunScriptKeywordTarget()
251 void *module, const char *setting, const lldb::TargetSP &target_sp) { in LLDBSWIGPython_GetDynamicSetting()
256 lldb::TargetSP target_sp, const char *python_class_name, in LLDBSwigPythonCreateScriptedStopHook()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h26 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
40 ProcessWindows(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
67 bool CanDebug(lldb::TargetSP target_sp,
/llvm-project-15.0.7/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,

1234567