LLDB mainline
|
Public Attributes | |
uint32_t | slot_id |
lldb::addr_t | address |
uint32_t | size |
bool | read |
bool | write |
Definition at line 111 of file ProcessWindows.h.
lldb::addr_t lldb_private::ProcessWindows::WatchpointInfo::address |
Definition at line 113 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
bool lldb_private::ProcessWindows::WatchpointInfo::read |
Definition at line 115 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
uint32_t lldb_private::ProcessWindows::WatchpointInfo::size |
Definition at line 114 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
uint32_t lldb_private::ProcessWindows::WatchpointInfo::slot_id |
Definition at line 112 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
bool lldb_private::ProcessWindows::WatchpointInfo::write |
Definition at line 116 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().