Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp733 SBValue value_sb; in GetDynamicValue() local
737 value_sb.SetSP(proxy_sp); in GetDynamicValue()
739 return value_sb; in GetDynamicValue()
745 SBValue value_sb; in GetStaticValue() local
750 value_sb.SetSP(proxy_sp); in GetStaticValue()
752 return value_sb; in GetStaticValue()
758 SBValue value_sb; in GetNonSyntheticValue() local
762 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
764 return value_sb; in GetNonSyntheticValue()
770 SBValue value_sb; in GetSyntheticValue() local
[all …]
H A DSBBlock.cpp283 SBValue value_sb; in GetVariables() local
284 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
285 value_list.Append(value_sb); in GetVariables()
H A DSBFrame.cpp860 SBValue value_sb; in GetVariables() local
861 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
862 value_list.Append(value_sb); in GetVariables()
876 SBValue value_sb; in GetVariables() local
877 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
878 value_list.Append(value_sb); in GetVariables()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig8 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb) {
9 return ToSWIGHelper(value_sb.release(), SWIGTYPE_p_lldb__SBValue);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h83 static PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb);