[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1677631565.git.development@efficientek.com>
Date: Tue, 28 Feb 2023 18:53:33 -0600
From: Glenn Washburn <development@...icientek.com>
To: Jan Kiszka <jan.kiszka@...mens.com>,
Kieran Bingham <kbingham@...nel.org>
Cc: Glenn Washburn <development@...icientek.com>,
John Ogness <john.ogness@...utronix.de>,
Petr Mladek <pmladek@...e.com>,
Antonio Borneo <antonio.borneo@...s.st.com>,
linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
linux-fsdevel@...r.kernel.org
Subject: [PATCH 0/2] GDB VFS utils
Hi all,
I've created a couple GDB convenience functions that I found useful when
debugging some VFS issues and figure others might find them useful. For
instance, they are useful in setting conditional breakpoints on VFS
functions where you only care if the dentry path is a certain value. I
took the opportunity to create a new "vfs" python module to give VFS
related utilities a home.
Glenn
Glenn Washburn (2):
scripts/gdb: Create linux/vfs.py for VFS related GDB helpers
scripts/gdb: Add GDB convenience functions $lx_dentry_name() and
$lx_i_dentry()
scripts/gdb/linux/proc.py | 15 +++++-----
scripts/gdb/linux/utils.py | 8 ------
scripts/gdb/linux/vfs.py | 59 ++++++++++++++++++++++++++++++++++++++
scripts/gdb/vmlinux-gdb.py | 1 +
4 files changed, 68 insertions(+), 15 deletions(-)
create mode 100644 scripts/gdb/linux/vfs.py
--
2.30.2
Powered by blists - more mailing lists