| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | TargetList.h | 46 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 D | ExecutionContext.h | 152 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 D | ProcessTrace.h | 30 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 D | Target.h | 500 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 D | SBTarget.cpp | 102 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 D | SBValue.cpp | 99 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 D | SBInstruction.cpp | 116 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 D | SBSourceManager.cpp | 29 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 D | SearchFilter.h | 89 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 D | TargetList.cpp | 50 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 D | ProcessTrace.cpp | 31 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 D | ExecutionContext.cpp | 24 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 D | ProcessFreeBSDKernel.h | 16 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 D | ProcessFreeBSDKernel.cpp | 34 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 D | ScriptedProcess.h | 24 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 D | ProcessMinidump.h | 31 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 D | SymbolContext.h | 71 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 D | SearchFilter.cpp | 72 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 D | ProcessMachCore.h | 24 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 D | StringPrinter.h | 112 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 D | SWIGPythonBridge.h | 65 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 D | ProcessElfCore.h | 35 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 D | ProcessWindows.h | 26 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 D | ProcessKDP.h | 34 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 D | CommandOptionsProcessLaunch.cpp | 92 TargetSP target_sp = in SetOptionValue() 93 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
|