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

Helper structure to help parse long numbers that can't be easily represented by a JSON number that is compatible with Javascript (52 bits) or that can also be represented as hex. More...

#include <TraceIntelPTGDBRemotePackets.h>

Public Attributes

uint64_t value
 

Detailed Description

Helper structure to help parse long numbers that can't be easily represented by a JSON number that is compatible with Javascript (52 bits) or that can also be represented as hex.

Definition at line 72 of file TraceIntelPTGDBRemotePackets.h.

Member Data Documentation

◆ value

uint64_t lldb_private::JSONUINT64::value

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