libstdc++: Remove useless gdb printer registrations
libstdc++-v3/ChangeLog: * python/libstdcxx/v6/printers.py: Remove ptinter registration for non-existing types std::__debug::unique_ptr, std::__debug::stack, std::__debug::queue, std::__debug::priority_queue.
This commit is contained in:
parent
f85847bd40
commit
42630dc056
1 changed files with 0 additions and 5 deletions
|
@ -2246,12 +2246,7 @@ def build_libstdcxx_dictionary ():
|
|||
libstdcxx_printer.add('std::__debug::map', StdMapPrinter)
|
||||
libstdcxx_printer.add('std::__debug::multimap', StdMapPrinter)
|
||||
libstdcxx_printer.add('std::__debug::multiset', StdSetPrinter)
|
||||
libstdcxx_printer.add('std::__debug::priority_queue',
|
||||
StdStackOrQueuePrinter)
|
||||
libstdcxx_printer.add('std::__debug::queue', StdStackOrQueuePrinter)
|
||||
libstdcxx_printer.add('std::__debug::set', StdSetPrinter)
|
||||
libstdcxx_printer.add('std::__debug::stack', StdStackOrQueuePrinter)
|
||||
libstdcxx_printer.add('std::__debug::unique_ptr', UniquePointerPrinter)
|
||||
libstdcxx_printer.add('std::__debug::vector', StdVectorPrinter)
|
||||
|
||||
# These are the TR1 and C++11 printers.
|
||||
|
|
Loading…
Add table
Reference in a new issue