LLDB mainline
lldb_private::AcceleratorBreakpointByName Struct Reference

#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.

Detailed Description

Definition at line 31 of file AcceleratorGDBRemotePackets.h.

Member Data Documentation

◆ function_name

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().

◆ shlib

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().


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