| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBSection.cpp | 59 SectionSP section_sp (GetSP()); in IsValid() 66 SectionSP section_sp (GetSP()); in GetName() 76 SectionSP section_sp (GetSP()); in GetParent() 93 SectionSP section_sp (GetSP()); in FindSubSection() 106 SectionSP section_sp (GetSP()); in GetNumSubSections() 116 SectionSP section_sp (GetSP()); in GetSubSectionAtIndex() 123 SBSection::GetSP() const in GetSP() function in SBSection 138 SectionSP section_sp (GetSP()); in GetFileAddress() 147 TargetSP target_sp(sb_target.GetSP()); in GetLoadAddress() 150 SectionSP section_sp (GetSP()); in GetLoadAddress() [all …]
|
| D | SBModule.cpp | 64 ProcessSP process_sp (process.GetSP()); in SBModule() 108 ModuleSP module_sp (GetSP ()); in GetFileSpec() 127 ModuleSP module_sp (GetSP ()); in GetPlatformFileSpec() 147 ModuleSP module_sp (GetSP ()); in SetPlatformFileSpec() 169 ModuleSP module_sp (GetSP ()); in GetRemoteInstallFileSpec() 178 ModuleSP module_sp (GetSP ()); in SetRemoteInstallFileSpec() 194 ModuleSP module_sp (GetSP ()); in GetUUIDBytes() 221 ModuleSP module_sp (GetSP ()); in GetUUIDString() 263 SBModule::GetSP () const in GetSP() function in SBModule 278 ModuleSP module_sp (GetSP ()); in ResolveFileAddress() [all …]
|
| D | SBWatchpoint.cpp | 73 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID() 98 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError() 111 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex() 126 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress() 141 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize() 154 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled() 165 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled() 179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount() 196 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount() 209 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount() [all …]
|
| D | SBPlatform.cpp | 294 PlatformSP platform_sp(GetSP()); in GetName() 301 SBPlatform::GetSP () const in GetSP() function in SBPlatform 315 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory() 324 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory() 340 PlatformSP platform_sp(GetSP()); in ConnectRemote() 357 PlatformSP platform_sp(GetSP()); in DisconnectRemote() 365 PlatformSP platform_sp(GetSP()); in IsConnected() 374 PlatformSP platform_sp(GetSP()); in GetTriple() 390 PlatformSP platform_sp(GetSP()); in GetOSBuild() 409 PlatformSP platform_sp(GetSP()); in GetOSDescription() [all …]
|
| D | SBProcess.cpp | 93 ProcessSP process_sp(GetSP()); in GetPluginName() 104 ProcessSP process_sp(GetSP()); in GetShortPluginName() 114 SBProcess::GetSP() const in GetSP() function in SBProcess 165 ProcessSP process_sp(GetSP()); in RemoteLaunch() 209 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID() 246 ProcessSP process_sp(GetSP()); in GetNumThreads() 269 ProcessSP process_sp(GetSP()); in GetSelectedThread() 292 ProcessSP process_sp(GetSP()); in CreateOSPluginThread() 313 ProcessSP process_sp(GetSP()); in GetTarget() 333 ProcessSP process_sp(GetSP()); in PutSTDIN() [all …]
|
| D | SBValue.cpp | 126 GetSP (Process::StopLocker &stop_locker, Mutex::Locker &api_locker, Error &error) in GetSP() function in ValueImpl 247 return in_value.GetSP(m_stop_locker, m_api_locker, m_lock_error); in GetLockedSP() 313 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError() 326 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID() 337 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName() 359 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName() 383 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize() 401 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope() 421 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue() 442 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValueType() [all …]
|
| D | SBTarget.cpp | 535 TargetSP target_sp(GetSP()); in GetProcess() 556 TargetSP target_sp(GetSP()); in GetDebugger() 566 TargetSP target_sp(GetSP()); in LoadCore() 613 TargetSP target_sp(GetSP()); in Install() 641 TargetSP target_sp(GetSP()); in Launch() 722 target_sp.get(), sb_process.GetSP().get()); in Launch() 734 TargetSP target_sp(GetSP()); in Launch() 784 target_sp.get(), sb_process.GetSP().get()); in Launch() 797 TargetSP target_sp(GetSP()); in Attach() 913 TargetSP target_sp(GetSP()); in AttachToProcessWithID() [all …]
|
| D | SBTypeCategory.cpp | 315 …iner()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), format.GetSP()); in AddTypeFormat() 317 … m_opaque_sp->GetTypeFormatsContainer()->Add(ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat() 386 …ner()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP()); in AddTypeSummary() 388 … m_opaque_sp->GetTypeSummariesContainer()->Add(ConstString(type_name.GetName()), summary.GetSP()); in AddTypeSummary() 423 …iner()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.GetSP()); in AddTypeFilter() 425 … m_opaque_sp->GetTypeFiltersContainer()->Add(ConstString(type_name.GetName()), filter.GetSP()); in AddTypeFilter() 494 …ainer()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP()); in AddTypeSynthetic() 496 … m_opaque_sp->GetTypeSyntheticsContainer()->Add(ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic() 557 SBTypeCategory::GetSP () in GetSP() function in SBTypeCategory
|
| D | SBDebugger.cpp | 421 ProcessSP process_sp (process.GetSP()); in HandleCommand() 458 TargetSP target_sp (process.GetTarget().GetSP()); in HandleProcessEvent() 739 TargetSP target_sp(target.GetSP()); in DeleteTarget() 775 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget() 782 return m_opaque_sp->GetTargetList().GetIndexOfTarget (target.GetSP()); in GetIndexOfTarget() 865 TargetSP target_sp (sb_target.GetSP()); in SetSelectedTarget() 893 sb_platform.GetSP().get(), sb_platform.GetName()); in GetSelectedPlatform() 906 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform() 911 sb_platform.GetSP().get(), sb_platform.GetName()); in SetSelectedPlatform() 1291 return SBTypeSummary(DataVisualization::GetSummaryForType(type_name.GetSP())); in GetSummaryForType() [all …]
|
| D | SBInstruction.cpp | 79 TargetSP target_sp (target.GetSP()); in GetMnemonic() 98 TargetSP target_sp (target.GetSP()); in GetOperands() 117 TargetSP target_sp (target.GetSP()); in GetComment()
|
| D | SBAddress.cpp | 46 m_opaque_ap(new Address (section.GetSP(), offset)) in SBAddress() 92 addr.SetSection (section.GetSP()); in SetAddress() 121 TargetSP target_sp (target.GetSP()); in GetLoadAddress()
|
| D | SBBreakpoint.cpp | 618 return Breakpoint::BreakpointEventData::GetBreakpointEventTypeFromEvent (event.GetSP()); in GetBreakpointEventTypeFromEvent() 627 …b_breakpoint.m_opaque_sp = Breakpoint::BreakpointEventData::GetBreakpointFromEvent (event.GetSP()); in GetBreakpointFromEvent() 636 … (Breakpoint::BreakpointEventData::GetBreakpointLocationAtIndexFromEvent (event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent() 645 …_locations = (Breakpoint::BreakpointEventData::GetNumBreakpointLocationsFromEvent (event.GetSP())); in GetNumBreakpointLocationsFromEvent()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | ValueObjectConstResult.cpp | 41 address))->GetSP(); in Create() 74 address))->GetSP(); in Create() 119 address))->GetSP(); in Create() 127 return (new ValueObjectConstResult (exe_scope, value, name))->GetSP(); in Create() 168 addr_byte_size))->GetSP(); in Create() 209 error))->GetSP(); in Create() 350 return m_dynamic_value->GetSP(); in GetDynamicValue()
|
| D | ValueObject.cpp | 521 return child->GetSP(); in GetChildAtIndex() 531 return GetSP(); in GetChildAtIndexPath() 532 ValueObjectSP root(GetSP()); in GetChildAtIndexPath() 551 return GetSP(); in GetChildAtIndexPath() 552 ValueObjectSP root(GetSP()); in GetChildAtIndexPath() 571 return GetSP(); in GetChildAtIndexPath() 572 ValueObjectSP root(GetSP()); in GetChildAtIndexPath() 591 return GetSP(); in GetChildAtIndexPath() 592 ValueObjectSP root(GetSP()); in GetChildAtIndexPath() 611 return GetSP(); in GetChildAtNamePath() [all …]
|
| D | ValueObjectSyntheticFilter.cpp | 119 return GetSP(); in GetDynamicValue() 215 return iter->second->GetSP(); in GetChildAtIndex() 261 return m_parent->GetSP(); in GetNonSyntheticValue()
|
| D | ValueObjectRegister.cpp | 119 return (new ValueObjectRegisterSet (exe_scope, reg_ctx_sp, set_idx))->GetSP(); in Create() 236 return valobj->GetSP(); in GetChildMemberWithName() 285 return (new ValueObjectRegister (exe_scope, reg_ctx_sp, reg_num))->GetSP(); in Create()
|
| D | ValueObjectMemory.cpp | 42 return (new ValueObjectMemory (exe_scope, name, address, type_sp))->GetSP(); in Create() 51 return (new ValueObjectMemory (exe_scope, name, address, ast_type))->GetSP(); in Create()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/ |
| D | LibCxx.cpp | 168 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 253 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 366 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex() 411 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
|
| D | LibStdcpp.cpp | 126 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() 227 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBValue.h | 431 GetSP () const; 460 GetSP (ValueLocker &value_locker) const;
|
| D | SBTypeNameSpecifier.h | 65 GetSP ();
|
| D | SBTypeFilter.h | 75 GetSP ();
|
| D | SBTypeSynthetic.h | 83 GetSP ();
|
| D | SBTypeSummary.h | 93 GetSP ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| D | UnwindMacOSXFrameBackchain.cpp | 158 lldb::addr_t first_frame_sp = reg_ctx->GetSP (0); in GetStackFrameData_i386() 257 lldb::addr_t first_frame_sp = reg_ctx->GetSP (0); in GetStackFrameData_x86_64()
|