aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/modules.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-23scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham1-1/+4
2016-05-23scripts/gdb: convert modules usage to lists functionsKieran Bingham1-11/+6
2016-05-23scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka1-1/+1
2016-03-22scripts/gdb: account for changes in module data structureJan Kiszka1-2/+3
2015-05-28scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht1-8/+1
2015-02-17scripts/gdb: convert CpuList to generator functionJan Kiszka1-1/+1
2015-02-17scripts/gdb: convert ModuleList to generator functionJan Kiszka1-22/+11
2015-02-17scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-3/+6
2015-02-17scripts/gdb: add lx-lsmod commandJan Kiszka1-1/+45
2015-02-17scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka1-0/+28
2015-02-17scripts/gdb: add module iteration classJan Kiszka1-0/+39