Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2371 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()
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()
[all …]