LLDB mainline
Namespaces | Functions
TraceIntelPTGDBRemotePackets.cpp File Reference
#include "lldb/Utility/TraceIntelPTGDBRemotePackets.h"

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Functions

bool lldb_private::fromJSON (const json::Value &value, JSONUINT64 &uint64, Path path)
 
bool lldb_private::fromJSON (const json::Value &value, TraceIntelPTStartRequest &packet, Path path)
 
bool lldb_private::fromJSON (const json::Value &value, LinuxPerfZeroTscConversion &packet, json::Path path)
 
bool lldb_private::fromJSON (const json::Value &value, TraceIntelPTGetStateResponse &packet, json::Path path)
 
llvm::json::Value lldb_private::toJSON (const JSONUINT64 &uint64, bool hex)
 
llvm::json::Value lldb_private::toJSON (const TraceIntelPTStartRequest &packet)
 
llvm::json::Value lldb_private::toJSON (const LinuxPerfZeroTscConversion &packet)
 
llvm::json::Value lldb_private::toJSON (const TraceIntelPTGetStateResponse &packet)