oneTBB
oneTBB copied to clipboard
gdb pretty printers for tbb::concurrent data structures
Does anyone have GDB pretty printers available for tbb::concurrent data structures?
I'm in a GDB session, trying to print a tbb:concurrent_unordered_set
and am struggling with buckets/storage etc.
AFAIK we don't have any official GDB pretty printers available for tbb::concurrent data structures. We will consider adding some of these debug support in future releases. Thanks for suggesting!.
@sarathnandu is this issue is still relevant?