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

References

tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  240   if (shell_name == nullptr)
  241     shell_name = shell_string.c_str();
  243     shell_name++;
  245   if (strcmp(shell_name, "csh") == 0 || strcmp(shell_name, "tcsh") == 0 ||
  245   if (strcmp(shell_name, "csh") == 0 || strcmp(shell_name, "tcsh") == 0 ||
  246       strcmp(shell_name, "zsh") == 0 || strcmp(shell_name, "sh") == 0) {
  246       strcmp(shell_name, "zsh") == 0 || strcmp(shell_name, "sh") == 0) {