Home
last modified time | relevance | path

Searched refs:GetSP (Results 1 – 25 of 91) sorted by relevance

1234

/external/lldb/source/API/
DSBSection.cpp59 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 …]
DSBModule.cpp64 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()
173 ModuleSP module_sp (GetSP ()); in GetUUIDBytes()
200 ModuleSP module_sp (GetSP ()); in GetUUIDString()
242 SBModule::GetSP () const in GetSP() function in SBModule
257 ModuleSP module_sp (GetSP ()); in ResolveFileAddress()
271 ModuleSP module_sp (GetSP ()); in ResolveSymbolContextForAddress()
282 ModuleSP module_sp (GetSP ()); in GetDescription()
[all …]
DSBWatchpoint.cpp73 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 …]
DSBValue.cpp109 GetSP (Process::StopLocker &stop_locker, Mutex::Locker &api_locker, Error &error) in GetSP() function in ValueImpl
228 return in_value.GetSP(m_stop_locker, m_api_locker, m_lock_error); in GetLockedSP()
294 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError()
307 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID()
318 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName()
340 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName()
364 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize()
382 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope()
402 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue()
423 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValueType()
[all …]
DSBProcess.cpp89 ProcessSP process_sp(GetSP()); in GetPluginName()
100 ProcessSP process_sp(GetSP()); in GetShortPluginName()
110 SBProcess::GetSP() const in GetSP() function in SBProcess
161 ProcessSP process_sp(GetSP()); in RemoteLaunch()
205 ProcessSP process_sp(GetSP()); in RemoteAttachToProcessWithID()
242 ProcessSP process_sp(GetSP()); in GetNumThreads()
265 ProcessSP process_sp(GetSP()); in GetSelectedThread()
288 ProcessSP process_sp(GetSP()); in CreateOSPluginThread()
309 ProcessSP process_sp(GetSP()); in GetTarget()
329 ProcessSP process_sp(GetSP()); in PutSTDIN()
[all …]
DSBTarget.cpp533 TargetSP target_sp(GetSP()); in GetProcess()
554 TargetSP target_sp(GetSP()); in GetDebugger()
564 TargetSP target_sp(GetSP()); in LoadCore()
626 TargetSP target_sp(GetSP()); in Launch()
751 TargetSP target_sp(GetSP()); in Launch()
851 TargetSP target_sp(GetSP()); in Attach()
967 TargetSP target_sp(GetSP()); in AttachToProcessWithID()
1065 TargetSP target_sp(GetSP()); in AttachToProcessWithName()
1157 TargetSP target_sp(GetSP()); in ConnectRemote()
1201 TargetSP target_sp(GetSP()); in GetExecutable()
[all …]
DSBTypeCategory.cpp310 DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat()
379 …tor()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP()); in AddTypeSummary()
381 m_opaque_sp->GetSummaryNavigator()->Add(ConstString(type_name.GetName()), summary.GetSP()); in AddTypeSummary()
416 …ator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.GetSP()); in AddTypeFilter()
418 m_opaque_sp->GetFilterNavigator()->Add(ConstString(type_name.GetName()), filter.GetSP()); in AddTypeFilter()
487 …gator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP()); in AddTypeSynthetic()
489 m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
550 SBTypeCategory::GetSP () in GetSP() function in SBTypeCategory
DSBInstruction.cpp79 TargetSP target_sp (target.GetSP()); in GetMnemonic()
98 TargetSP target_sp (target.GetSP()); in GetOperands()
117 TargetSP target_sp (target.GetSP()); in GetComment()
DSBAddress.cpp46 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()
DSBDebugger.cpp349 ProcessSP process_sp (process.GetSP()); in HandleCommand()
386 TargetSP target_sp (process.GetTarget().GetSP()); in HandleProcessEvent()
667 TargetSP target_sp(target.GetSP()); in DeleteTarget()
703 lldb::TargetSP target_sp = target.GetSP(); in GetIndexOfTarget()
710 return m_opaque_sp->GetTargetList().GetIndexOfTarget (target.GetSP()); in GetIndexOfTarget()
793 TargetSP target_sp (sb_target.GetSP()); in SetSelectedTarget()
1219 return SBTypeSummary(DataVisualization::GetSummaryForType(type_name.GetSP())); in GetSummaryForType()
1228 return SBTypeFilter(DataVisualization::GetFilterForType(type_name.GetSP())); in GetFilterForType()
1237 return SBTypeSynthetic(DataVisualization::GetSyntheticForType(type_name.GetSP())); in GetSyntheticForType()
DSBBreakpoint.cpp617 return Breakpoint::BreakpointEventData::GetBreakpointEventTypeFromEvent (event.GetSP()); in GetBreakpointEventTypeFromEvent()
626 …b_breakpoint.m_opaque_sp = Breakpoint::BreakpointEventData::GetBreakpointFromEvent (event.GetSP()); in GetBreakpointFromEvent()
635 … (Breakpoint::BreakpointEventData::GetBreakpointLocationAtIndexFromEvent (event.GetSP(), loc_idx)); in GetBreakpointLocationAtIndexFromEvent()
644 …_locations = (Breakpoint::BreakpointEventData::GetNumBreakpointLocationsFromEvent (event.GetSP())); in GetNumBreakpointLocationsFromEvent()
/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc209 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()
Dstackwalker_selftest_sol.s94 ENTRY(GetSP)
100 SET_SIZE(GetSP)
/external/lldb/source/Core/
DValueObjectConstResult.cpp41 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()
DValueObjectSyntheticFilter.cpp119 return GetSP(); in GetDynamicValue()
215 return iter->second->GetSP(); in GetChildAtIndex()
261 return m_parent->GetSP(); in GetNonSyntheticValue()
DValueObjectRegister.cpp119 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()
DValueObject.cpp513 return child->GetSP(); in GetChildAtIndex()
523 return GetSP(); in GetChildAtIndexPath()
524 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
543 return GetSP(); in GetChildAtIndexPath()
544 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
563 return GetSP(); in GetChildAtIndexPath()
564 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
583 return GetSP(); in GetChildAtIndexPath()
584 ValueObjectSP root(GetSP()); in GetChildAtIndexPath()
1931 synthetic_child_sp = pos->second->GetSP(); in GetSyntheticChild()
[all …]
DValueObjectMemory.cpp42 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()
/external/lldb/scripts/Python/interface/
DSBFrame.i73 GetSP () const;
289 __swig_getmethods__["sp"] = GetSP
290 …if _newclass: sp = property(GetSP, None, doc='''A read only property that returns the stack pointe…
/external/lldb/source/DataFormatters/
DLibCxx.cpp116 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
201 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
314 ValueObjectSP valobj_sp = m_backend.GetSP(); in GetChildAtIndex()
359 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
DLibStdcpp.cpp126 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
227 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update()
/external/lldb/include/lldb/API/
DSBValue.h431 GetSP () const;
460 GetSP (ValueLocker &value_locker) const;
DSBTypeNameSpecifier.h65 GetSP ();
DSBTypeFormat.h67 GetSP ();
DSBTypeFilter.h75 GetSP ();

1234