| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSection.cpp | 52 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 D | SBBreakpointLocation.cpp | 58 BreakpointLocationSP SBBreakpointLocation::GetSP() const { in GetSP() function in SBBreakpointLocation 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() [all …]
|
| H A D | SBBreakpoint.cpp | 83 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 D | SBModule.cpp | 53 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() const { return m_opaque_sp; } in GetSP() function in SBModule [all …]
|
| H A D | SBWatchpoint.cpp | 54 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 D | SBValue.cpp | 106 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 D | SBUnixSignals.cpp | 43 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 D | SBThreadPlan.cpp | 102 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 D | SBTarget.cpp | 169 if (TargetSP target_sp = GetSP()) { in GetProcess() 180 if (TargetSP target_sp = GetSP()) { in GetPlatform() 192 if (TargetSP target_sp = GetSP()) in GetDebugger() 207 if (TargetSP target_sp = GetSP()) { in GetStatistics() 222 if (TargetSP target_sp = GetSP()) in ResetStatistics() 229 if (TargetSP target_sp = GetSP()) in SetCollectingStats() 236 if (TargetSP target_sp = GetSP()) in GetCollectingStats() 252 if (TargetSP target_sp = GetSP()) { in LoadCore() 274 TargetSP target_sp = GetSP(); in LaunchSimple() 298 if (TargetSP target_sp = GetSP()) { in Install() [all …]
|
| H A D | SBProcess.cpp | 89 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() 169 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID() 192 ProcessSP process_sp(GetSP()); in GetNumThreads() 211 ProcessSP process_sp(GetSP()); in GetSelectedThread() 228 ProcessSP process_sp(GetSP()); in CreateOSPluginThread() 244 ProcessSP process_sp(GetSP()); in GetTarget() 257 ProcessSP process_sp(GetSP()); in PutSTDIN() [all …]
|
| H A D | SBPlatform.cpp | 343 PlatformSP platform_sp(GetSP()); in GetName() 349 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP() function in SBPlatform 358 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory() 367 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory() 382 PlatformSP platform_sp(GetSP()); in ConnectRemote() 396 PlatformSP platform_sp(GetSP()); in DisconnectRemote() 404 PlatformSP platform_sp(GetSP()); in IsConnected() 413 PlatformSP platform_sp(GetSP()); in GetTriple() 428 PlatformSP platform_sp(GetSP()); in GetOSBuild() 443 PlatformSP platform_sp(GetSP()); in GetOSDescription() [all …]
|
| H A D | SBTypeCategory.cpp | 185 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 D | SBInstruction.cpp | 56 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP() function in InstructionImpl 117 TargetSP target_sp(target.GetSP()); in GetMnemonic() 136 TargetSP target_sp(target.GetSP()); in GetOperands() 155 TargetSP target_sp(target.GetSP()); in GetComment() 172 TargetSP target_sp(target.GetSP()); in GetControlFlowKind() 237 return m_opaque_sp->GetSP(); in GetOpaque()
|
| H A D | SBSaveCoreOptions.cpp | 81 return m_opaque_up->SetProcess(process.GetSP()); in SetProcess() 86 return m_opaque_up->AddThread(thread.GetSP()); in AddThread() 91 return m_opaque_up->RemoveThread(thread.GetSP()); in RemoveThread()
|
| H A D | SBExecutionContext.cpp | 39 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext() 46 m_exe_ctx_sp->SetProcessSP(process.GetSP()); in SBExecutionContext()
|
| H A D | SBAddress.cpp | 38 : 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 D | SBDebugger.cpp | 542 ProcessSP process_sp(process.GetSP()); in HandleCommand() 593 TargetSP target_sp(process.GetTarget().GetSP()); in HandleProcessEvent() 925 static_cast<void *>(sb_target.GetSP().get())); in GetDummyTarget() 945 TargetSP target_sp(target.GetSP()); in DeleteTarget() 976 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget() 983 return m_opaque_sp->GetTargetList().GetIndexOfTarget(target.GetSP()); in GetIndexOfTarget() 1063 TargetSP target_sp(sb_target.GetSP()); in SetSelectedTarget() 1088 static_cast<void *>(sb_platform.GetSP().get()), in GetSelectedPlatform() 1100 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform() 1105 static_cast<void *>(sb_platform.GetSP().get()), in SetSelectedPlatform() [all …]
|
| H A D | SBListener.cpp | 62 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/ValueObject/ |
| H A D | ValueObjectConstResult.cpp | 36 ->GetSP(); in Create() 60 ->GetSP(); in Create() 96 ->GetSP(); in Create() 105 ->GetSP(); in Create() 136 ->GetSP(); in Create() 173 ->GetSP(); in Create() 291 return m_dynamic_value->GetSP(); in GetDynamicValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcppUniquePointer.cpp | 60 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple() 116 return m_ptr_obj->GetSP(); in GetChildAtIndex() 118 return m_del_obj->GetSP(); in GetChildAtIndex() 169 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider()
|
| H A D | LibStdcpp.cpp | 96 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 198 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 269 return m_ptr_obj->GetSP(); in GetChildAtIndex() 272 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex() 285 auto backend = m_backend.GetSP(); in Update()
|
| H A D | MsvcStlSmartPointer.cpp | 125 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex() 130 return m_ptr_obj->GetSP(); in GetChildAtIndex() 146 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 245 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
|
| H A D | LibCxxTuple.cpp | 73 return m_elements[idx]->GetSP(); in GetChildAtIndex() 89 return m_elements[idx]->GetSP(); in GetChildAtIndex()
|
| H A D | LibStdcppTuple.cpp | 57 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in Update() 90 return m_members[idx]->GetSP(); in GetChildAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThreadPlan.h | 137 lldb::ThreadPlanSP GetSP() const { return m_opaque_wp.lock(); } in GetSP() function 138 lldb_private::ThreadPlan *get() const { return GetSP().get(); } in get()
|