LLDB mainline
lldb_private::SymbolValue Struct Reference

#include <AcceleratorGDBRemotePackets.h>

Public Attributes

std::string name
 Symbol name as requested in AcceleratorBreakpointInfo::symbol_names.
std::optional< uint64_t > value
 Load address of the symbol in the native process, or nullopt if not found.

Detailed Description

Definition at line 20 of file AcceleratorGDBRemotePackets.h.

Member Data Documentation

◆ name

std::string lldb_private::SymbolValue::name

◆ value

std::optional<uint64_t> lldb_private::SymbolValue::value

Load address of the symbol in the native process, or nullopt if not found.

Definition at line 24 of file AcceleratorGDBRemotePackets.h.

Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().


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