|
LLDB mainline
|
Public Attributes | |
| uint32_t | slot_id |
| lldb::addr_t | address |
| uint32_t | size |
| bool | read |
| bool | write |
Definition at line 121 of file ProcessWindows.h.
| lldb::addr_t lldb_private::ProcessWindows::WatchpointInfo::address |
Definition at line 123 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
| bool lldb_private::ProcessWindows::WatchpointInfo::read |
Definition at line 125 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
| uint32_t lldb_private::ProcessWindows::WatchpointInfo::size |
Definition at line 124 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
| uint32_t lldb_private::ProcessWindows::WatchpointInfo::slot_id |
Definition at line 122 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().
| bool lldb_private::ProcessWindows::WatchpointInfo::write |
Definition at line 126 of file ProcessWindows.h.
Referenced by lldb_private::ProcessWindows::EnableWatchpoint().