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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  105   if (!log)
  109     LLDB_LOG(log, "setting STDIN to '{0}'", action->GetFileSpec());
  111     LLDB_LOG(log, "leaving STDIN as is");
  114     LLDB_LOG(log, "setting STDOUT to '{0}'", action->GetFileSpec());
  116     LLDB_LOG(log, "leaving STDOUT as is");
  119     LLDB_LOG(log, "setting STDERR to '{0}'", action->GetFileSpec());
  121     LLDB_LOG(log, "leaving STDERR as is");
  126     LLDB_LOG(log, "arg {0}: '{1}'", i, *args);