Posted to tcl by dogeen at Thu Jul 15 17:07:11 GMT 2010view raw
- (gdb) p tokenPtr
- $23 = (Tcl_Token *) 0x10083fb00
- (gdb) p *tokenPtr
- $24 = {
- type = 2,
- start = 0x1003776d3 "{\"aaa\",\"bbb\"}",
- size = 13,
- numComponents = 1
- }
- (gdb) p tokenPtr[1]
- $25 = {
- type = 4,
- start = 0x1003776d4 "\"aaa\",\"bbb\"}",
- size = 11,
- numComponents = 0
- }