Johnny Chen
36d7d91616
Add an additional formatter class RecursiveDecentFormatter which prints the
value and the decendents. For an example,
rdf = lldbutil.RecursiveDecentFormatter(indent_child=2)
print rdf.format(g_table)
produces:
(const char **[2]) g_table = 0x00000001055a80f0 (location)
(const char **) [0] = 0x00000001055a8080
(const char *) *[0] = "Sunday"
(const char **) [1] = 0x00000001055a80c0
(const char *) *[1] = "Monday"
llvm-svn: 135815
2011-07-22 22:01:35 +00:00
..
2011-07-22 19:18:45 +00:00
2011-07-20 00:14:20 +00:00
2011-07-13 22:34:29 +00:00
2011-06-15 22:14:12 +00:00
2011-06-26 20:59:36 +00:00
2011-06-15 22:14:12 +00:00
2011-07-14 23:33:34 +00:00
2011-07-11 23:38:23 +00:00
2011-06-15 22:14:12 +00:00
2011-07-11 19:15:11 +00:00
2011-06-23 22:11:20 +00:00
2011-07-22 22:01:35 +00:00