/external/llvm-project/lldb/source/API/ |
D | SBBreakpointLocation.cpp | 64 BreakpointLocationSP SBBreakpointLocation::GetSP() const { in GetSP() function in SBBreakpointLocation 75 return bool(GetSP()); in operator bool() 81 BreakpointLocationSP loc_sp = GetSP(); in GetAddress() 94 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress() 108 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled() 119 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled() 131 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount() 143 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount() 155 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount() 167 BreakpointLocationSP loc_sp = GetSP(); in SetCondition() [all …]
|
D | SBSection.cpp | 56 SectionSP section_sp(GetSP()); in operator bool() 63 SectionSP section_sp(GetSP()); in GetName() 73 SectionSP section_sp(GetSP()); in GetParent() 88 SectionSP section_sp(GetSP()); in FindSubSection() 101 SectionSP section_sp(GetSP()); in GetNumSubSections() 112 SectionSP section_sp(GetSP()); in GetSubSectionAtIndex() 118 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBSection 128 SectionSP section_sp(GetSP()); in GetFileAddress() 138 TargetSP target_sp(sb_target.GetSP()); in GetLoadAddress() 140 SectionSP section_sp(GetSP()); in GetLoadAddress() [all …]
|
D | SBWatchpoint.cpp | 56 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID() 77 return GetSP() == rhs.GetSP(); in operator ==() 91 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError() 103 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex() 118 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress() 133 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize() 146 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled() 166 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled() 179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount() 192 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount() [all …]
|
D | SBUnixSignals.cpp | 47 UnixSignalsSP SBUnixSignals::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBUnixSignals 66 return static_cast<bool>(GetSP()); in operator bool() 73 if (auto signals_sp = GetSP()) in GetSignalAsCString() 83 if (auto signals_sp = GetSP()) in GetSignalNumberFromName() 93 if (auto signals_sp = GetSP()) in GetShouldSuppress() 103 auto signals_sp = GetSP(); in SetShouldSuppress() 115 if (auto signals_sp = GetSP()) in GetShouldStop() 125 auto signals_sp = GetSP(); in SetShouldStop() 137 if (auto signals_sp = GetSP()) in GetShouldNotify() 147 auto signals_sp = GetSP(); in SetShouldNotify() [all …]
|
D | SBBreakpoint.cpp | 87 BreakpointSP bkpt_sp = GetSP(); in GetTarget() 98 BreakpointSP bkpt_sp = GetSP(); in GetID() 112 BreakpointSP bkpt_sp = GetSP(); in operator bool() 124 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites() 138 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress() 159 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress() 180 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID() 196 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex() 210 BreakpointSP bkpt_sp = GetSP(); in SetEnabled() 222 BreakpointSP bkpt_sp = GetSP(); in IsEnabled() [all …]
|
D | SBValue.cpp | 108 lldb::ValueObjectSP GetSP(Process::StopLocker &stop_locker, in GetSP() function in ValueImpl 207 return in_value.GetSP(m_stop_locker, m_lock, m_lock_error); in GetLockedSP() 270 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError() 284 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID() 295 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName() 307 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName() 320 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName() 334 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize() 348 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope() 361 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue() [all …]
|
D | SBProcess.cpp | 90 ProcessSP process_sp(GetSP()); in GetPluginName() 100 ProcessSP process_sp(GetSP()); in GetShortPluginName() 107 lldb::ProcessSP SBProcess::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBProcess 141 ProcessSP process_sp(GetSP()); in RemoteLaunch() 174 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID() 197 ProcessSP process_sp(GetSP()); in GetNumThreads() 216 ProcessSP process_sp(GetSP()); in GetSelectedThread() 234 ProcessSP process_sp(GetSP()); in CreateOSPluginThread() 250 ProcessSP process_sp(GetSP()); in GetTarget() 264 ProcessSP process_sp(GetSP()); in PutSTDIN() [all …]
|
D | SBModule.cpp | 57 ProcessSP process_sp(process.GetSP()); in SBModule() 100 ModuleSP module_sp(GetSP()); in GetFileSpec() 112 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec() 125 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec() 139 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec() 149 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec() 161 ModuleSP module_sp(GetSP()); in GetUUIDBytes() 172 ModuleSP module_sp(GetSP()); in GetUUIDString() 206 ModuleSP SBModule::GetSP() const { return m_opaque_sp; } in GetSP() function in SBModule 215 ModuleSP module_sp(GetSP()); in ResolveFileAddress() [all …]
|
D | SBThreadPlan.cpp | 108 return static_cast<bool>(GetSP()); in operator bool() 139 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread() 151 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription() 167 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete() 175 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete() 184 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale() 193 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid() 202 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers() 211 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers() 241 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange() [all …]
|
D | SBTarget.cpp | 181 TargetSP target_sp(GetSP()); in GetProcess() 193 TargetSP target_sp(GetSP()); in GetPlatform() 207 TargetSP target_sp(GetSP()); in GetDebugger() 217 TargetSP target_sp(GetSP()); in GetStatistics() 237 TargetSP target_sp(GetSP()); in SetCollectingStats() 246 TargetSP target_sp(GetSP()); in GetCollectingStats() 265 TargetSP target_sp(GetSP()); in LoadCore() 290 TargetSP target_sp = GetSP(); in LaunchSimple() 314 TargetSP target_sp(GetSP()); in Install() 337 TargetSP target_sp(GetSP()); in Launch() [all …]
|
D | SBPlatform.cpp | 372 PlatformSP platform_sp(GetSP()); in GetName() 378 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP() function in SBPlatform 387 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory() 397 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory() 413 PlatformSP platform_sp(GetSP()); in ConnectRemote() 428 PlatformSP platform_sp(GetSP()); in DisconnectRemote() 436 PlatformSP platform_sp(GetSP()); in IsConnected() 445 PlatformSP platform_sp(GetSP()); in GetTriple() 460 PlatformSP platform_sp(GetSP()); in GetOSBuild() 477 PlatformSP platform_sp(GetSP()); in GetOSDescription() [all …]
|
D | SBTrace.cpp | 25 lldb::ProcessSP SBTrace::GetSP() const { return m_opaque_wp.lock(); } in GetSP() function in SBTrace 33 ProcessSP process_sp(GetSP()); in GetTraceData() 52 ProcessSP process_sp(GetSP()); in GetMetaData() 69 ProcessSP process_sp(GetSP()); in StopTrace() 83 ProcessSP process_sp(GetSP()); in GetTraceConfig() 126 if (!GetSP()) in operator bool()
|
D | SBTypeCategory.cpp | 368 format.GetSP()); in AddTypeFormat() 371 ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat() 447 summary.GetSP()); in AddTypeSummary() 450 ConstString(type_name.GetName()), summary.GetSP()); in AddTypeSummary() 492 filter.GetSP()); in AddTypeFilter() 495 ConstString(type_name.GetName()), filter.GetSP()); in AddTypeFilter() 571 synth.GetSP()); in AddTypeSynthetic() 574 ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic() 641 lldb::TypeCategoryImplSP SBTypeCategory::GetSP() { in GetSP() function in SBTypeCategory
|
D | SBInstruction.cpp | 57 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP() function in InstructionImpl 121 TargetSP target_sp(target.GetSP()); in GetMnemonic() 141 TargetSP target_sp(target.GetSP()); in GetOperands() 161 TargetSP target_sp(target.GetSP()); in GetComment() 227 return m_opaque_sp->GetSP(); in GetOpaque()
|
D | SBExecutionContext.cpp | 43 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext() 51 m_exe_ctx_sp->SetProcessSP(process.GetSP()); in SBExecutionContext()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_selftest.cc | 209 static uint32_t GetSP() __attribute__((noinline)); 210 static uint32_t GetSP() { in GetSP() function 246 static uint32_t GetSP() __attribute__((noinline)); 247 static uint32_t GetSP() { in GetSP() function 302 extern uint32_t GetSP(); 332 context.gpr[1] = GetSP(); in CountCallerFrames() 339 context.g_r[14] = GetSP(); in CountCallerFrames()
|
D | stackwalker_selftest_sol.s | 94 ENTRY(GetSP) 100 SET_SIZE(GetSP)
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibStdcppUniquePointer.cpp | 63 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple() 122 return m_ptr_obj->GetSP(); in GetChildAtIndex() 124 return m_del_obj->GetSP(); in GetChildAtIndex() 126 return m_obj_obj->GetSP(); in GetChildAtIndex() 172 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP()); in LibStdcppUniquePointerSummaryProvider()
|
D | LibCxxTuple.cpp | 67 return m_elements[idx]->GetSP(); in GetChildAtIndex() 83 return m_elements[idx]->GetSP(); in GetChildAtIndex()
|
D | LibStdcppTuple.cpp | 59 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in Update() 94 return m_members[idx]->GetSP(); in GetChildAtIndex()
|
D | LibStdcpp.cpp | 87 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 192 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 363 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 35 ->GetSP(); in Create() 59 ->GetSP(); in Create() 95 ->GetSP(); in Create() 105 ->GetSP(); in Create() 136 ->GetSP(); in Create() 173 return (new ValueObjectConstResult(exe_scope, *manager_sp, error))->GetSP(); in Create() 290 return m_dynamic_value->GetSP(); in GetDynamicValue()
|
D | ValueObject.cpp | 443 return child->GetSP(); in GetChildAtIndex() 452 return GetSP(); in GetChildAtIndexPath() 453 ValueObjectSP root(GetSP()); in GetChildAtIndexPath() 468 return GetSP(); in GetChildAtIndexPath() 469 ValueObjectSP root(GetSP()); in GetChildAtIndexPath() 485 return GetSP(); in GetChildAtNamePath() 486 ValueObjectSP root(GetSP()); in GetChildAtNamePath() 502 return GetSP(); in GetChildAtNamePath() 503 ValueObjectSP root(GetSP()); in GetChildAtNamePath() 542 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName() [all …]
|
D | ValueObjectRegister.cpp | 47 ->GetSP(); in Create() 139 return valobj->GetSP(); in GetChildMemberWithName() 183 ->GetSP(); in Create()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThreadPlan.h | 124 lldb::ThreadPlanSP GetSP() const { return m_opaque_wp.lock(); } in GetSP() function 125 lldb_private::ThreadPlan *get() const { return GetSP().get(); } in get()
|