This patchset fix some GDB command errors. 1. Since memory layout of AARCH64 has been changed, we need to modify the layout in GDB scripts as well. 2. Fix pool_index naming of stackdepot. The patchset is based on next-20240618. Kuan-Ying Lee (6): scripts/gdb: redefine MAX_ORDER sanely scripts/gdb: rework module VA range scripts/gdb: change the layout of vmemmap scripts/gdb: set vabits_actual based on TCR_EL1 scripts/gdb: change VA_BITS_MIN when we use 16K page scripts/gdb: rename pool_index to pool_index_plus_1 scripts/gdb/linux/mm.py | 23 ++++++++++++++--------- scripts/gdb/linux/stackdepot.py | 8 ++++++-- 2 files changed, 20 insertions(+), 11 deletions(-) -- 2.34.1