From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:18:26 +0000
Subject: [PATCH] write in 30M

---
 kernel/scripts/gdb/linux/clk.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/scripts/gdb/linux/clk.py b/kernel/scripts/gdb/linux/clk.py
index 061aecf..7a01fdc 100644
--- a/kernel/scripts/gdb/linux/clk.py
+++ b/kernel/scripts/gdb/linux/clk.py
@@ -41,6 +41,8 @@
             self.show_subtree(child, level + 1)
 
     def invoke(self, arg, from_tty):
+        if utils.gdb_eval_or_none("clk_root_list") is None:
+            raise gdb.GdbError("No clocks registered")
         gdb.write("                                 enable  prepare  protect               \n")
         gdb.write("   clock                          count    count    count        rate   \n")
         gdb.write("------------------------------------------------------------------------\n")

--
Gitblit v1.6.2