LLDB mainline
Public Attributes | List of all members
lldb_private::ProcessWindows::WatchpointInfo Struct Reference

Public Attributes

uint32_t slot_id
 
lldb::addr_t address
 
uint32_t size
 
bool read
 
bool write
 

Detailed Description

Definition at line 111 of file ProcessWindows.h.

Member Data Documentation

◆ address

lldb::addr_t lldb_private::ProcessWindows::WatchpointInfo::address

Definition at line 113 of file ProcessWindows.h.

Referenced by lldb_private::ProcessWindows::EnableWatchpoint().

◆ read

bool lldb_private::ProcessWindows::WatchpointInfo::read

Definition at line 115 of file ProcessWindows.h.

Referenced by lldb_private::ProcessWindows::EnableWatchpoint().

◆ size

uint32_t lldb_private::ProcessWindows::WatchpointInfo::size

Definition at line 114 of file ProcessWindows.h.

Referenced by lldb_private::ProcessWindows::EnableWatchpoint().

◆ slot_id

uint32_t lldb_private::ProcessWindows::WatchpointInfo::slot_id

Definition at line 112 of file ProcessWindows.h.

Referenced by lldb_private::ProcessWindows::EnableWatchpoint().

◆ write

bool lldb_private::ProcessWindows::WatchpointInfo::write

Definition at line 116 of file ProcessWindows.h.

Referenced by lldb_private::ProcessWindows::EnableWatchpoint().


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