reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1245   if (shell_name == nullptr)
 1246     shell_name = shell_string.c_str();
 1248     shell_name++;
 1250   if (strcmp(shell_name, "sh") == 0) {
 1257   } else if (strcmp(shell_name, "csh") == 0 ||
 1258              strcmp(shell_name, "tcsh") == 0 ||
 1259              strcmp(shell_name, "zsh") == 0) {