uxlfoundation / oneTBB

oneAPI Threading Building Blocks (oneTBB)
https://uxlfoundation.github.io/oneTBB/
Apache License 2.0
5.76k stars 1.03k forks source link

gdb pretty printers for tbb::concurrent data structures #1099

Open dufferzafar opened 1 year ago

dufferzafar commented 1 year ago

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.

sarathnandu commented 1 year ago

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!.

arunparkugan commented 3 months ago

@sarathnandu is this issue is still relevant?