Searched refs:AddFileField (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2338 FileFieldDelegate *AddFileField(const char *label, const char *content, in AddFileField() function in curses::FormDelegate 3076 m_executable_field = AddFileField("Executable", "", /*need_to_exist=*/true, in TargetCreateFormDelegate() 3078 m_core_file_field = AddFileField("Core File", "", /*need_to_exist=*/true, in TargetCreateFormDelegate() 3080 m_symbol_file_field = AddFileField( in TargetCreateFormDelegate() 3083 m_remote_file_field = AddFileField( in TargetCreateFormDelegate() 3274 m_shell_field = AddFileField("Shell", "", true, false); in ProcessLaunchFormDelegate() 3281 AddFileField("Standard Output File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate() 3284 AddFileField("Standard Error File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate() 3287 AddFileField("Standard Input File", "", /*need_to_exist=*/false, in ProcessLaunchFormDelegate()
|