Breakpoint 1, stack::push (this=0x7fffffffe0c0, v=123 '{') at foo.cpp:212
212 mystack.insertAfter(v);
$10 = {static CAPACITY = 50, data = '\000' <repeats 49 times>, used = 0, pos = 0}
Breakpoint 1, stack::push (this=0x7fffffffe0c0, v=40 '(') at foo.cpp:212
212 mystack.insertAfter(v);
$11 = {static CAPACITY = 50, data = "{", '\000' <repeats 48 times>, used = 1, pos = 0}
(gdb)
Continuing.
Breakpoint 2, stack::pop (this=0x7fffffffe0c0) at foo.cpp:215
215 mystack.end();
$12 = {static CAPACITY = 50, data = "{(", '\000' <repeats 47 times>, used = 2, pos = 1}
(gdb)
Continuing.
Breakpoint 1, stack::push (this=0x7fffffffe0c0, v=91 '[') at foo.cpp:212
212 mystack.insertAfter(v);
$13 = {static CAPACITY = 50, data = "{", '\000' <repeats 48 times>, used = 1, pos = 1}
(gdb)
Continuing.
Breakpoint 1, stack::push (this=0x7fffffffe0c0, v=40 '(') at foo.cpp:212
212 mystack.insertAfter(v);
$14 = {static CAPACITY = 50, data = "{\000[", '\000' <repeats 46 times>, used = 2, pos = 2} |