LLDB mainline
AcceleratorGDBRemotePackets.h File Reference
#include "llvm/Support/JSON.h"
#include <cstdint>
#include <optional>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  lldb_private::SymbolValue
struct  lldb_private::AcceleratorBreakpointByName
struct  lldb_private::AcceleratorBreakpointByAddress
struct  lldb_private::AcceleratorBreakpointInfo
 A breakpoint definition. More...
struct  lldb_private::AcceleratorBreakpointHitArgs
 Sent by the client when a plugin-requested breakpoint is hit. More...
struct  lldb_private::AcceleratorActions
 Actions to be performed in the native process on behalf of an accelerator plugin. More...
struct  lldb_private::AcceleratorBreakpointHitResponse
 Response from the plugin when a breakpoint is hit. More...

Namespaces

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

Functions

bool lldb_private::fromJSON (const llvm::json::Value &value, SymbolValue &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const SymbolValue &data)
bool lldb_private::fromJSON (const llvm::json::Value &value, AcceleratorBreakpointByName &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AcceleratorBreakpointByName &data)
bool lldb_private::fromJSON (const llvm::json::Value &value, AcceleratorBreakpointByAddress &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AcceleratorBreakpointByAddress &data)
bool lldb_private::fromJSON (const llvm::json::Value &value, AcceleratorBreakpointInfo &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AcceleratorBreakpointInfo &data)
bool lldb_private::fromJSON (const llvm::json::Value &value, AcceleratorBreakpointHitArgs &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AcceleratorBreakpointHitArgs &data)
bool lldb_private::fromJSON (const llvm::json::Value &value, AcceleratorActions &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AcceleratorActions &data)
bool lldb_private::fromJSON (const llvm::json::Value &value, AcceleratorBreakpointHitResponse &data, llvm::json::Path path)
llvm::json::Value lldb_private::toJSON (const AcceleratorBreakpointHitResponse &data)