|
LLDB mainline
|
#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. | |
Definition at line 20 of file AcceleratorGDBRemotePackets.h.
| std::string lldb_private::SymbolValue::name |
Symbol name as requested in AcceleratorBreakpointInfo::symbol_names.
Definition at line 22 of file AcceleratorGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), lldb_private::AcceleratorBreakpointHitArgs::GetSymbolValue(), and lldb_private::toJSON().
| 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().