http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477

--- Comment #4 from asmwarrior <asmwarrior at gmail dot com> ---
This is what I get when I enable the python stack print:

> set python print-stack full

[debug]> set python print-stack full
[debug]>>>>>>cb_gdb:

> p m_Headers

[debug]> p m_Headers
[debug]Traceback (most recent call last):
[debug]  File "E:\code\gcc\PCXMinGW463\bin\libstdcxx\v6\printers.py", line 477,
in children
[debug]    rep_type = find_type(self.val.type, '_Rep_type')
[debug]  File "E:\code\gcc\PCXMinGW463\bin\libstdcxx\v6\printers.py", line 52,
in find_type
[debug]    field = typ.fields()[0]
[debug]IndexError: list index out of range
[debug]$3 = std::set with 1 elements
[debug]>>>>>>cb_gdb:

Thanks.

Reply via email to