aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/tasks.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani1-4/+5
2019-05-14scripts/gdb: silence pep8 checksStephen Boyd1-0/+2
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2016-05-23scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham1-0/+19
2015-06-30scripts/gdb: remove useless global instructionThiébaud Weksteen1-2/+0
2015-06-30scripts/gdb: add ps commandThiébaud Weksteen1-0/+16
2015-06-30scripts/gdb: fix PEP8 complianceThiébaud Weksteen1-0/+2
2015-02-17scripts/gdb: use a generator instead of iterator for task listDaniel Wagner1-30/+20
2015-02-17scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-1/+3
2015-02-17scripts/gdb: add internal helper and convenience function to retrieve thread_infoJan Kiszka1-0/+35
2015-02-17scripts/gdb: add helper and convenience function to look up tasksJan Kiszka1-0/+27
2015-02-17scripts/gdb: add task iteration classJan Kiszka1-0/+46