Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2339 FileFieldDelegate *AddFileField(const char *label, const char *content, in AddFileField() function in curses::FormDelegate
3077 m_executable_field = AddFileField("Executable", "", /*need_to_exist=*/true, in TargetCreateFormDelegate()
3079 m_core_file_field = AddFileField("Core File", "", /*need_to_exist=*/true, in TargetCreateFormDelegate()
3081 m_symbol_file_field = AddFileField( in TargetCreateFormDelegate()
3084 m_remote_file_field = AddFileField( in TargetCreateFormDelegate()
3275 m_shell_field = AddFileField("Shell", "", true, false); in ProcessLaunchFormDelegate()
3282 AddFileField("Standard Output File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate()
3285 AddFileField("Standard Error File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate()
3288 AddFileField("Standard Input File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate()