LLDB mainline
|
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. | |
jLLDBTraceSupported gdb-remote packet
Definition at line 24 of file TraceGDBRemotePackets.h.
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().
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().