/external/llvm-project/lldb/include/lldb/Target/ |
D | TargetList.h | 85 lldb::TargetSP &target_sp); 94 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp); 110 bool DeleteTarget(lldb::TargetSP &target_sp); 114 lldb::TargetSP GetTargetAtIndex(uint32_t index) const; 116 uint32_t GetIndexOfTarget(lldb::TargetSP target_sp) const; 139 lldb::TargetSP FindTargetWithExecutableAndArchitecture( 153 lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid) const; 155 lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const; 157 lldb::TargetSP GetTargetSP(Target *target) const; 178 lldb::TargetSP GetSelectedTarget(); [all …]
|
D | ExecutionContext.h | 152 void SetTargetSP(const lldb::TargetSP &target_sp); 212 lldb::TargetSP GetTargetSP() const; 303 ExecutionContext(const lldb::TargetSP &target_sp, bool get_process); 453 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP() 471 void SetTargetSP(const lldb::TargetSP &target_sp); 502 void SetContext(const lldb::TargetSP &target_sp, bool get_process); 560 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
|
D | ProcessTrace.h | 28 ProcessTrace(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp); 32 bool CanDebug(lldb::TargetSP target_sp, 78 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
|
D | Target.h | 467 TargetEventData(const lldb::TargetSP &target_sp); 469 TargetEventData(const lldb::TargetSP &target_sp, 484 static lldb::TargetSP GetTargetFromEvent(const Event *event_ptr); 488 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget() 493 lldb::TargetSP m_target_sp; 1032 lldb::TargetSP CalculateTarget() override; 1167 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget() 1205 lldb::TargetSP m_target_sp; 1211 StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid); 1232 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine() [all …]
|
/external/llvm-project/lldb/include/lldb/Core/ |
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 …]
|
D | Debugger.h | 82 static lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid); 84 static lldb::TargetSP FindTargetWithProcess(Process *process); 166 lldb::TargetSP GetSelectedTarget() { in GetSelectedTarget() 436 lldb::TargetSP m_dummy_target_sp;
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 108 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) { in SBTarget() 109 LLDB_RECORD_CONSTRUCTOR(SBTarget, (const lldb::TargetSP &), target_sp); in SBTarget() 181 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() 290 TargetSP target_sp = GetSP(); in LaunchSimple() [all …]
|
D | SBValue.cpp | 101 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid() 167 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() 1186 lldb::TargetSP target_sp = value_sp->GetTargetSP(); in EvaluateExpression() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | TargetList.cpp | 50 TargetSP &target_sp) { in CreateTarget() 60 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget() 68 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal() 279 lldb::TargetSP &target_sp) { in CreateTargetInternal() 400 bool TargetList::DeleteTarget(TargetSP &target_sp) { in DeleteTarget() 413 TargetSP TargetList::FindTargetWithExecutableAndArchitecture( in FindTargetWithExecutableAndArchitecture() 416 TargetSP target_sp; in FindTargetWithExecutableAndArchitecture() 435 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const { in FindTargetWithProcessID() 437 TargetSP target_sp; in FindTargetWithProcessID() 449 TargetSP TargetList::FindTargetWithProcess(Process *process) const { in FindTargetWithProcess() [all …]
|
D | ProcessTrace.cpp | 35 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()
|
D | ExecutionContext.cpp | 26 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() 464 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() 505 lldb::TargetSP target_sp(target->shared_from_this()); in SetTargetPtr() 567 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() 568 lldb::TargetSP target_sp(m_target_wp.lock()); in GetTargetSP()
|
/external/llvm-project/lldb/unittests/Thread/ |
D | ThreadTest.cpp | 45 virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) { in CanDebug() 85 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget() 88 TargetSP target_sp; in CreateTarget() 108 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F() 143 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F()
|
/external/llvm-project/lldb/unittests/Process/ |
D | ProcessEventDataTest.cpp | 47 virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) { in CanDebug() 114 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget() 117 TargetSP target_sp; in CreateTarget() 160 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F() 200 TargetSP target_sp = CreateTarget(debugger_sp, arch); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
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,
|
/external/llvm-project/lldb/source/Plugins/Process/mach-core/ |
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,
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolContext.h | 71 explicit SymbolContext(const lldb::TargetSP &target_sp, 317 lldb::TargetSP target_sp; ///< The Target for a given query 341 SymbolContextSpecifier(const lldb::TargetSP &target_sp); 358 lldb::TargetSP m_target_sp;
|
/external/llvm-project/lldb/unittests/Target/ |
D | ExecutionContextTest.cpp | 52 virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) { in CanDebug() 84 TargetSP target_sp; in TEST_F() 106 TargetSP target_sp; in TEST_F()
|
/external/llvm-project/lldb/source/Core/ |
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() 365 const lldb::TargetSP& target_sp, in CreateFromStructuredData() 400 SearchFilterByModule::SearchFilterByModule(const lldb::TargetSP &target_sp, in SearchFilterByModule() 467 const lldb::TargetSP& target_sp, in CreateFromStructuredData() 509 const lldb::TargetSP &target_sp, const FileSpecList &module_list) in SearchFilterByModuleList() 514 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleList() 603 const lldb::TargetSP& target_sp, in CreateFromStructuredData() 644 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleListAndCU() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
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,
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.h | 26 static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp, 40 ProcessWindows(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp); 69 bool CanDebug(lldb::TargetSP target_sp,
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonTestSuite.cpp | 236 lldb::TargetSP &target, std::string &output) { in LLDBSWIGPythonRunScriptKeywordTarget() 254 const lldb::TargetSP &target_sp) { in LLDBSWIGPython_GetDynamicSetting() 259 lldb::TargetSP target_sp, const char *python_class_name, in LLDBSwigPythonCreateScriptedStopHook()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
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,
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.h | 28 CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp, 41 ProcessFreeBSD(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp, 57 bool CanDebug(lldb::TargetSP target_sp,
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 36 IRMemoryMap(lldb::TargetSP target_sp); 80 lldb::TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | Breakpoint.h | 147 lldb::TargetSP target_sp, StructuredData::ObjectSP &data_object_sp, 457 const lldb::TargetSP GetTargetSP(); 576 static lldb::BreakpointSP CopyFromBreakpoint(lldb::TargetSP new_target,
|