linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Fix some GDB command error and add some GDB commands
@ 2024-07-23  6:48 Kuan-Ying Lee
  2024-07-23  6:48 ` [PATCH v3 1/5] scripts/gdb: fix timerlist parsing issue Kuan-Ying Lee
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kuan-Ying Lee @ 2024-07-23  6:48 UTC (permalink / raw)
  To: kuan-ying.lee, Andrew Morton; +Cc: linux-mm

Fix some GDB command errors and add some useful GDB commands.

Patch 1:
 - Fix timerlist parsing issue
Patch 2-3:
 - Add rbtree inorder traverse.
 - Fix 'lx-mounts' command error.
Patch 4:
 - Add 'lx-stack_depot_lookup' command to provides
   users with backtrace of a handle.
Patch 5:
 - Add 'lx-kasan_mem_to_shadow' command to translate
   the memory address to kasan shadow memory address.

v1->v2:
 - Add patch to fix 'lx-mounts' and 'lx-timerlist' gdb command errors.

v2->v3:
 - Rebase on linux-next:next-20240722.

Kuan-Ying Lee (5):
  scripts/gdb: fix timerlist parsing issue
  scripts/gdb: add iteration function for rbtree
  scripts/gdb: fix lx-mounts command error
  scripts/gdb: Add 'lx-stack_depot_lookup' command.
  scripts/gdb: Add 'lx-kasan_mem_to_shadow' command

 scripts/gdb/linux/kasan.py      | 44 +++++++++++++++++++++++++++++++++
 scripts/gdb/linux/proc.py       |  4 +--
 scripts/gdb/linux/rbtree.py     | 12 +++++++++
 scripts/gdb/linux/stackdepot.py | 27 ++++++++++++++++++++
 scripts/gdb/linux/timerlist.py  | 31 ++++++++++++-----------
 scripts/gdb/vmlinux-gdb.py      |  1 +
 6 files changed, 102 insertions(+), 17 deletions(-)
 create mode 100644 scripts/gdb/linux/kasan.py

-- 
2.34.1



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

end of thread, other threads:[~2024-07-23  6:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-23  6:48 [PATCH v3 0/5] Fix some GDB command error and add some GDB commands Kuan-Ying Lee
2024-07-23  6:48 ` [PATCH v3 1/5] scripts/gdb: fix timerlist parsing issue Kuan-Ying Lee
2024-07-23  6:48 ` [PATCH v3 2/5] scripts/gdb: add iteration function for rbtree Kuan-Ying Lee
2024-07-23  6:48 ` [PATCH v3 3/5] scripts/gdb: fix lx-mounts command error Kuan-Ying Lee
2024-07-23  6:49 ` [PATCH v3 4/5] scripts/gdb: Add 'lx-stack_depot_lookup' command Kuan-Ying Lee
2024-07-23  6:49 ` [PATCH v3 5/5] scripts/gdb: Add 'lx-kasan_mem_to_shadow' command 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