Home
last modified time | relevance | path

Searched refs:value_sb (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp273 SBValue value_sb; in GetVariables() local
274 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
275 value_list.Append(value_sb); in GetVariables()
H A DSBValue.cpp741 SBValue value_sb; in GetDynamicValue() local
745 value_sb.SetSP(proxy_sp); in GetDynamicValue()
747 return value_sb; in GetDynamicValue()
753 SBValue value_sb; in GetStaticValue() local
758 value_sb.SetSP(proxy_sp); in GetStaticValue()
760 return value_sb; in GetStaticValue()
766 SBValue value_sb; in GetNonSyntheticValue() local
770 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
772 return value_sb; in GetNonSyntheticValue()
H A DSBFrame.cpp850 SBValue value_sb; in GetVariables() local
851 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
852 value_list.Append(value_sb); in GetVariables()
865 SBValue value_sb; in GetVariables() local
866 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
867 value_list.Append(value_sb); in GetVariables()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig30 PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb) {
31 return ToSWIGHelper(value_sb.release(), SWIGTYPE_p_lldb__SBValue);