mbox series

[0/6] Fix GDB command error

Message ID 20240619074911.100434-1-kuan-ying.lee@canonical.com (mailing list archive)
Headers show
Series Fix GDB command error | expand

Message

Kuan-Ying Lee June 19, 2024, 7:49 a.m. UTC
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(-)