linux/scripts/gdb/linux
Seongjun Hong 55f8b4518d scripts/gdb: implement x86_page_ops in mm.py
Implement all member functions of x86_page_ops strictly following the
logic of aarch64_page_ops.

This includes full support for SPARSEMEM and standard page translation
functions.

This fixes compatibility with 'lx-' commands on x86_64, preventing
AttributeErrors when using lx-pfn_to_page and others.

Link: https://lkml.kernel.org/r/20260202034241.649268-1-hsj0512@snu.ac.kr
Signed-off-by: Seongjun Hong <hsj0512@snu.ac.kr>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2026-02-12 15:45:57 -08:00
..
.gitignore
Makefile
__init__.py
bpf.py scripts/gdb/symbols: make BPF debug info available to GDB 2025-11-20 14:03:42 -08:00
clk.py
config.py
constants.py.in scripts/gdb: implement x86_page_ops in mm.py 2026-02-12 15:45:57 -08:00
cpus.py
device.py
dmesg.py
genpd.py
interrupts.py
kasan.py
lists.py
mapletree.py
mm.py scripts/gdb: implement x86_page_ops in mm.py 2026-02-12 15:45:57 -08:00
modules.py
page_owner.py
pgtable.py
proc.py
radixtree.py
rbtree.py
slab.py
stackdepot.py
symbols.py scripts/gdb/symbols: make BPF debug info available to GDB 2025-11-20 14:03:42 -08:00
tasks.py
timerlist.py
utils.py
vfs.py
vmalloc.py
xarray.py