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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1937     return NativeProcessProtocol::StartTrace(config, error);
 1944     return StartTraceGroup(config, error);
 1949     error.SetErrorString("invalid thread id");
 1956     error.SetErrorString("tracing already active on this thread");
 1963     error = traceMonitor.takeError();
 1964     LLDB_LOG(log, "error {0}", error);