HomeSort by relevance Sort by last modified time
    Searched defs:GetSP (Results 1 - 22 of 22) sorted by null

  /external/lldb/source/API/
SBTypeFormat.cpp 129 SBTypeFormat::GetSP ()
SBTypeNameSpecifier.cpp 136 SBTypeNameSpecifier::GetSP ()
SBTypeFilter.cpp 165 SBTypeFilter::GetSP ()
SBEvent.cpp 162 SBEvent::GetSP () const
SBTypeSynthetic.cpp 176 SBTypeSynthetic::GetSP ()
SBSection.cpp 59 SectionSP section_sp (GetSP());
66 SectionSP section_sp (GetSP());
76 SectionSP section_sp (GetSP());
93 SectionSP section_sp (GetSP());
106 SectionSP section_sp (GetSP());
116 SectionSP section_sp (GetSP());
123 SBSection::GetSP() const
138 SectionSP section_sp (GetSP());
147 TargetSP target_sp(sb_target.GetSP());
150 SectionSP section_sp (GetSP());
    [all...]
SBTypeSummary.cpp 254 SBTypeSummary::GetSP ()
SBWatchpoint.cpp 73 lldb::WatchpointSP watchpoint_sp(GetSP());
98 lldb::WatchpointSP watchpoint_sp(GetSP());
111 lldb::WatchpointSP watchpoint_sp(GetSP());
126 lldb::WatchpointSP watchpoint_sp(GetSP());
141 lldb::WatchpointSP watchpoint_sp(GetSP());
154 lldb::WatchpointSP watchpoint_sp(GetSP());
165 lldb::WatchpointSP watchpoint_sp(GetSP());
179 lldb::WatchpointSP watchpoint_sp(GetSP());
196 lldb::WatchpointSP watchpoint_sp(GetSP());
209 lldb::WatchpointSP watchpoint_sp(GetSP());
    [all...]
SBTypeCategory.cpp 310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), format.GetSP());
379 m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP());
381 m_opaque_sp->GetSummaryNavigator()->Add(ConstString(type_name.GetName()), summary.GetSP());
416 m_opaque_sp->GetRegexFilterNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.GetSP());
418 m_opaque_sp->GetFilterNavigator()->Add(ConstString(type_name.GetName()), filter.GetSP());
487 m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP());
489 m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.GetSP());
550 SBTypeCategory::GetSP ()
SBModule.cpp 64 ProcessSP process_sp (process.GetSP());
108 ModuleSP module_sp (GetSP ());
127 ModuleSP module_sp (GetSP ());
147 ModuleSP module_sp (GetSP ());
173 ModuleSP module_sp (GetSP ());
200 ModuleSP module_sp (GetSP ());
242 SBModule::GetSP () const
257 ModuleSP module_sp (GetSP ());
271 ModuleSP module_sp (GetSP ());
282 ModuleSP module_sp (GetSP ());
    [all...]
SBType.cpp 87 SBType::GetSP ()
SBFrame.cpp 528 SBFrame::GetSP () const
546 addr = frame->GetRegisterContext()->GetSP();
551 log->Printf ("SBFrame::GetSP () => error: could not reconstruct frame object for this SBFrame.");
557 log->Printf ("SBFrame::GetSP () => error: process is running");
561 log->Printf ("SBFrame(%p)::GetSP () => 0x%" PRIx64, frame, addr);
    [all...]
SBProcess.cpp 89 ProcessSP process_sp(GetSP());
100 ProcessSP process_sp(GetSP());
110 SBProcess::GetSP() const
161 ProcessSP process_sp(GetSP());
205 ProcessSP process_sp(GetSP());
242 ProcessSP process_sp(GetSP());
265 ProcessSP process_sp(GetSP());
288 ProcessSP process_sp(GetSP());
309 ProcessSP process_sp(GetSP());
329 ProcessSP process_sp(GetSP());
    [all...]
SBValue.cpp 109 GetSP (Process::StopLocker &stop_locker, Mutex::Locker &api_locker, Error &error)
130 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get());
173 // in GetSP to return the Target, Process, Thread or Frame. It is convenient to
228 return in_value.GetSP(m_stop_locker, m_api_locker, m_lock_error);
294 lldb::ValueObjectSP value_sp(GetSP(locker));
307 lldb::ValueObjectSP value_sp(GetSP(locker));
318 lldb::ValueObjectSP value_sp(GetSP(locker));
340 lldb::ValueObjectSP value_sp(GetSP(locker));
364 lldb::ValueObjectSP value_sp(GetSP(locker));
382 lldb::ValueObjectSP value_sp(GetSP(locker))
    [all...]
SBTarget.cpp 533 TargetSP target_sp(GetSP());
554 TargetSP target_sp(GetSP());
564 TargetSP target_sp(GetSP());
626 TargetSP target_sp(GetSP());
751 TargetSP target_sp(GetSP());
851 TargetSP target_sp(GetSP());
967 TargetSP target_sp(GetSP());
1065 TargetSP target_sp(GetSP());
1157 TargetSP target_sp(GetSP());
1201 TargetSP target_sp(GetSP());
    [all...]
  /external/lldb/source/Target/
RegisterContext.cpp 117 RegisterContext::GetSP(uint64_t fail_value)
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 334 MachThread::GetSP(uint64_t failValue)
337 return m_arch_ap->GetSP(failValue);
368 GetSP(INVALID_NUB_ADDRESS),
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.cpp 67 DNBArchMachPPC::GetSP(uint64_t failValue)
  /external/lldb/include/lldb/Core/
ValueObject.h 59 /// should implement a Create function that new's up object and returns a Shared Pointer that it gets from the GetSP() method.
64 /// just do so by calling GetSP() on the contained object.
832 GetSP ()
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 164 DNBArchMachARM::GetSP(uint64_t failValue)
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 300 DNBArchImplI386::GetSP(uint64_t failValue)
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 142 DNBArchImplX86_64::GetSP(uint64_t failValue)
    [all...]

Completed in 1443 milliseconds