Home
last modified time | relevance | path

Searched refs:GetSP (Results 1 – 25 of 117) 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()
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.cpp69 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()
170 BreakpointLocationSP loc_sp = GetSP(); in GetCondition()
[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()
736 event.GetSP()); in GetBreakpointEventTypeFromEvent()
[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()); in GetWatchAddress()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
137 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
157 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
170 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
195 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
[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()
176 ModuleSP module_sp(GetSP()); in GetUUIDString()
217 ModuleSP module_sp(GetSP()); in ResolveFileAddress()
232 ModuleSP module_sp(GetSP()); in ResolveSymbolContextForAddress()
[all …]
H A DSBProcess.cpp86 ProcessSP process_sp(GetSP()); in GetPluginName()
96 ProcessSP process_sp(GetSP()); in GetShortPluginName()
133 ProcessSP process_sp(GetSP()); in RemoteLaunch()
165 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID()
188 ProcessSP process_sp(GetSP()); in GetNumThreads()
206 ProcessSP process_sp(GetSP()); in GetSelectedThread()
223 ProcessSP process_sp(GetSP()); in CreateOSPluginThread()
239 ProcessSP process_sp(GetSP()); in GetTarget()
252 ProcessSP process_sp(GetSP()); in PutSTDIN()
265 ProcessSP process_sp(GetSP()); in GetSTDOUT()
[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 DSBValue.cpp271 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()
554 TypeImplSP type_sp(type.GetSP()); in CreateChildAtOffset()
570 TypeImplSP type_sp(type.GetSP()); in Cast()
1051 lldb::ValueObjectSP SBValue::GetSP() const { in GetSP() function in SBValue
1055 return GetSP(locker); in GetSP()
[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()
245 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
285 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
321 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
354 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
385 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
[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()
204 TargetSP target_sp(GetSP()); in GetStatistics()
218 TargetSP target_sp(GetSP()); in SetCollectingStats()
227 TargetSP target_sp(GetSP()); in GetCollectingStats()
244 TargetSP target_sp(GetSP()); in LoadCore()
291 TargetSP target_sp(GetSP()); in Install()
311 TargetSP target_sp(GetSP()); in Launch()
388 TargetSP target_sp(GetSP()); in Launch()
[all …]
H A DSBPlatform.cpp344 PlatformSP platform_sp(GetSP()); in GetName()
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()
459 PlatformSP platform_sp(GetSP()); in GetHostname()
[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()
407 m_opaque_sp->AddTypeFilter(type_name.GetSP(), filter.GetSP()); in AddTypeFilter()
420 return m_opaque_sp->DeleteTypeFilter(type_name.GetSP()); in DeleteTypeFilter()
470 m_opaque_sp->AddTypeSynthetic(type_name.GetSP(), synth.GetSP()); in AddTypeSynthetic()
[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()
180 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider()
H A DLibStdcpp.cpp98 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
199 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
379 return m_ptr_obj->GetSP(); in GetChildAtIndex()
388 return m_obj_obj->GetSP(); in GetChildAtIndex()
394 auto backend = m_backend.GetSP(); in Update()
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()
/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()
291 return m_dynamic_value->GetSP(); in GetDynamicValue()
H A DValueObjectRegister.cpp49 ->GetSP(); in Create()
140 return valobj->GetSP(); in GetChildMemberWithName()
181 ->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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectUpdater.h36 lldb::ValueObjectSP GetSP();

12345