HomeSort by relevance Sort by last modified time
    Searched refs:g_table (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/python_api/value/
main.c 29 const char **g_table[2] = { days_of_week, weekdays }; variable
TestValueAPI.py 78 # Get global variable 'g_table'.
79 list = target.FindGlobalVariables('g_table', 1)
80 g_table = list.GetValueAtIndex(0)
81 self.assertTrue(g_table, VALID_VARIABLE)
82 self.assertTrue(g_table.GetNumChildren() == 2, VALID_VARIABLE)
83 self.DebugSBValue(g_table)
92 print rdf.format(g_table)

Completed in 276 milliseconds