Searched refs:AddBooleanField (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2372 BooleanFieldDelegate *AddBooleanField(const char *label, bool content) { in AddBooleanField() function in curses::FormDelegate 2875 AddBooleanField("Keep process stopped when detaching.", false); in DetachOrKillProcessFormDelegate() 2917 m_continue_field = AddBooleanField("Continue once attached.", false); in ProcessAttachFormDelegate() 2918 m_wait_for_field = AddBooleanField("Wait for process to launch.", false); in ProcessAttachFormDelegate() 2920 AddBooleanField("Include existing processes.", false); in ProcessAttachFormDelegate() 2921 m_show_advanced_field = AddBooleanField("Show advanced settings.", false); in ProcessAttachFormDelegate() 3268 m_stop_at_entry_field = AddBooleanField("Stop at entry point.", false); in ProcessLaunchFormDelegate() 3270 AddBooleanField("Detach on error.", GetDefaultDetachOnError()); in ProcessLaunchFormDelegate() 3272 AddBooleanField("Disable ASLR", GetDefaultDisableASLR()); in ProcessLaunchFormDelegate() 3277 AddBooleanField("Expand shell arguments.", false); in ProcessLaunchFormDelegate() [all …]
|