summaryrefslogtreecommitdiff
path: root/scripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-2711-32/+452
|\
| * scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()Glenn Washburn2023-04-181-0/+37
| * scripts/gdb: create linux/vfs.py for VFS related GDB helpersGlenn Washburn2023-04-184-15/+32
| * scripts/gdb: timerlist: convert int chunks to strAmjad Ouled-Ameur2023-04-181-1/+1
| * scripts/gdb: print interruptsFlorian Fainelli2023-04-183-0/+247
| * scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2023-04-182-1/+6
| * scripts/gdb: add a Radix Tree ParserKieran Bingham2023-04-183-0/+99
| * scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu2023-04-181-1/+2
| * scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-04-182-2/+7
| * scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu2023-04-181-2/+1
| * scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-04-081-1/+3
| * scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-04-081-0/+2
| * scripts/gdb: support getting current task struct in UMLGlenn Washburn2023-04-081-2/+8
| * scripts/gdb: correct indentation in get_current_taskGlenn Washburn2023-04-081-9/+9
* | scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav2023-04-133-4/+7
|/
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-232-0/+223
|\
| * scripts/gdb: add mm introspection utilsDmitrii Bundin2023-02-022-0/+223
* | scripts/gdb: fix 'lx-current' for x86Jeff Xie2023-02-091-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-1/+1
|\
| * scripts/gdb: ensure the absolute path is generated on initial sourceAaron Tomlin2022-07-291-1/+1
* | Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-8/+15
|\ \
| * | scripts/gdb: fix 'lx-dmesg' on 32 bits archAntonio Borneo2022-07-212-8/+15
| |/
* | scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum2022-07-211-1/+1
|/
* scripts/gdb: change kernel config dumping methodKuan-Ying Lee2022-06-111-3/+3
* scripts/gdb: lx-dmesg: read records individuallyJohn Ogness2021-12-161-17/+18
* scripts/gdb: handle split debug for vmlinuxDouglas Anderson2021-11-091-1/+2
* 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