|
LLDB mainline
|
Sent by the client when a plugin-requested breakpoint is hit. More...
#include <AcceleratorGDBRemotePackets.h>
Public Member Functions | |
| AcceleratorBreakpointHitArgs ()=default | |
| AcceleratorBreakpointHitArgs (llvm::StringRef plugin_name) | |
| std::optional< uint64_t > | GetSymbolValue (llvm::StringRef symbol_name) const |
Public Attributes | |
| std::string | plugin_name |
| AcceleratorBreakpointInfo | breakpoint |
| std::vector< SymbolValue > | symbol_values |
Sent by the client when a plugin-requested breakpoint is hit.
Definition at line 72 of file AcceleratorGDBRemotePackets.h.
|
default |
|
inline |
Definition at line 74 of file AcceleratorGDBRemotePackets.h.
References plugin_name.
| std::optional< uint64_t > lldb_private::AcceleratorBreakpointHitArgs::GetSymbolValue | ( | llvm::StringRef | symbol_name | ) | const |
Definition at line 80 of file AcceleratorGDBRemotePackets.cpp.
References lldb_private::SymbolValue::name, and symbol_values.
| AcceleratorBreakpointInfo lldb_private::AcceleratorBreakpointHitArgs::breakpoint |
Definition at line 78 of file AcceleratorGDBRemotePackets.h.
Referenced by lldb_private::process_gdb_remote::ProcessGDBRemote::AcceleratorBreakpointHit(), lldb_private::fromJSON(), and lldb_private::toJSON().
| std::string lldb_private::AcceleratorBreakpointHitArgs::plugin_name |
Definition at line 77 of file AcceleratorGDBRemotePackets.h.
Referenced by AcceleratorBreakpointHitArgs(), lldb_private::fromJSON(), and lldb_private::toJSON().
| std::vector<SymbolValue> lldb_private::AcceleratorBreakpointHitArgs::symbol_values |
Definition at line 79 of file AcceleratorGDBRemotePackets.h.
Referenced by lldb_private::process_gdb_remote::ProcessGDBRemote::AcceleratorBreakpointHit(), lldb_private::fromJSON(), GetSymbolValue(), and lldb_private::toJSON().