LLDB mainline
Namespaces
TraceGDBRemotePackets.cpp File Reference
#include "lldb/Utility/TraceGDBRemotePackets.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, TraceSupportedResponse &packet, Path path)
 jLLDBTraceSupported
 
llvm::json::Value lldb_private::toJSON (const TraceSupportedResponse &packet)
 
bool lldb_private::fromJSON (const json::Value &value, TraceStartRequest &packet, Path path)
 
llvm::json::Value lldb_private::toJSON (const TraceStartRequest &packet)
 
bool lldb_private::fromJSON (const json::Value &value, TraceStopRequest &packet, Path path)
 
llvm::json::Value lldb_private::toJSON (const TraceStopRequest &packet)
 
llvm::json::Value lldb_private::toJSON (const TraceGetStateRequest &packet)
 
llvm::json::Value lldb_private::toJSON (const TraceBinaryData &packet)
 
llvm::json::Value lldb_private::toJSON (const TraceThreadState &packet)
 
llvm::json::Value lldb_private::toJSON (const TraceGetStateResponse &packet)
 
llvm::json::Value lldb_private::toJSON (const TraceCpuState &packet)
 
bool lldb_private::fromJSON (const json::Value &value, TraceGetStateRequest &packet, Path path)
 jLLDBTraceGetState
 
bool lldb_private::fromJSON (const json::Value &value, TraceBinaryData &packet, Path path)
 
bool lldb_private::fromJSON (const json::Value &value, TraceThreadState &packet, Path path)
 
bool lldb_private::fromJSON (const json::Value &value, TraceGetStateResponse &packet, Path path)
 
bool lldb_private::fromJSON (const json::Value &value, TraceCpuState &packet, json::Path path)
 
llvm::json::Value lldb_private::toJSON (const TraceGetBinaryDataRequest &packet)
 jLLDBTraceGetBinaryData
 
bool lldb_private::fromJSON (const json::Value &value, TraceGetBinaryDataRequest &packet, Path path)