Home
last modified time | relevance | path

Searched refs:g_table (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/test/API/python_api/value/
H A DTestValueAPI.py77 # Get global variable 'g_table'.
78 list = target.FindGlobalVariables("g_table", 1)
79 g_table = list.GetValueAtIndex(0)
80 self.assertTrue(g_table, VALID_VARIABLE)
81 self.assertEqual(g_table.GetNumChildren(), 2, VALID_VARIABLE)
82 self.DebugSBValue(g_table)
91 print(rdf.format(g_table))
H A Dmain.c22 const char **g_table[2] = { days_of_week, weekdays }; variable