Lines Matching refs:AddBooleanField
2371 BooleanFieldDelegate *AddBooleanField(const char *label, bool content) { in AddBooleanField() function in curses::FormDelegate
2874 AddBooleanField("Keep process stopped when detaching.", false); in DetachOrKillProcessFormDelegate()
2916 m_continue_field = AddBooleanField("Continue once attached.", false); in ProcessAttachFormDelegate()
2917 m_wait_for_field = AddBooleanField("Wait for process to launch.", false); in ProcessAttachFormDelegate()
2919 AddBooleanField("Include existing processes.", false); in ProcessAttachFormDelegate()
2920 m_show_advanced_field = AddBooleanField("Show advanced settings.", false); in ProcessAttachFormDelegate()
3082 m_show_advanced_field = AddBooleanField("Show advanced settings.", false); in TargetCreateFormDelegate()
3265 m_show_advanced_field = AddBooleanField("Show advanced settings.", false); in ProcessLaunchFormDelegate()
3267 m_stop_at_entry_field = AddBooleanField("Stop at entry point.", false); in ProcessLaunchFormDelegate()
3269 AddBooleanField("Detach on error.", GetDefaultDetachOnError()); in ProcessLaunchFormDelegate()
3271 AddBooleanField("Disable ASLR", GetDefaultDisableASLR()); in ProcessLaunchFormDelegate()
3276 AddBooleanField("Expand shell arguments.", false); in ProcessLaunchFormDelegate()
3279 AddBooleanField("Disable Standard IO", GetDefaultDisableStandardIO()); in ProcessLaunchFormDelegate()
3291 AddBooleanField("Show inherited environment variables.", false); in ProcessLaunchFormDelegate()