Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp75 return bool(GetSP()); in operator bool()
81 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
94 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
108 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
119 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
131 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
143 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
155 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
167 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
178 BreakpointLocationSP loc_sp = GetSP(); in GetCondition()
[all …]
H A DSBSection.cpp56 SectionSP section_sp(GetSP()); in operator bool()
63 SectionSP section_sp(GetSP()); in GetName()
73 SectionSP section_sp(GetSP()); in GetParent()
101 SectionSP section_sp(GetSP()); in GetNumSubSections()
112 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
128 SectionSP section_sp(GetSP()); in GetFileAddress()
150 SectionSP section_sp(GetSP()); in GetByteSize()
159 SectionSP section_sp(GetSP()); in GetFileOffset()
174 SectionSP section_sp(GetSP()); in GetFileByteSize()
191 SectionSP section_sp(GetSP()); in GetSectionData()
[all …]
H A DSBWatchpoint.cpp56 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
77 return GetSP() == rhs.GetSP(); in operator ==()
91 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
103 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
118 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
133 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
146 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
166 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
192 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
[all …]
H A DSBUnixSignals.cpp66 return static_cast<bool>(GetSP()); in operator bool()
73 if (auto signals_sp = GetSP()) in GetSignalAsCString()
83 if (auto signals_sp = GetSP()) in GetSignalNumberFromName()
93 if (auto signals_sp = GetSP()) in GetShouldSuppress()
103 auto signals_sp = GetSP(); in SetShouldSuppress()
115 if (auto signals_sp = GetSP()) in GetShouldStop()
125 auto signals_sp = GetSP(); in SetShouldStop()
137 if (auto signals_sp = GetSP()) in GetShouldNotify()
147 auto signals_sp = GetSP(); in SetShouldNotify()
158 if (auto signals_sp = GetSP()) in GetNumSignals()
[all …]
H A DSBBreakpoint.cpp87 BreakpointSP bkpt_sp = GetSP(); in GetTarget()
98 BreakpointSP bkpt_sp = GetSP(); in GetID()
112 BreakpointSP bkpt_sp = GetSP(); in operator bool()
124 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
138 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
159 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
180 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
196 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
765 event.GetSP()); in GetBreakpointEventTypeFromEvent()
777 event.GetSP()))); in GetBreakpointFromEvent()
[all …]
H A DSBProcess.cpp89 ProcessSP process_sp(GetSP()); in GetPluginName()
99 ProcessSP process_sp(GetSP()); in GetShortPluginName()
140 ProcessSP process_sp(GetSP()); in RemoteLaunch()
173 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID()
196 ProcessSP process_sp(GetSP()); in GetNumThreads()
215 ProcessSP process_sp(GetSP()); in GetSelectedThread()
233 ProcessSP process_sp(GetSP()); in CreateOSPluginThread()
249 ProcessSP process_sp(GetSP()); in GetTarget()
263 ProcessSP process_sp(GetSP()); in PutSTDIN()
277 ProcessSP process_sp(GetSP()); in GetSTDOUT()
[all …]
H A DSBValue.cpp270 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError()
284 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID()
295 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName()
307 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName()
320 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName()
334 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize()
573 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset()
589 TypeImplSP type_sp(type.GetSP()); in Cast()
1089 lldb::ValueObjectSP SBValue::GetSP() const { in GetSP() function in SBValue
1093 return LLDB_RECORD_RESULT(GetSP(locker)); in GetSP()
[all …]
H A DSBModule.cpp100 ModuleSP module_sp(GetSP()); in GetFileSpec()
112 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec()
125 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec()
139 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec()
149 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec()
161 ModuleSP module_sp(GetSP()); in GetUUIDBytes()
172 ModuleSP module_sp(GetSP()); in GetUUIDString()
215 ModuleSP module_sp(GetSP()); in ResolveFileAddress()
232 ModuleSP module_sp(GetSP()); in ResolveSymbolContextForAddress()
245 ModuleSP module_sp(GetSP()); in GetDescription()
[all …]
H A DSBThreadPlan.cpp108 return static_cast<bool>(GetSP()); in operator bool()
139 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread()
151 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription()
167 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete()
175 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete()
260 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
306 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
348 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
385 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
421 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
[all …]
H A DSBTarget.cpp181 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()
314 TargetSP target_sp(GetSP()); in Install()
337 TargetSP target_sp(GetSP()); in Launch()
417 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBPlatform.cpp372 PlatformSP platform_sp(GetSP()); in GetName()
387 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
397 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
413 PlatformSP platform_sp(GetSP()); in ConnectRemote()
427 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
435 PlatformSP platform_sp(GetSP()); in IsConnected()
444 PlatformSP platform_sp(GetSP()); in GetTriple()
459 PlatformSP platform_sp(GetSP()); in GetOSBuild()
476 PlatformSP platform_sp(GetSP()); in GetOSDescription()
493 PlatformSP platform_sp(GetSP()); in GetHostname()
[all …]
H A DSBTypeCategory.cpp366 RegularExpression(type_name.GetName()), format.GetSP()); in AddTypeFormat()
369 ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat()
443 RegularExpression(type_name.GetName()), summary.GetSP()); in AddTypeSummary()
446 ConstString(type_name.GetName()), summary.GetSP()); in AddTypeSummary()
486 RegularExpression(type_name.GetName()), filter.GetSP()); in AddTypeFilter()
489 ConstString(type_name.GetName()), filter.GetSP()); in AddTypeFilter()
563 RegularExpression(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
566 ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
633 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
121 TargetSP target_sp(target.GetSP()); in GetMnemonic()
141 TargetSP target_sp(target.GetSP()); in GetOperands()
161 TargetSP target_sp(target.GetSP()); in GetComment()
227 return m_opaque_sp->GetSP(); in GetOpaque()
H A DSBExecutionContext.cpp43 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext()
51 m_exe_ctx_sp->SetProcessSP(process.GetSP()); in SBExecutionContext()
H A DSBDebugger.cpp529 ProcessSP process_sp(process.GetSP()); in HandleCommand()
589 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent()
910 static_cast<void *>(sb_target.GetSP().get())); in GetDummyTarget()
920 TargetSP target_sp(target.GetSP()); in DeleteTarget()
953 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
960 return m_opaque_sp->GetTargetList().GetIndexOfTarget(target.GetSP()); in GetIndexOfTarget()
1043 TargetSP target_sp(sb_target.GetSP()); in SetSelectedTarget()
1068 static_cast<void *>(sb_platform.GetSP().get()), in GetSelectedPlatform()
1081 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1086 static_cast<void *>(sb_platform.GetSP().get()), in SetSelectedPlatform()
[all …]
H A DSBAddress.cpp38 : m_opaque_up(new Address(section.GetSP(), offset)) { in SBAddress()
97 addr.SetSection(section.GetSP()); in SetAddress()
117 TargetSP target_sp(target.GetSP()); in GetLoadAddress()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp47 ->GetSP(); in Create()
139 return valobj->GetSP(); in GetChildMemberWithName()
183 ->GetSP(); in Create()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectUpdater.h36 lldb::ValueObjectSP GetSP();

12345