LLDB mainline
lldb_private::NativeProcessProtocol::SoftwareBreakpoint Struct Reference

#include <NativeProcessProtocol.h>

Public Attributes

uint32_t ref_count
llvm::SmallVector< uint8_t, 4 > saved_opcodes
llvm::ArrayRef< uint8_t > breakpoint_opcodes

Detailed Description

Definition at line 421 of file NativeProcessProtocol.h.

Member Data Documentation

◆ breakpoint_opcodes

llvm::ArrayRef<uint8_t> lldb_private::NativeProcessProtocol::SoftwareBreakpoint::breakpoint_opcodes

◆ ref_count

uint32_t lldb_private::NativeProcessProtocol::SoftwareBreakpoint::ref_count

Definition at line 422 of file NativeProcessProtocol.h.

◆ saved_opcodes

llvm::SmallVector<uint8_t, 4> lldb_private::NativeProcessProtocol::SoftwareBreakpoint::saved_opcodes

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