summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/modules.py
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb/modules: add get module text supportKuan-Ying Lee2023-08-211-1/+31
* scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2023-08-181-3/+9
* scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav2023-04-131-2/+2
* scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham2016-05-231-1/+4
* scripts/gdb: convert modules usage to lists functionsKieran Bingham2016-05-231-11/+6
* scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka2016-05-231-1/+1
* scripts/gdb: account for changes in module data structureJan Kiszka2016-03-221-2/+3
* scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht2015-05-281-8/+1
* scripts/gdb: convert CpuList to generator functionJan Kiszka2015-02-171-1/+1
* scripts/gdb: convert ModuleList to generator functionJan Kiszka2015-02-171-22/+11
* scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-171-3/+6
* scripts/gdb: add lx-lsmod commandJan Kiszka2015-02-171-1/+45
* scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka2015-02-171-0/+28
* scripts/gdb: add module iteration classJan Kiszka2015-02-171-0/+39