Posted to tcl by dogeen at Thu Jul 15 17:07:11 GMT 2010view raw

  1. (gdb) p tokenPtr
  2. $23 = (Tcl_Token *) 0x10083fb00
  3. (gdb) p *tokenPtr
  4. $24 = {
  5. type = 2,
  6. start = 0x1003776d3 "{\"aaa\",\"bbb\"}",
  7. size = 13,
  8. numComponents = 1
  9. }
  10. (gdb) p tokenPtr[1]
  11. $25 = {
  12. type = 4,
  13. start = 0x1003776d4 "\"aaa\",\"bbb\"}",
  14. size = 11,
  15. numComponents = 0
  16. }