summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: fix lx-version string outputDu Changbin2019-02-121-1/+1
* scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie2018-01-191-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada2017-09-011-1/+1
* scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez2017-07-131-3/+10
* scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez2017-07-131-1/+1
* scripts/gdb: add lx-fdtdump commandPeter Griffin2017-07-132-0/+80
* scripts/gdb: make lx-dmesg command work (reliably)André Draszik2017-06-031-4/+5
* Revert "scripts/gdb: add a Radix Tree Parser"Kieran Bingham2016-07-153-105/+0Star
* scripts/gdb: Perform path expansion to lx-symbol's argumentsNikolay Borisov2016-07-151-1/+1
* scripts/gdb: add constants.py to .gitignoreOmar Sandoval2016-07-151-0/+1
* scripts/gdb: rebuild constants.py on dependancy changeKieran Bingham2016-07-151-2/+3
* scripts/gdb: silence 'nothing to do' messageKieran Bingham2016-07-151-0/+1
* scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham2016-05-241-2/+2
* scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote2016-05-241-3/+4
* scripts/gdb: improve types abstraction for gdb python scriptsDom Cote2016-05-241-2/+15
* scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham2016-05-241-0/+19
* scripts/gdb: add a Radix Tree ParserKieran Bingham2016-05-243-0/+105
* scripts/gdb: cast CPU numbers to integerJan Kiszka2016-05-241-1/+1
* scripts/gdb: add cpu iteratorsKieran Bingham2016-05-241-0/+38
* scripts/gdb: add mount point list commandKieran Bingham2016-05-242-0/+119
* scripts/gdb: add io resource readersKieran Bingham2016-05-241-0/+57
* scripts/gdb: provide a dentry_name VFS path helperKieran Bingham2016-05-241-0/+8
* scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham2016-05-241-1/+4
* scripts/gdb: provide exception catching parserKieran Bingham2016-05-241-0/+7
* scripts/gdb: convert modules usage to lists functionsKieran Bingham2016-05-241-11/+6Star
* scripts/gdb: provide kernel list item generatorsKieran Bingham2016-05-241-0/+21
* scripts/gdb: provide linux constantsKieran Bingham2016-05-243-1/+44
* scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka2016-05-241-1/+1
* scripts/gdb: account for changes in module data structureJan Kiszka2016-03-222-3/+4
* scripts/gdb: add cmdline reader commandKieran Bingham2016-03-221-0/+13
* scripts/gdb: add version commandKieran Bingham2016-03-222-0/+29
* scripts/gdb: remove useless global instructionThiébaud Weksteen2015-07-011-2/+0Star
* scripts/gdb: add ps commandThiébaud Weksteen2015-07-011-0/+16
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-07-014-7/+7
* scripts/gdb: fix typo in exception nameThiébaud Weksteen2015-07-011-1/+1
* scripts/gdb: enable completion for lx-list-check parameterJan Kiszka2015-07-011-1/+2
* scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka2015-07-011-2/+4
* scripts/gdb: add command to check list consistencyThiébaud Weksteen2015-07-012-0/+90
* scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht2015-05-291-8/+1Star
* scripts/gdb: add empty package initialization scriptJan Kiszka2015-02-281-0/+1
* scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka2015-02-171-0/+11
* scripts/gdb: convert CpuList to generator functionJan Kiszka2015-02-172-40/+33Star
* scripts/gdb: convert ModuleList to generator functionJan Kiszka2015-02-172-23/+12Star
* scripts/gdb: use a generator instead of iterator for task listDaniel Wagner2015-02-171-30/+20Star
* scripts/gdb: ignore byte-compiled python filesDaniel Thompson2015-02-171-0/+2
* scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-176-9/+18
* scripts/gdb: add lx-lsmod commandJan Kiszka2015-02-171-1/+45
* scripts/gdb: add class to iterate over CPU masksJan Kiszka2015-02-171-0/+54
* scripts/gdb: add lx_current convenience functionJan Kiszka2015-02-171-0/+17