LLDB mainline
Public Attributes | List of all members
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 417 of file NativeProcessProtocol.h.

Member Data Documentation

◆ breakpoint_opcodes

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

Definition at line 420 of file NativeProcessProtocol.h.

◆ ref_count

uint32_t lldb_private::NativeProcessProtocol::SoftwareBreakpoint::ref_count

Definition at line 418 of file NativeProcessProtocol.h.

◆ saved_opcodes

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

Definition at line 419 of file NativeProcessProtocol.h.


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