scripts/gdb: update documentation for lx_per_cpu
authorIllia Ostapyshyn <illia@yshyn.com>
Sat, 3 May 2025 12:32:32 +0000 (14:32 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:54:13 +0000 (17:54 -0700)
commit09e1d93a421fa5f6699a9dbdbfc09c1008de4b9a
tree6806b95929f27ae54edbc6f73b6132bbe6b9b898
parent6be7045c7756caf2d445dc66473e45ac5779cd55
scripts/gdb: update documentation for lx_per_cpu

Commit db08c53fdd542bb7f83b ("scripts/gdb: fix parameter handling in
$lx_per_cpu") changed the parameter handling of lx_per_cpu to use GdbValue
instead of parsing the variable name.  Update the documentation to reflect
the new lx_per_cpu usage.  Update the hrtimer_bases example to use rb_tree
instead of the timerqueue_head.next pointer removed in commit
511885d7061eda3eb1fa ("lib/timerqueue: Rely on rbtree semantics for next
timer").

Link: https://lkml.kernel.org/r/20250503123234.2407184-3-illia@yshyn.com
Signed-off-by: Illia Ostapyshyn <illia@yshyn.com>
Cc: Alex Shi <alexs@kernel.org>
Cc: Brendan Jackman <jackmanb@google.com>
Cc: Dongliang Mu <dzm91@hust.edu.cn>
Cc: Florian Rommel <mail@florommel.de>
Cc: Hu Haowen <2023002089@link.tyut.edu.cn>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Kieran Bingham <kbingham@kernel.org>
Cc: Yanteng Si <si.yanteng@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/process/debugging/gdb-kernel-debugging.rst
Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst
Documentation/translations/zh_TW/dev-tools/gdb-kernel-debugging.rst
scripts/gdb/linux/cpus.py