linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix GDB commands error
@ 2023-11-27  7:04 Kuan-Ying Lee
  2023-11-27  7:04 ` [PATCH 1/3] scripts/gdb/tasks: Fix lx-ps command error Kuan-Ying Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kuan-Ying Lee @ 2023-11-27  7:04 UTC (permalink / raw)
  To: Matthias Brugger, AngeloGioacchino Del Regno
  Cc: casper.li, chinwen.chang, qun-wei.lin, linux-mm, akpm,
	Kuan-Ying Lee, linux-kernel, linux-arm-kernel, linux-mediatek

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-28 11:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-27  7:04 [PATCH 0/3] Fix GDB commands error Kuan-Ying Lee
2023-11-27  7:04 ` [PATCH 1/3] scripts/gdb/tasks: Fix lx-ps command error Kuan-Ying Lee
2023-11-27 12:03   ` Oleg Nesterov
2023-11-28 11:45     ` Kuan-Ying Lee (李冠穎)
2023-11-27  7:04 ` [PATCH 2/3] scripts/gdb/stackdepot: Rename pool_index_cached to pools_num Kuan-Ying Lee
2023-11-27  7:04 ` [PATCH 3/3] scripts/gdb: Remove exception handling and refine print format Kuan-Ying Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).