summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: add helpers to find and list devicesLeonard Crestez2019-07-162-0/+183
* scripts/gdb: add lx-genpd-summary commandLeonard Crestez2019-07-162-0/+84
* kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-111-1/+1
* scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not setFabiano Rosas2019-06-011-1/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* scripts/gdb: print cached rate in lx-clk-summaryLeonard Crestez2019-05-142-7/+18
* scripts/gdb: clean up error handling in list helpersLeonard Crestez2019-05-141-8/+2
* scripts/gdb: add $lx_clk_core_lookup functionLeonard Crestez2019-05-141-0/+23
* scripts/gdb: initial clk support: lx-clk-summaryLeonard Crestez2019-05-142-0/+47
* scripts/gdb: add hlist utilitiesLeonard Crestez2019-05-141-0/+23
* scripts/gdb: silence pep8 checksStephen Boyd2019-05-145-5/+16
* scripts/gdb: add a timer list commandStephen Boyd2019-05-143-0/+233
* scripts/gdb: add rb tree iterating utilitiesStephen Boyd2019-05-142-0/+178
* scripts/gdb: add kernel config dumping commandStephen Boyd2019-05-142-0/+45
* scripts/gdb: find vmlinux where it was beforeStephen Boyd2019-05-141-1/+5
* kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-021-1/+1
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-12/+13
|\
| * scripts/gdb: refactor rules for symlink creationMasahiro Yamada2019-02-271-7/+11
| * scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada2019-02-271-6/+3
* | scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu2019-03-072-12/+12
|/
* scripts/gdb: fix lx-version string outputDu Changbin2019-01-041-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-121-3/+10
* scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez2017-07-121-1/+1
* scripts/gdb: add lx-fdtdump commandPeter Griffin2017-07-122-0/+80
* scripts/gdb: make lx-dmesg command work (reliably)André Draszik2017-06-021-4/+5
* Revert "scripts/gdb: add a Radix Tree Parser"Kieran Bingham2016-07-153-105/+0
* 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-231-2/+2
* scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote2016-05-231-3/+4
* scripts/gdb: improve types abstraction for gdb python scriptsDom Cote2016-05-231-2/+15
* scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham2016-05-231-0/+19
* scripts/gdb: add a Radix Tree ParserKieran Bingham2016-05-233-0/+105
* scripts/gdb: cast CPU numbers to integerJan Kiszka2016-05-231-1/+1
* scripts/gdb: add cpu iteratorsKieran Bingham2016-05-231-0/+38
* scripts/gdb: add mount point list commandKieran Bingham2016-05-232-0/+119
* scripts/gdb: add io resource readersKieran Bingham2016-05-231-0/+57
* scripts/gdb: provide a dentry_name VFS path helperKieran Bingham2016-05-231-0/+8
* scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham2016-05-231-1/+4
* scripts/gdb: provide exception catching parserKieran Bingham2016-05-231-0/+7
* scripts/gdb: convert modules usage to lists functionsKieran Bingham2016-05-231-11/+6
* scripts/gdb: provide kernel list item generatorsKieran Bingham2016-05-231-0/+21
* scripts/gdb: provide linux constantsKieran Bingham2016-05-233-1/+44
* scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka2016-05-231-1/+1
* scripts/gdb: account for changes in module data structureJan Kiszka2016-03-222-3/+4