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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1062   json_dict->GetValueForKeyAsInteger("type", type);
 1063   options.setType(static_cast<lldb::TraceType>(type));
 1078       type != lldb::TraceType::eTraceTypeProcessorTrace) {
 1080              type);