aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/dmesg.py
AgeCommit message (Expand)AuthorFilesLines
2022-07-21scripts/gdb: fix 'lx-dmesg' on 32 bits archGravatar Antonio Borneo 1-6/+3
2021-12-16scripts/gdb: lx-dmesg: read records individuallyGravatar John Ogness 1-17/+18
2020-09-22printk: move dictionary keys to dev_printk_infoGravatar John Ogness 1-5/+11
2020-09-15printk: ringbuffer: add finalization/extension supportGravatar John Ogness 1-1/+2
2020-09-15printk: ringbuffer: change representation of statesGravatar John Ogness 1-5/+6
2020-09-08scripts/gdb: update for lockless printk ringbufferGravatar John Ogness 1-37/+102
2019-10-19scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setGravatar Joel Colledge 1-4/+12
2017-07-12scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceGravatar Leonard Crestez 1-3/+10
2017-07-12scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchGravatar Leonard Crestez 1-1/+1
2017-06-02scripts/gdb: make lx-dmesg command work (reliably)Gravatar André Draszik 1-4/+5
2016-05-23scripts/gdb: decode bytestream on dmesg for Python3Gravatar Kieran Bingham 1-2/+2
2016-05-23scripts/gdb: fix issue with dmesg.py and python 3.XGravatar Dom Cote 1-3/+4
2015-06-30scripts/gdb: fix PEP8 complianceGravatar Thiébaud Weksteen 1-1/+0
2015-02-17scripts/gdb: port to python3 / gdb7.7Gravatar Pantelis Koukousoulas 1-1/+2
2015-02-17scripts/gdb: add lx-dmesg commandGravatar Jan Kiszka 1-0/+64