[PATCH 0/3] Fix GDB commands error

Kuan-Ying Lee posted 3 patches 2 years ago
There is a newer version of this series
scripts/gdb/linux/page_owner.py | 58 ++++++++++++++-------------------
scripts/gdb/linux/slab.py       |  3 +-
scripts/gdb/linux/stackdepot.py |  6 ++--
scripts/gdb/linux/tasks.py      | 12 +++----
4 files changed, 33 insertions(+), 46 deletions(-)
[PATCH 0/3] Fix GDB commands error
Posted by Kuan-Ying Lee 2 years ago
This patchset fix some issues of gdb command.

Patch 1:
 - Fix lx-ps command error
Patch 2:
 - Fix stackdepot usage error
Patch 3:
 - Remove exception handling
 - Refine the printing format

---
This patchset is based on linux-next-20231127.

Kuan-Ying Lee (3):
  scripts/gdb/tasks: Fix lx-ps command error
  scripts/gdb/stackdepot: Rename pool_index_cached to pools_num
  scripts/gdb: Remove exception handling and refine print format

 scripts/gdb/linux/page_owner.py | 58 ++++++++++++++-------------------
 scripts/gdb/linux/slab.py       |  3 +-
 scripts/gdb/linux/stackdepot.py |  6 ++--
 scripts/gdb/linux/tasks.py      | 12 +++----
 4 files changed, 33 insertions(+), 46 deletions(-)

-- 
2.18.0