efficient / libcuckoo

A high-performance, concurrent hash table
Other
1.61k stars 275 forks source link

Add a gdb pretty printer. #85

Closed toojays closed 6 years ago

toojays commented 7 years ago

I'm looking at a core file right now where I'd really like to be able to dump out the content of my cuckoohash table. If we had a gdb pretty printer, that would be awesome.

manugoyal commented 7 years ago

Yup this is a good idea. I'll work on adding one, seems pretty straightforward.

manugoyal commented 6 years ago

Commit 682118b37bfd38e1dd58784ca2263206a0c49a6a adds a pretty-printer.