mbox series

[v2,0/3] Fix GDB commands error

Message ID 20231129065142.13375-1-Kuan-Ying.Lee@mediatek.com (mailing list archive)
Headers show
Series Fix GDB commands error | expand

Message

Kuan-Ying Lee (李冠穎) Nov. 29, 2023, 6:51 a.m. UTC
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

---
V1->V2:
 - Remove unnecessary variable. (Thanks Oleg)
 - Refine commit message.

Kuan-Ying Lee (3):
  scripts/gdb/tasks: Fix lx-ps command error
  scripts/gdb/stackdepot: Rename pool_index 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      | 18 ++++------
 4 files changed, 36 insertions(+), 49 deletions(-)