| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | TargetList.h | 105 lldb::TargetSP &target_sp); 119 lldb::TargetSP &target_sp); 138 DeleteTarget (lldb::TargetSP &target_sp); 143 lldb::TargetSP 147 GetIndexOfTarget (lldb::TargetSP target_sp) const; 172 lldb::TargetSP 188 lldb::TargetSP 191 lldb::TargetSP 194 lldb::TargetSP 221 lldb::TargetSP [all …]
|
| HD | ExecutionContext.h | 182 SetTargetSP (const lldb::TargetSP &target_sp); 257 lldb::TargetSP 393 ExecutionContext (const lldb::TargetSP &target_sp, bool get_process); 591 const lldb::TargetSP & 634 SetTargetSP (const lldb::TargetSP &target_sp); 690 SetContext (const lldb::TargetSP &target_sp, bool get_process); 774 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
|
| HD | Target.h | 539 TargetEventData (const lldb::TargetSP &target_sp); 541 TargetEventData (const lldb::TargetSP &target_sp, const ModuleList &module_list); 561 static lldb::TargetSP 567 const lldb::TargetSP & 580 lldb::TargetSP m_target_sp; 1202 virtual lldb::TargetSP 1298 lldb::TargetSP & 1346 lldb::TargetSP m_target_sp; 1354 StopHook (lldb::TargetSP target_sp, lldb::user_id_t uid);
|
| HD | ExecutionContextScope.h | 45 virtual lldb::TargetSP
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 111 SBTarget::SBTarget(const TargetSP& target_sp) : in SBTarget() 174 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 LoadCore() 264 TargetSP target_sp(GetSP()); in Install() 292 TargetSP target_sp(GetSP()); in Launch() 387 TargetSP target_sp(GetSP()); in Launch() 450 TargetSP target_sp(GetSP()); in Attach() 524 TargetSP target_sp(GetSP()); in AttachToProcessWithID() [all …]
|
| HD | SBDebugger.cpp | 425 TargetSP target_sp (m_opaque_sp->GetSelectedTarget()); in HandleCommand() 481 TargetSP target_sp (process.GetTarget().GetSP()); in HandleProcessEvent() 621 TargetSP target_sp; in CreateTarget() 658 TargetSP target_sp; in CreateTargetWithFileAndTargetTriple() 686 TargetSP target_sp; in CreateTargetWithFileAndArch() 718 TargetSP target_sp; in CreateTarget() 750 TargetSP target_sp(target.GetSP()); in DeleteTarget() 786 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget() 816 …TargetSP target_sp (m_opaque_sp->GetTargetList().FindTargetWithExecutableAndArchitecture (FileSpec… in FindTargetWithFileAndArch() 852 TargetSP target_sp; in GetSelectedTarget() [all …]
|
| HD | SBInstruction.cpp | 80 TargetSP target_sp (target.GetSP()); in GetMnemonic() 99 TargetSP target_sp (target.GetSP()); in GetOperands() 118 TargetSP target_sp (target.GetSP()); in GetComment()
|
| HD | SBSourceManager.cpp | 34 SourceManagerImpl (const lldb::TargetSP &target_sp) : in SourceManagerImpl() 59 lldb::TargetSP target_sp (m_target_wp.lock()); in DisplaySourceLinesWithLineNumbers()
|
| HD | SBValue.cpp | 115 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid() 209 TargetSP 215 return TargetSP(); in GetTargetSP() 962 TargetSP target_sp; in GetChildAtIndex() 1027 TargetSP target_sp; in GetChildMemberWithName() 1341 TargetSP target_sp; in GetTarget() 1460 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1479 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1497 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1610 TargetSP target_sp (value_sp->GetTargetSP()); in GetLoadAddress() [all …]
|
| HD | SystemInitializerFull.cpp | 182 lldb::TargetSP& target, 200 const lldb::TargetSP& target_sp);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | TargetList.cpp | 69 TargetSP &target_sp) in CreateTarget() 86 TargetSP &target_sp) in CreateTarget() 103 TargetSP &target_sp, in CreateTargetInternal() 331 lldb::TargetSP 351 lldb::TargetSP &target_sp) in CreateDummyTarget() 369 lldb::TargetSP &target_sp, in CreateTargetInternal() 518 TargetList::DeleteTarget (TargetSP &target_sp) in DeleteTarget() 535 TargetSP 543 TargetSP target_sp; in FindTargetWithExecutableAndArchitecture() 568 TargetSP [all …]
|
| HD | ExecutionContext.cpp | 37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext() 83 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext() 347 ExecutionContext::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP() 407 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext() 645 ExecutionContextRef::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP() 706 lldb::TargetSP target_sp (target->shared_from_this()); in SetTargetPtr() 784 lldb::TargetSP 787 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
|
| HD | ThreadPlanStepUntil.cpp | 54 TargetSP target_sp (m_thread.CalculateTarget()); in ThreadPlanStepUntil() 107 TargetSP target_sp (m_thread.CalculateTarget()); in Clear() 347 TargetSP target_sp (m_thread.CalculateTarget()); in DoWillResume() 373 TargetSP target_sp (m_thread.CalculateTarget()); in WillStop()
|
| HD | ThreadPlanTracer.cpp | 65 TargetSP target_sp (m_thread.CalculateTarget()); in GetLogStream() 135 TargetSP target_sp (m_thread.CalculateTarget()); in GetIntPointerType()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | SearchFilter.h | 104 SearchFilter (const lldb::TargetSP &target_sp); 257 SetTarget(lldb::TargetSP &target_sp) in SetTarget() 262 lldb::TargetSP m_target_sp; // Every filter has to be associated with a target for 274 …SearchFilterForUnconstrainedSearches (const lldb::TargetSP &target_sp) : SearchFilter(target_sp) {} in SearchFilterForUnconstrainedSearches() 309 SearchFilterByModule (const lldb::TargetSP &targetSP, 370 SearchFilterByModuleList (const lldb::TargetSP &targetSP, 431 SearchFilterByModuleListAndCU (const lldb::TargetSP &targetSP,
|
| HD | Debugger.h | 61 static lldb::TargetSP 64 static lldb::TargetSP 153 lldb::TargetSP
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | SymbolContext.h | 84 SymbolContext (const lldb::TargetSP &target_sp, 370 lldb::TargetSP target_sp; ///< The Target for a given query 397 SymbolContextSpecifier (const lldb::TargetSP& target_sp); 420 lldb::TargetSP m_target_sp;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBTarget.h | 51 SBTarget (const lldb::TargetSP& target_sp); 805 lldb::TargetSP 809 SetSP (const lldb::TargetSP& target_sp); 817 lldb::TargetSP m_opaque_sp;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRMemoryMap.cpp | 21 IRMemoryMap::IRMemoryMap (lldb::TargetSP target_sp) : in IRMemoryMap() 52 lldb::TargetSP target_sp = m_target_wp.lock(); in FindSpace() 156 lldb::TargetSP target_sp = m_target_wp.lock(); in GetByteOrder() 172 lldb::TargetSP target_sp = m_target_wp.lock(); in GetAddressByteSize() 188 lldb::TargetSP target_sp = m_target_wp.lock(); in GetBestExecutionContextScope() 585 lldb::TargetSP target_sp = m_target_wp.lock(); in ReadMemory()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | IRMemoryMap.h | 41 IRMemoryMap (lldb::TargetSP target_sp); 72 lldb::TargetSP
|
| HD | ClangASTSource.h | 49 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() 405 …const lldb::TargetSP m_target; ///< The target to use in finding variable…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | SearchFilter.cpp | 45 SearchFilter::SearchFilter(const TargetSP &target_sp) : in SearchFilter() 126 TargetSP target_sp = breakpoint.GetTargetSP(); in CopyForBreakpoint() 333 SearchFilterByModule::SearchFilterByModule (const lldb::TargetSP &target_sp, const FileSpec &module… in SearchFilterByModule() 485 SearchFilterByModuleList::SearchFilterByModuleList (const lldb::TargetSP &target_sp, in SearchFilterByModuleList() 668 SearchFilterByModuleListAndCU::SearchFilterByModuleListAndCU (const lldb::TargetSP &target_sp, in SearchFilterByModuleListAndCU()
|
| HD | Debugger.cpp | 195 TargetSP target_sp; in SetPropertyValue() 611 TargetSP 614 TargetSP target_sp; in FindTargetWithProcessID() 630 TargetSP 633 TargetSP target_sp; in FindTargetWithProcess() 721 TargetSP target_sp (m_target_list.GetTargetAtIndex (i)); in Clear() 837 TargetSP target_sp(GetSelectedTarget()); in GetSelectedExecutionContext() 1379 TargetSP target_sp = GetTargetList().GetSelectedTarget(); in GetProcessSTDOUT() 1411 TargetSP target_sp = GetTargetList().GetSelectedTarget(); in GetProcessSTDERR()
|
| HD | ValueObjectMemory.cpp | 67 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory() 103 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | TypeFormat.cpp | 104 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() 185 TargetSP target_sp; in FormatObject()
|