Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc1035 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1093 if (showDebug()) in menuInfo()
1096 if (showDebug()) in menuInfo()
1102 if (showDebug()) in menuInfo()
1105 if (showDebug()) in menuInfo()
1111 if (showDebug()) in menuInfo()
1122 if (showDebug()) { in menuInfo()
1130 if (showDebug()) in menuInfo()
1241 action->setChecked(showDebug()); in createStandardContextMenu()
1448 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
H A Dqconf.h246 bool showDebug(void) const { return _showDebug; } in showDebug() function
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc955 action->setChecked(showDebug()); in ConfigInfoView()
964 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1023 if (showDebug()) in menuInfo()
1026 if (showDebug()) in menuInfo()
1032 if (showDebug()) in menuInfo()
1035 if (showDebug()) in menuInfo()
1041 if (showDebug()) in menuInfo()
1053 if (showDebug()) { in menuInfo()
1448 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
H A Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug() function