Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBValueList.cpp56 lldb::SBValue GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in ValueListImpl
181 SBValue SBValueList::GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in SBValueList
186 sb_value = m_opaque_up->GetFirstValueByName(name); in GetFirstValueByName()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A DTestStackCoreScriptedProcess.py119 self.assertEqual(int(frame.vars.GetFirstValueByName('j').GetValue()), 42 * 42)
120 self.assertEqual(int(frame.vars.GetFirstValueByName('k').GetValue()), 42)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValueList.h40 lldb::SBValue GetFirstValueByName(const char *name) const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValueList.i103 GetFirstValueByName (const char* name) const;
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_expression/
H A DTestExitDuringExpression.py68 g_timeout = value_list.GetFirstValueByName("g_timeout")