osandov / drgn

Programmable debugger
Other
1.78k stars 165 forks source link

contrib/dmesg: add script to dump kernel log #420

Closed kylee0215 closed 3 months ago

kylee0215 commented 3 months ago

This script dumps the kernel log.

osandov commented 3 months ago

Thanks for sharing! drgn already has a print_dmesg() helper. Does this script do anything that the dmesg/printk helpers can't do?

kylee0215 commented 3 months ago

Oh. I didn't notice there is a print_dmesg(). Sorry for the bothering. I will close this PR. Thanks for reminding me.