Searched refs:AddFileField (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 2340 FileFieldDelegate *AddFileField(const char *label, const char *content, in AddFileField() function in curses::FormDelegate 3078 m_executable_field = AddFileField("Executable", "", /*need_to_exist=*/true, in TargetCreateFormDelegate() 3080 m_core_file_field = AddFileField("Core File", "", /*need_to_exist=*/true, in TargetCreateFormDelegate() 3082 m_symbol_file_field = AddFileField( in TargetCreateFormDelegate() 3085 m_remote_file_field = AddFileField( in TargetCreateFormDelegate() 3276 m_shell_field = AddFileField("Shell", "", true, false); in ProcessLaunchFormDelegate() 3283 AddFileField("Standard Output File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate() 3286 AddFileField("Standard Error File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate() 3289 AddFileField("Standard Input File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate()
|