Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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()
83 SectionSP section_sp(GetSP()); in FindSubSection()
96 SectionSP section_sp(GetSP()); in GetNumSubSections()
106 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
112 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBSection
122 SectionSP section_sp(GetSP()); in GetFileAddress()
131 TargetSP target_sp(sb_target.GetSP()); in GetLoadAddress()
133 SectionSP section_sp(GetSP()); in GetLoadAddress()
[all …]
H A DSBBreakpointLocation.cpp59 BreakpointLocationSP SBBreakpointLocation::GetSP() const { in GetSP() function in SBBreakpointLocation
70 return bool(GetSP()); in operator bool()
76 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
88 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
102 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
113 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
125 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
137 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
149 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
160 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
[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()
215 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
[all …]
H A DSBModule.cpp53 ProcessSP process_sp(process.GetSP()); in SBModule()
94 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()
209 ModuleSP SBModule::GetSP() const { return m_opaque_sp; } in GetSP() function in SBModule
[all …]
H A DSBUnixSignals.cpp43 UnixSignalsSP SBUnixSignals::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBUnixSignals
62 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()
[all …]
H A DSBProcess.cpp85 ProcessSP process_sp(GetSP()); in GetPluginName()
95 ProcessSP process_sp(GetSP()); in GetShortPluginName()
102 lldb::ProcessSP SBProcess::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBProcess
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()
[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()
176 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale()
185 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid()
194 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers()
203 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers()
227 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange()
[all …]
H A DSBValue.cpp106 lldb::ValueObjectSP GetSP(Process::StopLocker &stop_locker, in GetSP() function in ValueImpl
205 return in_value.GetSP(m_stop_locker, m_lock, m_lock_error); in GetLockedSP()
267 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()
345 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope()
358 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue()
[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()
266 TargetSP target_sp = GetSP(); in LaunchSimple()
290 TargetSP target_sp(GetSP()); in Install()
310 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBPlatform.cpp340 PlatformSP platform_sp(GetSP()); in GetName()
346 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP() function in SBPlatform
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()
[all …]
H A DSBTypeCategory.cpp185 m_opaque_sp->GetFilterForType(spec.GetSP()); in GetFilterForType()
205 m_opaque_sp->GetFormatForType(spec.GetSP()); in GetFormatForType()
223 m_opaque_sp->GetSummaryForType(spec.GetSP()); in GetSummaryForType()
241 m_opaque_sp->GetSyntheticForType(spec.GetSP()); in GetSyntheticForType()
315 m_opaque_sp->AddTypeFormat(type_name.GetSP(), format.GetSP()); in AddTypeFormat()
328 return m_opaque_sp->DeleteTypeFormat(type_name.GetSP()); in DeleteTypeFormat()
378 m_opaque_sp->AddTypeSummary(type_name.GetSP(), summary.GetSP()); in AddTypeSummary()
391 return m_opaque_sp->DeleteTypeSummary(type_name.GetSP()); in DeleteTypeSummary()
407 m_opaque_sp->AddTypeFilter(type_name.GetSP(), filter.GetSP()); in AddTypeFilter()
420 return m_opaque_sp->DeleteTypeFilter(type_name.GetSP()); in DeleteTypeFilter()
[all …]
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()
173 TargetSP target_sp(target.GetSP()); in GetControlFlowKind()
238 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 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 DSBDebugger.cpp574 ProcessSP process_sp(process.GetSP()); in HandleCommand()
625 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent()
950 static_cast<void *>(sb_target.GetSP().get())); in GetDummyTarget()
959 TargetSP target_sp(target.GetSP()); in DeleteTarget()
990 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
997 return m_opaque_sp->GetTargetList().GetIndexOfTarget(target.GetSP()); in GetIndexOfTarget()
1077 TargetSP target_sp(sb_target.GetSP()); in SetSelectedTarget()
1102 static_cast<void *>(sb_platform.GetSP().get()), in GetSelectedPlatform()
1114 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1119 static_cast<void *>(sb_platform.GetSP().get()), in SetSelectedPlatform()
[all …]
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
/openbsd-src/gnu/llvm/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.cpp89 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
191 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
363 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResult.cpp36 ->GetSP(); in Create()
60 ->GetSP(); in Create()
96 ->GetSP(); in Create()
106 ->GetSP(); in Create()
137 ->GetSP(); in Create()
174 return (new ValueObjectConstResult(exe_scope, *manager_sp, error))->GetSP(); in Create()
291 return m_dynamic_value->GetSP(); in GetDynamicValue()
H A DValueObject.cpp391 return child->GetSP(); in GetChildAtIndex()
400 return GetSP(); in GetChildAtIndexPath()
401 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
416 return GetSP(); in GetChildAtIndexPath()
417 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
433 return GetSP(); in GetChildAtNamePath()
434 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
450 return GetSP(); in GetChildAtNamePath()
451 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
490 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName()
[all …]
H A DValueObjectRegister.cpp49 ->GetSP(); in Create()
141 return valobj->GetSP(); in GetChildMemberWithName()
184 ->GetSP(); in Create()
/openbsd-src/gnu/llvm/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()

12345