|
LLDB mainline
|
#include <AcceleratorGDBRemotePackets.h>
Public Attributes | |
| std::optional< std::string > | shlib |
| Optional shared library name to limit the breakpoint scope. | |
| std::string | function_name |
| Function name to set a breakpoint at. | |
Definition at line 31 of file AcceleratorGDBRemotePackets.h.
| std::string lldb_private::AcceleratorBreakpointByName::function_name |
Function name to set a breakpoint at.
Definition at line 35 of file AcceleratorGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().
| std::optional<std::string> lldb_private::AcceleratorBreakpointByName::shlib |
Optional shared library name to limit the breakpoint scope.
Definition at line 33 of file AcceleratorGDBRemotePackets.h.
Referenced by lldb_private::fromJSON(), and lldb_private::toJSON().