Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/value/
H A DTestValueAPI.py84 g_table = list.GetValueAtIndex(0)
85 self.assertTrue(g_table, VALID_VARIABLE)
86 self.assertEqual(g_table.GetNumChildren(), 2, VALID_VARIABLE)
87 self.DebugSBValue(g_table)
96 print(rdf.format(g_table))
H A Dmain.c22 const char **g_table[2] = { days_of_week, weekdays }; variable