LLDB mainline
Public Attributes | List of all members
lldb_private::TraceSupportedResponse Struct Reference

jLLDBTraceSupported gdb-remote packet More...

#include <TraceGDBRemotePackets.h>

Public Attributes

std::string name
 The name of the technology, e.g.
 
std::string description
 The description for the technology.
 

Detailed Description

jLLDBTraceSupported gdb-remote packet

Definition at line 24 of file TraceGDBRemotePackets.h.

Member Data Documentation

◆ description

std::string lldb_private::TraceSupportedResponse::description

The description for the technology.

Definition at line 32 of file TraceGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().

◆ name

std::string lldb_private::TraceSupportedResponse::name

The name of the technology, e.g.

intel-pt or arm-coresight.

In order for a Trace plug-in (see lldb_private::Trace.h) to support the trace technology given by this struct, it should match its name with this field.

Definition at line 30 of file TraceGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().


The documentation for this struct was generated from the following file: