summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/tasks.py
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie2018-01-191-0/+2
* scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham2016-05-231-0/+19
* scripts/gdb: remove useless global instructionThiébaud Weksteen2015-06-301-2/+0
* scripts/gdb: add ps commandThiébaud Weksteen2015-06-301-0/+16
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-06-301-0/+2
* scripts/gdb: use a generator instead of iterator for task listDaniel Wagner2015-02-171-30/+20
* scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-171-1/+3
* scripts/gdb: add internal helper and convenience function to retrieve thread_...Jan Kiszka2015-02-171-0/+35
* scripts/gdb: add helper and convenience function to look up tasksJan Kiszka2015-02-171-0/+27
* scripts/gdb: add task iteration classJan Kiszka2015-02-171-0/+46