razeh at yahoo dot com
2013-12-10 18:50:47 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=16310
Bug ID: 16310
Summary: As of gcc 4.8.1, pretty printing is broken for
std::unordered_map
Product: gdb
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: razeh at yahoo dot com
The pretty printing in printers.py for std::unordered_map depends on a
_M_before_begin method that was removed between gcc 4.8 and gcc 4.8.1 as part
of a rework for the hash map. When you try to print out an unordered_map
you'll get:
$8 = std::unordered_map with 2 elementsPython Exception <class 'gdb.error'>
cannot resolve overloaded method `_M_before_begin': no arguments supplied:
Bug ID: 16310
Summary: As of gcc 4.8.1, pretty printing is broken for
std::unordered_map
Product: gdb
Version: unknown
Status: NEW
Severity: normal
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: razeh at yahoo dot com
The pretty printing in printers.py for std::unordered_map depends on a
_M_before_begin method that was removed between gcc 4.8 and gcc 4.8.1 as part
of a rework for the hash map. When you try to print out an unordered_map
you'll get:
$8 = std::unordered_map with 2 elementsPython Exception <class 'gdb.error'>
cannot resolve overloaded method `_M_before_begin': no arguments supplied:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.