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

References

tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  369   options.setType(lldb::TraceType::eTraceTypeProcessorTrace);
  370   options.setMetaDataBufferSize(8192);
  371   options.setTraceBufferSize(8192);
  372   options.setThreadID(0x23);
  379   options.setTraceParams(custom_params);
  382     return client.SendStartTracePacket(options, error);
  396     return client.SendStartTracePacket(options, error);