summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/cpus.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-01scripts/gdb: add lx_current support for riscvDeepak Gupta1-0/+15
2023-04-08scripts/gdb: support getting current task struct in UMLGlenn Washburn1-2/+8
2023-04-08scripts/gdb: correct indentation in get_current_taskGlenn Washburn1-9/+9
2023-02-10scripts/gdb: fix 'lx-current' for x86Jeff Xie1-1/+1
2021-05-07scripts/gdb: add lx_current support for arm64Barry Song1-0/+13
2021-05-07scripts/gdb: document lx_current is only supported by x86Barry Song1-2/+8
2019-05-15scripts/gdb: silence pep8 checksStephen Boyd1-0/+1
2016-05-24scripts/gdb: cast CPU numbers to integerJan Kiszka1-1/+1
2016-05-24scripts/gdb: add cpu iteratorsKieran Bingham1-0/+38
2015-02-18scripts/gdb: convert CpuList to generator functionJan Kiszka1-39/+32
2015-02-18scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-1/+4
2015-02-18scripts/gdb: add class to iterate over CPU masksJan Kiszka1-0/+54
2015-02-18scripts/gdb: add lx_current convenience functionJan Kiszka1-0/+17
2015-02-18scripts/gdb: add internal helper and convenience function for per-cpu lookupJan Kiszka1-0/+68