summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: add lx_current support for arm64Barry Song2021-05-071-0/+13
* scripts/gdb: document lx_current is only supported by x86Barry Song2021-05-071-2/+8
* gdb: lx-symbols: store the abspath()Johannes Berg2021-05-071-1/+2
* scripts/gdb: fix list_for_eachGeorge Prekas2021-02-261-0/+5
* kbuild: use always-y instead of extra-yMasahiro Yamada2021-02-161-2/+2
* scripts/gdb/tasks: add headers and improve spacing formatRitesh Harjani2020-10-161-4/+5
* scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...Ritesh Harjani2020-10-161-8/+7
* Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-132-37/+117
|\
| * Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-122-37/+117
| |\
| | * printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-5/+11
| | * printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-151-1/+2
| | * printk: ringbuffer: change representation of statesJohn Ogness2020-09-151-5/+6
| | * scripts/gdb: update for lockless printk ringbufferJohn Ogness2020-09-081-37/+102
| | * scripts/gdb: add utils.read_ulong()John Ogness2020-09-081-0/+7
* | | scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers2020-08-121-2/+2
|/ /
| |
| \
*-. \ Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2020-08-031-6/+6
|\ \ \ | | |/ | |/|
| | * PM: domains: Fix up terminology with parent/childKees Cook2020-07-091-6/+6
| |/
* / scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella2020-07-241-1/+1
|/
* scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson2020-05-071-2/+2
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich2019-11-061-1/+2
* scripts/gdb: fix debugging modules on s390Ilya Leoshkevich2019-10-191-1/+7
* scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge2019-10-192-16/+25
* scripts/gdb: handle split debugDouglas Anderson2019-09-251-2/+2
* 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