Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-01-19 | scripts/gdb/linux/tasks.py: fix get_thread_info | Xi Kangjie | 1 | -0/+2 |
2016-05-24 | scripts/gdb: add lx_thread_info_by_pid helper | Kieran Bingham | 1 | -0/+19 |
2015-07-01 | scripts/gdb: remove useless global instruction | Thiébaud Weksteen | 1 | -2/+0 |
2015-07-01 | scripts/gdb: add ps command | Thiébaud Weksteen | 1 | -0/+16 |
2015-07-01 | scripts/gdb: fix PEP8 compliance | Thiébaud Weksteen | 1 | -0/+2 |
2015-02-18 | scripts/gdb: use a generator instead of iterator for task list | Daniel Wagner | 1 | -30/+20 |
2015-02-18 | scripts/gdb: port to python3 / gdb7.7 | Pantelis Koukousoulas | 1 | -1/+3 |
2015-02-18 | scripts/gdb: add internal helper and convenience function to retrieve thread_... | Jan Kiszka | 1 | -0/+35 |
2015-02-18 | scripts/gdb: add helper and convenience function to look up tasks | Jan Kiszka | 1 | -0/+27 |
2015-02-18 | scripts/gdb: add task iteration class | Jan Kiszka | 1 | -0/+46 |