| LLDB mainline
    | 
#include <NativeWatchpointList.h>
| Public Attributes | |
| lldb::addr_t | m_addr | 
| size_t | m_size | 
| uint32_t | m_watch_flags | 
| bool | m_hardware | 
Definition at line 18 of file NativeWatchpointList.h.
| lldb::addr_t lldb_private::NativeWatchpoint::m_addr | 
Definition at line 19 of file NativeWatchpointList.h.
Referenced by lldb_private::NativeProcessWindows::OnCreateThread().
| bool lldb_private::NativeWatchpoint::m_hardware | 
Definition at line 22 of file NativeWatchpointList.h.
Referenced by lldb_private::NativeProcessWindows::OnCreateThread().
| size_t lldb_private::NativeWatchpoint::m_size | 
Definition at line 20 of file NativeWatchpointList.h.
Referenced by lldb_private::NativeProcessWindows::OnCreateThread().
| uint32_t lldb_private::NativeWatchpoint::m_watch_flags | 
Definition at line 21 of file NativeWatchpointList.h.
Referenced by lldb_private::NativeProcessWindows::OnCreateThread().