summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-12/+3
2023-12-07scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee1-11/+7
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada1-12/+3
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani1-4/+5
2019-05-15scripts/gdb: silence pep8 checksStephen Boyd1-0/+2
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2016-05-24scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham1-0/+19
2015-07-01scripts/gdb: remove useless global instructionThiébaud Weksteen1-2/+0
2015-07-01scripts/gdb: add ps commandThiébaud Weksteen1-0/+16
2015-07-01scripts/gdb: fix PEP8 complianceThiébaud Weksteen1-0/+2
2015-02-18scripts/gdb: use a generator instead of iterator for task listDaniel Wagner1-30/+20
2015-02-18scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-1/+3
2015-02-18scripts/gdb: add internal helper and convenience function to retrieve thread_...Jan Kiszka1-0/+35
2015-02-18scripts/gdb: add helper and convenience function to look up tasksJan Kiszka1-0/+27
2015-02-18scripts/gdb: add task iteration classJan Kiszka1-0/+46