HomeSort by relevance Sort by last modified time
    Searched defs:IsWatchpointVacant (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
RegisterContextPOSIX.h 59 IsWatchpointVacant (uint32_t hw_index) { return false; }
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index)
910 if (IsWatchpointVacant(debug_state, i))
947 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index))
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 748 DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index)
    [all...]

Completed in 35 milliseconds