summaryrefslogtreecommitdiff
path: root/tools/gdb-sd_dump_hashmaps.py
Commit message (Collapse)AuthorAge
* tools: add gdb command to dump hashmap informationMichal Schmidt2014-10-30
$ sudo gdb -p 1 ... (gdb) source gdb-sd_dump_hashmaps.py (gdb) sd_dump_hashmaps ... lists allocated hashmaps ... (gdb) sd_dump_hashmaps 1 ... lists allocated hashmaps, their DIB histograms and contiguous blocks statistics ...