aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/utils.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-21scripts/gdb: fix 'lx-dmesg' on 32 bits archAntonio Borneo1-2/+12
2020-09-08scripts/gdb: add utils.read_ulong()John Ogness1-0/+7
2019-10-19scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge1-12/+13
2019-05-14scripts/gdb: silence pep8 checksStephen Boyd1-3/+4
2016-05-23scripts/gdb: improve types abstraction for gdb python scriptsDom Cote1-2/+15
2016-05-23scripts/gdb: provide a dentry_name VFS path helperKieran Bingham1-0/+8
2016-05-23scripts/gdb: provide exception catching parserKieran Bingham1-0/+7
2015-06-30scripts/gdb: fix PEP8 complianceThiƩbaud Weksteen1-1/+1
2015-06-30scripts/gdb: fix typo in exception nameThiƩbaud Weksteen1-1/+1
2015-02-17scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-1/+1
2015-02-17scripts/gdb: add get_gdbserver_type helperJan Kiszka1-0/+35
2015-02-17scripts/gdb: add is_target_arch helperJan Kiszka1-0/+13
2015-02-17scripts/gdb: add read_u16/32/64 helpersJan Kiszka1-0/+21
2015-02-17scripts/gdb: add get_target_endianness helperJan Kiszka1-0/+18
2015-02-17scripts/gdb: add container_of helper and convenience functionJan Kiszka1-0/+35
2015-02-17scripts/gdb: add cache for type objectsJan Kiszka1-0/+34