aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich1-1/+2
2019-10-19scripts/gdb: fix debugging modules on s390Ilya Leoshkevich1-1/+7
2019-10-19scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge2-16/+25
2019-09-25scripts/gdb: handle split debugDouglas Anderson1-2/+2
2019-07-16scripts/gdb: add helpers to find and list devicesLeonard Crestez2-0/+183
2019-07-16scripts/gdb: add lx-genpd-summary commandLeonard Crestez2-0/+84
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada1-1/+1
2019-06-01scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not setFabiano Rosas1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14scripts/gdb: print cached rate in lx-clk-summaryLeonard Crestez2-7/+18
2019-05-14scripts/gdb: clean up error handling in list helpersLeonard Crestez1-8/+2
2019-05-14scripts/gdb: add $lx_clk_core_lookup functionLeonard Crestez1-0/+23
2019-05-14scripts/gdb: initial clk support: lx-clk-summaryLeonard Crestez2-0/+47
2019-05-14scripts/gdb: add hlist utilitiesLeonard Crestez1-0/+23
2019-05-14scripts/gdb: silence pep8 checksStephen Boyd5-5/+16
2019-05-14scripts/gdb: add a timer list commandStephen Boyd3-0/+233
2019-05-14scripts/gdb: add rb tree iterating utilitiesStephen Boyd2-0/+178
2019-05-14scripts/gdb: add kernel config dumping commandStephen Boyd2-0/+45
2019-05-14scripts/gdb: find vmlinux where it was beforeStephen Boyd1-1/+5
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada1-1/+1
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-12/+13
2019-03-07scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu2-12/+12
2019-02-27scripts/gdb: refactor rules for symlink creationMasahiro Yamada1-7/+11
2019-02-27scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada1-6/+3
2019-01-04scripts/gdb: fix lx-version string outputDu Changbin1-1/+1
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada1-1/+1
2017-07-12scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez1-3/+10
2017-07-12scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez1-1/+1
2017-07-12scripts/gdb: add lx-fdtdump commandPeter Griffin2-0/+80
2017-06-02scripts/gdb: make lx-dmesg command work (reliably)André Draszik1-4/+5
2016-07-15Revert "scripts/gdb: add a Radix Tree Parser"Kieran Bingham3-105/+0
2016-07-15scripts/gdb: Perform path expansion to lx-symbol's argumentsNikolay Borisov1-1/+1
2016-07-15scripts/gdb: add constants.py to .gitignoreOmar Sandoval1-0/+1
2016-07-15scripts/gdb: rebuild constants.py on dependancy changeKieran Bingham1-2/+3
2016-07-15scripts/gdb: silence 'nothing to do' messageKieran Bingham1-0/+1
2016-05-23scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham1-2/+2
2016-05-23scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote1-3/+4
2016-05-23scripts/gdb: improve types abstraction for gdb python scriptsDom Cote1-2/+15
2016-05-23scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham1-0/+19
2016-05-23scripts/gdb: add a Radix Tree ParserKieran Bingham3-0/+105
2016-05-23scripts/gdb: cast CPU numbers to integerJan Kiszka1-1/+1
2016-05-23scripts/gdb: add cpu iteratorsKieran Bingham1-0/+38
2016-05-23scripts/gdb: add mount point list commandKieran Bingham2-0/+119
2016-05-23scripts/gdb: add io resource readersKieran Bingham1-0/+57
2016-05-23scripts/gdb: provide a dentry_name VFS path helperKieran Bingham1-0/+8
2016-05-23scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham1-1/+4
2016-05-23scripts/gdb: provide exception catching parserKieran Bingham1-0/+7
2016-05-23scripts/gdb: convert modules usage to lists functionsKieran Bingham1-11/+6