summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/dmesg.py
Commit message (Expand)AuthorAgeFilesLines
* printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-5/+11
* printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-151-1/+2
* printk: ringbuffer: change representation of statesJohn Ogness2020-09-151-5/+6
* scripts/gdb: update for lockless printk ringbufferJohn Ogness2020-09-081-37/+102
* scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge2019-10-191-4/+12
* scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez2017-07-121-3/+10
* scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez2017-07-121-1/+1
* scripts/gdb: make lx-dmesg command work (reliably)André Draszik2017-06-021-4/+5
* scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham2016-05-231-2/+2
* scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote2016-05-231-3/+4
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-06-301-1/+0
* scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-171-1/+2
* scripts/gdb: add lx-dmesg commandJan Kiszka2015-02-171-0/+64