[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251204163425.370783-1-jremus@linux.ibm.com>
Date: Thu, 4 Dec 2025 17:34:22 +0100
From: Jens Remus <jremus@...ux.ibm.com>
To: linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org,
Jan Kiszka <jan.kiszka@...mens.com>,
Kieran Bingham <kbingham@...nel.org>
Cc: Jens Remus <jremus@...ux.ibm.com>, Heiko Carstens <hca@...ux.ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>,
Alexander Gordeev <agordeev@...ux.ibm.com>,
Ilya Leoshkevich <iii@...ux.ibm.com>
Subject: [PATCH 0/3] scripts/gdb: Improve s390 support
Patch 1 adds $lx_current([CPU]) support for s390 to obtain the task of
the active context or a specific CPU.
Patch 2 adds a $lx_lowcore([CPU]) convenience function on s390 to obtain
the s390 lowcore of the active context of a specific CPU. It is based
on functionality introduced by patch 1.
Patch 3 adds a $lx_cpu() convenience function to obtain the CPU number
of the active context.
Regards,
Jens
Jens Remus (3):
scripts/gdb: add lx_current support for s390
scripts/gdb: add lx_lowcore convenience function on s390
scripts/gdb: add lx_cpu convenience function
scripts/gdb/linux/constants.py.in | 14 +++++++
scripts/gdb/linux/cpus.py | 67 ++++++++++++++++++++++++++++++-
2 files changed, 80 insertions(+), 1 deletion(-)
--
2.51.0
Powered by blists - more mailing lists