LLDB mainline
Public Attributes | List of all members
lldb_private::NativeProcessProtocol::SoftwareBreakpoint Struct Reference

#include <NativeProcessProtocol.h>

Collaboration diagram for lldb_private::NativeProcessProtocol::SoftwareBreakpoint:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 410 of file NativeProcessProtocol.h.

Member Data Documentation

◆ breakpoint_opcodes

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

Definition at line 413 of file NativeProcessProtocol.h.

◆ ref_count

uint32_t lldb_private::NativeProcessProtocol::SoftwareBreakpoint::ref_count

Definition at line 411 of file NativeProcessProtocol.h.

◆ saved_opcodes

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

Definition at line 412 of file NativeProcessProtocol.h.


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