aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/__init__.py
diff options
context:
space:
mode:
authorFabiano Rosas <[email protected]>2019-05-31 22:30:36 -0700
committerLinus Torvalds <[email protected]>2019-06-01 15:51:31 -0700
commitef7a77c6de2f98c25ca97541f111f14bb74fc13d (patch)
treee14002e43e11f1441e9e0854913a6a84a59a1649 /scripts/gdb/linux/__init__.py
parentdf17277b2a85c00f5710e33ce238ba4114687a28 (diff)
scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not set
CLK_GET_RATE_NOCACHE depends on CONFIG_COMMON_CLK. Importing constants.py when CONFIG_COMMON_CLK is not defined causes: (gdb) lx-symbols (...) File "scripts/gdb/linux/proc.py", line 15, in <module> from linux import constants File "scripts/gdb/linux/constants.py", line 2, in <module> LX_CLK_GET_RATE_NOCACHE = gdb.parse_and_eval("CLK_GET_RATE_NOCACHE") gdb.error: No symbol "CLK_GET_RATE_NOCACHE" in current context. Link: http://lkml.kernel.org/r/[email protected] Fixes: e7e6f462c1be ("scripts/gdb: print cached rate in lx-clk-summary") Signed-off-by: Fabiano Rosas <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Cc: Jan Kiszka <[email protected]> Cc: Kieran Bingham <[email protected]> Cc: Leonard Crestez <[email protected]> Cc: Jackie Liu <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/__init__.py')
0 files changed, 0 insertions, 0 deletions