Home
last modified time | relevance | path

Searched refs:GetSP (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp52 SectionSP section_sp(GetSP()); in operator bool()
59 SectionSP section_sp(GetSP()); in GetName()
69 SectionSP section_sp(GetSP()); in GetParent()
96 SectionSP section_sp(GetSP()); in GetNumSubSections()
106 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
122 SectionSP section_sp(GetSP()); in GetFileAddress()
143 SectionSP section_sp(GetSP()); in GetByteSize()
152 SectionSP section_sp(GetSP()); in GetFileOffset()
167 SectionSP section_sp(GetSP()); in GetFileByteSize()
183 SectionSP section_sp(GetSP()); in GetSectionData()
[all …]
H A DSBBreakpointLocation.cpp68 return bool(GetSP()); in operator bool()
74 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
86 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
100 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
111 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
123 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
135 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
147 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
158 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
169 BreakpointLocationSP loc_sp = GetSP(); in GetCondition()
[all …]
H A DSBBreakpoint.cpp84 BreakpointSP bkpt_sp = GetSP(); in GetTarget()
95 BreakpointSP bkpt_sp = GetSP(); in GetID()
109 BreakpointSP bkpt_sp = GetSP(); in operator bool()
121 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
134 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
154 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
174 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
189 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
203 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
738 event.GetSP()); in GetBreakpointEventTypeFromEvent()
[all …]
H A DSBModule.cpp94 ModuleSP module_sp(GetSP()); in IsFileBacked()
109 ModuleSP module_sp(GetSP()); in GetFileSpec()
120 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec()
132 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec()
145 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec()
154 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec()
166 ModuleSP module_sp(GetSP()); in GetUUIDBytes()
177 ModuleSP module_sp(GetSP()); in GetUUIDString()
217 ModuleSP module_sp(GetSP()); in ResolveFileAddress()
232 ModuleSP module_sp(GetSP()); in ResolveSymbolContextForAddress()
[all …]
H A DSBUnixSignals.cpp62 return static_cast<bool>(GetSP()); in operator bool()
68 if (auto signals_sp = GetSP()) in GetSignalAsCString()
77 if (auto signals_sp = GetSP()) in GetSignalNumberFromName()
86 if (auto signals_sp = GetSP()) in GetShouldSuppress()
95 auto signals_sp = GetSP(); in SetShouldSuppress()
106 if (auto signals_sp = GetSP()) in GetShouldStop()
115 auto signals_sp = GetSP(); in SetShouldStop()
126 if (auto signals_sp = GetSP()) in GetShouldNotify()
135 auto signals_sp = GetSP(); in SetShouldNotify()
146 if (auto signals_sp = GetSP()) in GetNumSignals()
[all …]
H A DSBProcess.cpp85 ProcessSP process_sp(GetSP()); in GetPluginName()
95 ProcessSP process_sp(GetSP()); in GetShortPluginName()
132 ProcessSP process_sp(GetSP()); in RemoteLaunch()
164 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID()
187 ProcessSP process_sp(GetSP()); in GetNumThreads()
205 ProcessSP process_sp(GetSP()); in GetSelectedThread()
222 ProcessSP process_sp(GetSP()); in CreateOSPluginThread()
238 ProcessSP process_sp(GetSP()); in GetTarget()
251 ProcessSP process_sp(GetSP()); in PutSTDIN()
264 ProcessSP process_sp(GetSP()); in GetSTDOUT()
[all …]
H A DSBWatchpoint.cpp54 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
74 return GetSP() == rhs.GetSP(); in operator ==()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
99 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
114 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
129 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
162 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
175 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
188 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
[all …]
H A DSBThreadPlan.cpp103 return static_cast<bool>(GetSP()); in operator bool()
133 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread()
143 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription()
159 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete()
167 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete()
246 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
286 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
322 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
355 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
386 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
[all …]
H A DSBValue.cpp267 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError()
281 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID()
292 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName()
304 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName()
317 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName()
331 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize()
564 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset()
580 TypeImplSP type_sp(type.GetSP()); in Cast()
1057 lldb::ValueObjectSP SBValue::GetSP() const { in GetSP() function in SBValue
1061 return GetSP(locker); in GetSP()
[all …]
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 DSBPlatform.cpp340 PlatformSP platform_sp(GetSP()); in GetName()
355 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
364 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
379 PlatformSP platform_sp(GetSP()); in ConnectRemote()
393 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
401 PlatformSP platform_sp(GetSP()); in IsConnected()
410 PlatformSP platform_sp(GetSP()); in GetTriple()
425 PlatformSP platform_sp(GetSP()); in GetOSBuild()
440 PlatformSP platform_sp(GetSP()); in GetOSDescription()
455 PlatformSP platform_sp(GetSP()); in GetHostname()
[all …]
H A DSBTypeCategory.cpp345 RegularExpression(type_name.GetName()), format.GetSP()); in AddTypeFormat()
348 ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat()
419 RegularExpression(type_name.GetName()), summary.GetSP()); in AddTypeSummary()
422 ConstString(type_name.GetName()), summary.GetSP()); in AddTypeSummary()
459 RegularExpression(type_name.GetName()), filter.GetSP()); in AddTypeFilter()
462 ConstString(type_name.GetName()), filter.GetSP()); in AddTypeFilter()
533 RegularExpression(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
536 ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
596 lldb::TypeCategoryImplSP SBTypeCategory::GetSP() { in GetSP() function in SBTypeCategory
H A DSBInstruction.cpp57 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP() function in InstructionImpl
116 TargetSP target_sp(target.GetSP()); in GetMnemonic()
135 TargetSP target_sp(target.GetSP()); in GetOperands()
154 TargetSP target_sp(target.GetSP()); in GetComment()
219 return m_opaque_sp->GetSP(); in GetOpaque()
H A DSBExecutionContext.cpp39 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext()
46 m_exe_ctx_sp->SetProcessSP(process.GetSP()); in SBExecutionContext()
H A DSBDebugger.cpp536 ProcessSP process_sp(process.GetSP()); in HandleCommand()
587 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent()
912 static_cast<void *>(sb_target.GetSP().get())); in GetDummyTarget()
921 TargetSP target_sp(target.GetSP()); in DeleteTarget()
952 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
959 return m_opaque_sp->GetTargetList().GetIndexOfTarget(target.GetSP()); in GetIndexOfTarget()
1039 TargetSP target_sp(sb_target.GetSP()); in SetSelectedTarget()
1064 static_cast<void *>(sb_platform.GetSP().get()), in GetSelectedPlatform()
1076 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1081 static_cast<void *>(sb_platform.GetSP().get()), in SetSelectedPlatform()
[all …]
H A DSBAddress.cpp38 : m_opaque_up(new Address(section.GetSP(), offset)) { in SBAddress()
92 addr.SetSection(section.GetSP()); in SetAddress()
111 TargetSP target_sp(target.GetSP()); in GetLoadAddress()
H A DSBListener.cpp62 EventSP &event_sp = event.GetSP(); in AddEvent()
282 return m_opaque_sp->HandleBroadcastEvent(event.GetSP()); in HandleBroadcastEvent()
286 lldb::ListenerSP SBListener::GetSP() { return m_opaque_sp; } in GetSP() function in SBListener
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp63 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple()
130 return m_ptr_obj->GetSP(); in GetChildAtIndex()
132 return m_del_obj->GetSP(); in GetChildAtIndex()
134 return m_obj_obj->GetSP(); in GetChildAtIndex()
180 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider()
H A DLibCxxTuple.cpp67 return m_elements[idx]->GetSP(); in GetChildAtIndex()
83 return m_elements[idx]->GetSP(); in GetChildAtIndex()
H A DLibStdcppTuple.cpp59 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in Update()
94 return m_members[idx]->GetSP(); in GetChildAtIndex()
H A DLibStdcpp.cpp87 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
192 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
363 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectConstResult.cpp35 ->GetSP(); in Create()
59 ->GetSP(); in Create()
95 ->GetSP(); in Create()
105 ->GetSP(); in Create()
136 ->GetSP(); in Create()
173 return (new ValueObjectConstResult(exe_scope, *manager_sp, error))->GetSP(); in Create()
290 return m_dynamic_value->GetSP(); in GetDynamicValue()
H A DValueObject.cpp390 return child->GetSP(); in GetChildAtIndex()
399 return GetSP(); in GetChildAtIndexPath()
400 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
415 return GetSP(); in GetChildAtIndexPath()
416 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
432 return GetSP(); in GetChildAtNamePath()
433 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
449 return GetSP(); in GetChildAtNamePath()
450 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
489 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName()
[all …]
H A DValueObjectRegister.cpp48 ->GetSP(); in Create()
140 return valobj->GetSP(); in GetChildMemberWithName()
183 ->GetSP(); in Create()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThreadPlan.h125 lldb::ThreadPlanSP GetSP() const { return m_opaque_wp.lock(); } in GetSP() function
126 lldb_private::ThreadPlan *get() const { return GetSP().get(); } in get()

123456