Searched refs:g_num_supported_hw_watchpoints (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp1108 static uint32_t g_num_supported_hw_watchpoints = UINT32_MAX; local
1109 if (g_num_supported_hw_watchpoints == UINT32_MAX)
1112 g_num_supported_hw_watchpoints = 0;
1116 g_num_supported_hw_watchpoints = Bits32 (register_DBGDIDR, 31, 28) + 1;
1117 // if (log) log->Printf ("DBGDIDR=0x%8.8x (number WRP pairs = %u)", register_DBGDIDR, g_num_supported_hw_watchpoints);
1119 return g_num_supported_hw_watchpoints;

Completed in 46 milliseconds