Commit Graph

4 Commits

Author SHA1 Message Date
Rene Gollent
fc23dd2ca2 Implement ranged container hooks for B{Object}List handler. 2013-04-27 14:21:45 -04:00
Rene Gollent
e402c5e0be Show total capacity on BList/BObjectList nodes.
- Since we currently limit the maximum number of child elements we'll
  show, it's helpful information to know the actual capacity of the list
  in case it contains more, especially when we later support requesting
  additional elements to be retrieved.
2012-12-04 21:17:29 -05:00
Rene Gollent
05b08d47fd GCC2 build fix. 2012-12-02 15:32:46 -05:00
Rene Gollent
fad00fb02a Add type handler and corresponding value node for BList.
- When a debugging libbe is present, and a BList is encountered,
  we now read its internal structure and expose it as if it were an
  array of pointers. Combined with typecasting, this means one can
  now easily inspect the content of such a list.
2012-12-02 15:26:19 -05:00