LLDB mainline
|
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 |
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.
uint64_t lldb_private::JSONUINT64::value |
Definition at line 73 of file TraceIntelPTGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), lldb_private::trace_intel_pt::TraceIntelPTBundleLoader::ParseModule(), lldb_private::toJSON(), lldb_private::LinuxPerfZeroTscConversion::ToNanos(), and lldb_private::LinuxPerfZeroTscConversion::ToTSC().