Home
last modified time | relevance | path

Searched refs:gdb_eval_or_none (Results 1 – 4 of 4) sorted by relevance

/scripts/gdb/linux/
Dgenpd.py8 from linux.utils import CachedType, gdb_eval_or_none
73 if gdb_eval_or_none("&gpd_list") is None:
Dclk.py44 if utils.gdb_eval_or_none("clk_root_list") is None:
Dmodules.py24 modules = utils.gdb_eval_or_none("modules")
Dutils.py184 def gdb_eval_or_none(expresssion): function