aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-16scripts/gdb/tasks: add headers and improve spacing formatGravatar Ritesh Harjani 1-4/+5
2019-05-14scripts/gdb: silence pep8 checksGravatar Stephen Boyd 1-0/+2
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoGravatar Xi Kangjie 1-0/+2
2016-05-23scripts/gdb: add lx_thread_info_by_pid helperGravatar Kieran Bingham 1-0/+19
2015-06-30scripts/gdb: remove useless global instructionGravatar Thiébaud Weksteen 1-2/+0
2015-06-30scripts/gdb: add ps commandGravatar Thiébaud Weksteen 1-0/+16
2015-06-30scripts/gdb: fix PEP8 complianceGravatar Thiébaud Weksteen 1-0/+2
2015-02-17scripts/gdb: use a generator instead of iterator for task listGravatar Daniel Wagner 1-30/+20
2015-02-17scripts/gdb: port to python3 / gdb7.7Gravatar Pantelis Koukousoulas 1-1/+3
2015-02-17scripts/gdb: add internal helper and convenience function to retrieve thread_...Gravatar Jan Kiszka 1-0/+35
2015-02-17scripts/gdb: add helper and convenience function to look up tasksGravatar Jan Kiszka 1-0/+27
2015-02-17scripts/gdb: add task iteration classGravatar Jan Kiszka 1-0/+46