summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-152-2/+6
|\
| * x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-082-2/+6
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-27/+29
|\ \
| * | scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee2024-02-211-27/+29
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-2/+2
|\ \
| * | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-062-2/+2
| |/
* / scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance2024-03-071-1/+1
|/
* Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-01-181-12/+3
|\
| * scripts: clean up IA-64 codeMasahiro Yamada2023-12-031-12/+3
* | scripts/gdb: remove exception handling and refine print formatKuan-Ying Lee2023-12-102-35/+26
* | scripts/gdb/stackdepot: rename pool_index to pools_numKuan-Ying Lee2023-12-101-3/+3
* | scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli2023-12-061-8/+8
* | scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee2023-12-061-11/+7
|/
* scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2023-11-012-2/+7
* scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger2023-11-011-4/+5
* scripts/gdb: add lx_current support for riscvDeepak Gupta2023-11-011-0/+15
* revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton2023-09-191-21/+2
* scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee2023-08-213-0/+65
* scripts/gdb/slab: add slab supportKuan-Ying Lee2023-08-213-0/+340
* scripts/gdb/page_owner: add page owner supportKuan-Ying Lee2023-08-213-0/+198
* scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee2023-08-213-0/+57
* scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee2023-08-214-204/+626
* scripts/gdb/utils: add common type usageKuan-Ying Lee2023-08-211-0/+20
* scripts/gdb/modules: add get module text supportKuan-Ying Lee2023-08-211-1/+31
* scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee2023-08-211-2/+21
* scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2023-08-182-3/+12
* scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori2023-08-181-7/+10
* scripts/gdb: fix SB_* constants parsingFlorian Fainelli2023-06-191-6/+6
* 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
| |/