Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1450 bool GetBoolean() { return m_content; } in GetBoolean() function in curses::BooleanFieldDelegate
2473 Status detach_status(m_process->Detach(m_keep_stopped_field->GetBoolean())); in Detach()
2514 if (m_wait_for_field->GetBoolean()) in UpdateFieldsVisibility()
2524 if (m_show_advanced_field->GetBoolean()) in UpdateFieldsVisibility()
2589 attach_info.SetContinueOnceAttached(m_continue_field->GetBoolean()); in GetAttachInfo()
2593 attach_info.SetWaitForLaunch(m_wait_for_field->GetBoolean()); in GetAttachInfo()
2594 if (m_wait_for_field->GetBoolean()) in GetAttachInfo()
2595 attach_info.SetIgnoreExisting(!m_include_existing_field->GetBoolean()); in GetAttachInfo()