summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-21scripts/gdb/modules: add get module text supportKuan-Ying Lee1-1/+31
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee1-3/+9
2023-04-14scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav1-2/+2
2016-05-24scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham1-1/+4
2016-05-24scripts/gdb: convert modules usage to lists functionsKieran Bingham1-11/+6
2016-05-24scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka1-1/+1
2016-03-23scripts/gdb: account for changes in module data structureJan Kiszka1-2/+3
2015-05-29scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht1-8/+1
2015-02-18scripts/gdb: convert CpuList to generator functionJan Kiszka1-1/+1
2015-02-18scripts/gdb: convert ModuleList to generator functionJan Kiszka1-22/+11
2015-02-18scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-3/+6
2015-02-18scripts/gdb: add lx-lsmod commandJan Kiszka1-1/+45
2015-02-18scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka1-0/+28
2015-02-18scripts/gdb: add module iteration classJan Kiszka1-0/+39