Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp65 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
74 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
86 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
95 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
105 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
115 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
125 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
134 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
143 BreakpointLocationSP loc_sp = GetSP(); in GetCondition()
153 BreakpointLocationSP loc_sp = GetSP(); in SetAutoContinue()
[all …]
H A DSBSection.cpp44 SectionSP section_sp(GetSP()); in IsValid()
49 SectionSP section_sp(GetSP()); in GetName()
57 SectionSP section_sp(GetSP()); in GetParent()
69 SectionSP section_sp(GetSP()); in FindSubSection()
80 SectionSP section_sp(GetSP()); in GetNumSubSections()
88 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex()
102 SectionSP section_sp(GetSP()); in GetFileAddress()
119 SectionSP section_sp(GetSP()); in GetByteSize()
126 SectionSP section_sp(GetSP()); in GetFileOffset()
139 SectionSP section_sp(GetSP()); in GetFileByteSize()
[all …]
H A DSBBreakpoint.cpp74 BreakpointSP bkpt_sp = GetSP(); in GetID()
83 BreakpointSP bkpt_sp = GetSP(); in IsValid()
93 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites()
104 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress()
122 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress()
140 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID()
153 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex()
166 BreakpointSP bkpt_sp = GetSP(); in SetEnabled()
178 BreakpointSP bkpt_sp = GetSP(); in IsEnabled()
659 event.GetSP()); in GetBreakpointEventTypeFromEvent()
[all …]
H A DSBModule.cpp78 ModuleSP module_sp(GetSP()); in GetFileSpec()
94 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec()
110 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec()
126 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec()
133 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec()
145 ModuleSP module_sp(GetSP()); in GetUUIDBytes()
166 ModuleSP module_sp(GetSP()); in GetUUIDString()
206 ModuleSP module_sp(GetSP()); in ResolveFileAddress()
219 ModuleSP module_sp(GetSP()); in ResolveSymbolContextForAddress()
229 ModuleSP module_sp(GetSP()); in GetDescription()
[all …]
H A DSBUnixSignals.cpp41 UnixSignalsSP SBUnixSignals::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBUnixSignals
52 if (auto signals_sp = GetSP()) in GetSignalAsCString()
59 if (auto signals_sp = GetSP()) in GetSignalNumberFromName()
66 if (auto signals_sp = GetSP()) in GetShouldSuppress()
74 auto signals_sp = GetSP(); in SetShouldSuppress()
88 if (auto signals_sp = GetSP()) in GetShouldStop()
96 auto signals_sp = GetSP(); in SetShouldStop()
110 if (auto signals_sp = GetSP()) in GetShouldNotify()
118 auto signals_sp = GetSP(); in SetShouldNotify()
132 if (auto signals_sp = GetSP()) in GetNumSignals()
[all …]
H A DSBTarget.cpp152 TargetSP target_sp(GetSP()); in GetProcess()
168 TargetSP target_sp(GetSP()); in GetPlatform()
180 TargetSP target_sp(GetSP()); in GetDebugger()
188 TargetSP target_sp(GetSP()); in GetStatistics()
206 TargetSP target_sp(GetSP()); in SetCollectingStats()
213 TargetSP target_sp(GetSP()); in GetCollectingStats()
227 TargetSP target_sp(GetSP()); in LoadCore()
261 TargetSP target_sp(GetSP()); in Install()
279 TargetSP target_sp(GetSP()); in Launch()
365 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBValue.cpp250 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError()
262 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID()
271 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName()
292 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName()
313 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName()
335 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize()
352 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope()
677 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset()
701 TypeImplSP type_sp(type.GetSP()); in Cast()
1220 return GetSP(locker); in GetSP()
[all …]
H A DSBWatchpoint.cpp57 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
77 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
100 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
113 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
153 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
169 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
[all …]
H A DSBProcess.cpp79 ProcessSP process_sp(GetSP()); in GetPluginName()
87 ProcessSP process_sp(GetSP()); in GetShortPluginName()
124 ProcessSP process_sp(GetSP()); in RemoteLaunch()
162 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID()
195 ProcessSP process_sp(GetSP()); in GetNumThreads()
217 ProcessSP process_sp(GetSP()); in GetSelectedThread()
239 ProcessSP process_sp(GetSP()); in CreateOSPluginThread()
261 ProcessSP process_sp(GetSP()); in GetTarget()
279 ProcessSP process_sp(GetSP()); in PutSTDIN()
296 ProcessSP process_sp(GetSP()); in GetSTDOUT()
[all …]
H A DSBPlatform.cpp224 PlatformSP platform_sp(GetSP()); in GetName()
237 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
244 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
257 PlatformSP platform_sp(GetSP()); in ConnectRemote()
270 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
276 PlatformSP platform_sp(GetSP()); in IsConnected()
283 PlatformSP platform_sp(GetSP()); in GetTriple()
296 PlatformSP platform_sp(GetSP()); in GetOSBuild()
311 PlatformSP platform_sp(GetSP()); in GetOSDescription()
326 PlatformSP platform_sp(GetSP()); in GetHostname()
[all …]
H A DSBTrace.cpp24 lldb::ProcessSP SBTrace::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBTrace
28 ProcessSP process_sp(GetSP()); in GetTraceData()
45 ProcessSP process_sp(GetSP()); in GetMetaData()
62 ProcessSP process_sp(GetSP()); in StopTrace()
73 ProcessSP process_sp(GetSP()); in GetTraceConfig()
106 if (!GetSP()) in IsValid()
H A DSBTypeCategory.cpp306 format.GetSP()); in AddTypeFormat()
309 ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat()
379 summary.GetSP()); in AddTypeSummary()
382 ConstString(type_name.GetName()), summary.GetSP()); in AddTypeSummary()
418 filter.GetSP()); in AddTypeFilter()
421 ConstString(type_name.GetName()), filter.GetSP()); in AddTypeFilter()
491 synth.GetSP()); in AddTypeSynthetic()
494 ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
545 lldb::TypeCategoryImplSP SBTypeCategory::GetSP() { in GetSP() function in SBTypeCategory
H A DSBInstruction.cpp55 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP() function in InstructionImpl
98 TargetSP target_sp(target.GetSP()); in GetMnemonic()
115 TargetSP target_sp(target.GetSP()); in GetOperands()
132 TargetSP target_sp(target.GetSP()); in GetComment()
187 return m_opaque_sp->GetSP(); in GetOpaque()
H A DSBDebugger.cpp376 ProcessSP process_sp(process.GetSP()); in HandleCommand()
412 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent()
678 static_cast<void *>(sb_target.GetSP().get())); in GetDummyTarget()
685 TargetSP target_sp(target.GetSP()); in DeleteTarget()
716 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
723 return m_opaque_sp->GetTargetList().GetIndexOfTarget(target.GetSP()); in GetIndexOfTarget()
793 TargetSP target_sp(sb_target.GetSP()); in SetSelectedTarget()
817 static_cast<void *>(sb_platform.GetSP().get()), in GetSelectedPlatform()
827 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
833 static_cast<void *>(sb_platform.GetSP().get()), in SetSelectedPlatform()
[all …]
H A DSBExecutionContext.cpp34 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext()
39 m_exe_ctx_sp->SetProcessSP(process.GetSP()); in SBExecutionContext()
H A DSBAddress.cpp38 : m_opaque_ap(new Address(section.GetSP(), offset)) {} in SBAddress()
72 addr.SetSection(section.GetSP()); in SetAddress()
94 TargetSP target_sp(target.GetSP()); in GetLoadAddress()
H A DSBListener.cpp54 EventSP &event_sp = event.GetSP(); in AddEvent()
301 return m_opaque_sp->HandleBroadcastEvent(event.GetSP()); in HandleBroadcastEvent()
305 lldb::ListenerSP SBListener::GetSP() { return m_opaque_sp; } in GetSP() function in SBListener
H A DSBTypeSummary.cpp132 SBValue sb_value(valobj.GetSP()); in CreateWithCallback()
252 lldb::ValueObjectSP value_sp = value.GetSP(); in DoesPrintValue()
313 lldb::TypeSummaryImplSP SBTypeSummary::GetSP() { return m_opaque_sp; } in GetSP() function in SBTypeSummary
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp35 ->GetSP(); in Create()
58 ->GetSP(); in Create()
92 ->GetSP(); in Create()
99 return (new ValueObjectConstResult(exe_scope, value, name, module))->GetSP(); in Create()
130 ->GetSP(); in Create()
167 return (new ValueObjectConstResult(exe_scope, error))->GetSP(); in Create()
283 return m_dynamic_value->GetSP(); in GetDynamicValue()
H A DValueObject.cpp475 return child->GetSP(); in GetChildAtIndex()
484 return GetSP(); in GetChildAtIndexPath()
485 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
500 return GetSP(); in GetChildAtIndexPath()
501 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
517 return GetSP(); in GetChildAtNamePath()
518 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
534 return GetSP(); in GetChildAtNamePath()
535 ValueObjectSP root(GetSP()); in GetChildAtNamePath()
2221 ValueObjectSP root = GetSP(); in GetValueForExpressionPath_Impl()
[all …]
H A DValueObjectRegister.cpp110 return (new ValueObjectRegisterSet(exe_scope, reg_ctx_sp, set_idx))->GetSP(); in Create()
201 return valobj->GetSP(); in GetChildMemberWithName()
243 return (new ValueObjectRegister(exe_scope, reg_ctx_sp, reg_num))->GetSP(); in Create()
H A DValueObjectSyntheticFilter.cpp114 return GetSP(); in GetDynamicValue()
282 return valobj->GetSP(); in GetChildAtIndex()
320 return m_parent->GetSP(); in GetNonSyntheticValue()
H A DValueObjectMemory.cpp36 return (new ValueObjectMemory(exe_scope, name, address, type_sp))->GetSP(); in Create()
43 return (new ValueObjectMemory(exe_scope, name, address, ast_type))->GetSP(); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp59 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple()
169 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider()
H A DLibStdcpp.cpp88 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
193 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
362 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex()

12345