Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/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.cpp58 BreakpointLocationSP SBBreakpointLocation::GetSP() const {
69 return bool(GetSP()); in operator bool()
75 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
87 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
101 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
112 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
124 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
136 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
148 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
159 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
59 BreakpointLocationSP SBBreakpointLocation::GetSP() const { GetSP() function in SBBreakpointLocation
[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()
109 lldb::WatchpointSP watchpoint_sp(GetSP());
124 lldb::WatchpointSP watchpoint_sp(GetSP());
137 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
157 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
170 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
256 lldb::WatchpointSP SBWatchpoint::GetSP() const { GetSP() function in SBWatchpoint
[all...]
H A DSBBreakpoint.cpp83 BreakpointSP bkpt_sp = GetSP(); in GetTarget()
94 BreakpointSP bkpt_sp = GetSP(); in GetID()
108 BreakpointSP bkpt_sp = GetSP(); in operator bool()
120 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
133 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
153 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
173 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
188 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
202 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
214 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()
176 ModuleSP module_sp(GetSP()); in GetUUIDString()
209 ModuleSP SBModule::GetSP() cons function in SBModule
[all...]
H A DSBValue.cpp106 lldb::ValueObjectSP GetSP(Process::StopLocker &stop_locker, in GetSP() function in ValueImpl
209 return in_value.GetSP(m_stop_locker, m_lock, m_lock_error); in GetLockedSP()
271 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError()
285 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID()
295 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName()
306 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName()
317 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName()
330 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize()
344 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope()
356 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue()
[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 DSBThreadPlan.cpp102 return static_cast<bool>(GetSP()); in operator bool()
132 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread()
142 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription()
158 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete()
166 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete()
175 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale()
184 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid()
193 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers()
202 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers()
226 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange()
[all...]
H A DSBProcess.cpp89 ProcessSP process_sp(GetSP()); in GetPluginName()
99 ProcessSP process_sp(GetSP()); in GetShortPluginName()
106 lldb::ProcessSP SBProcess::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBProcess
136 ProcessSP process_sp(GetSP()); in RemoteLaunch()
168 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID()
191 ProcessSP process_sp(GetSP()); in GetNumThreads()
209 ProcessSP process_sp(GetSP()); in GetSelectedThread()
226 ProcessSP process_sp(GetSP()); in CreateOSPluginThread()
242 ProcessSP process_sp(GetSP()); in GetTarget()
255 ProcessSP process_sp(GetSP()); in PutSTDIN()
[all …]
H A DSBTarget.cpp168 TargetSP target_sp(GetSP()); in GetProcess()
180 TargetSP target_sp(GetSP()); in GetPlatform()
194 TargetSP target_sp(GetSP()); in GetDebugger()
210 TargetSP target_sp(GetSP()); in GetStatistics()
225 TargetSP target_sp(GetSP()); in SetCollectingStats()
234 TargetSP target_sp(GetSP()); in GetCollectingStats()
251 TargetSP target_sp(GetSP()); in LoadCore()
274 TargetSP target_sp = GetSP(); in LaunchSimple()
298 TargetSP target_sp(GetSP()); in Install()
318 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBPlatform.cpp344 PlatformSP platform_sp(GetSP()); in GetName()
350 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in SetSP()
359 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
368 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
383 PlatformSP platform_sp(GetSP()); in ConnectRemote()
397 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
405 PlatformSP platform_sp(GetSP()); in IsConnected()
414 PlatformSP platform_sp(GetSP()); in GetTriple()
429 PlatformSP platform_sp(GetSP()); in GetOSBuild()
444 PlatformSP platform_sp(GetSP()); in GetOSDescription()
347 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } GetSP() function in SBPlatform
[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
118 TargetSP target_sp(target.GetSP()); in GetMnemonic()
137 TargetSP target_sp(target.GetSP()); in GetOperands()
156 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.cpp585 ProcessSP process_sp(process.GetSP()); in HandleCommand()
636 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent()
964 static_cast<void *>(sb_target.GetSP().get())); in GetDummyTarget()
973 TargetSP target_sp(target.GetSP()); in DeleteTarget()
1004 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
1011 return m_opaque_sp->GetTargetList().GetIndexOfTarget(target.GetSP()); in GetIndexOfTarget()
1091 TargetSP target_sp(sb_target.GetSP()); in SetSelectedTarget()
1116 static_cast<void *>(sb_platform.GetSP().get()), in GetSelectedPlatform()
1128 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1133 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
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp63 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple()
121 return m_ptr_obj->GetSP(); in GetChildAtIndex()
123 return m_del_obj->GetSP(); in GetChildAtIndex()
133 return m_obj_obj->GetSP(); in GetChildAtIndex()
181 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider()
H A DLibStdcpp.cpp98 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
200 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
386 return m_ptr_obj->GetSP(); in GetChildAtIndex()
395 return m_obj_obj->GetSP(); in GetChildAtIndex()
401 auto backend = m_backend.GetSP(); in Update()
H A DLibCxxTuple.cpp69 return m_elements[idx]->GetSP(); in GetChildAtIndex()
85 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()
/freebsd/contrib/llvm-project/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()
288 return m_dynamic_value->GetSP(); in GetDynamicValue()
H A DValueObject.cpp390 return child->GetSP(); in GetChildAtIndex()
398 return GetSP(); in GetChildAtNamePath()
399 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
436 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName()
1731 synthetic_child_sp = pos->second->GetSP(); in GetSyntheticChild()
1802 synthetic_child_sp = synthetic_child->GetSP(); in GetSyntheticArrayMember()
1836 synthetic_child_sp = synthetic_child->GetSP(); in GetSyntheticBitFieldChild()
1875 synthetic_child_sp = synthetic_child->GetSP(); in GetSyntheticChildAtOffset()
1917 synthetic_child_sp = synthetic_child->GetSP(); in GetSyntheticBase()
2009 return m_dynamic_value->GetSP(); in GetDynamicValue()
[all …]
H A DValueObjectRegister.cpp49 ->GetSP(); in Create()
137 return valobj->GetSP(); in GetChildMemberWithName()
178 ->GetSP(); in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h134 lldb::ThreadPlanSP GetSP() const { return m_opaque_wp.lock(); } in GetSP() function
135 lldb_private::ThreadPlan *get() const { return GetSP().get(); } in get()

12345