Searched refs:gdb_eval_or_none (Results 1 – 4 of 4) sorted by relevance
8 from linux.utils import CachedType, gdb_eval_or_none73 if gdb_eval_or_none("&gpd_list") is None:
44 if utils.gdb_eval_or_none("clk_root_list") is None:
24 modules = utils.gdb_eval_or_none("modules")
184 def gdb_eval_or_none(expresssion): function