Home
last modified time | relevance | path

Searched refs:ClearWatchpointHits (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContextPOSIX.h51 ClearWatchpointHits () { return false; } in ClearWatchpointHits() function
DRegisterContext_x86_64.h218 ClearWatchpointHits();
DPOSIXThread.cpp449 reg_ctx->ClearWatchpointHits(); in WatchNotify()
DRegisterContext_x86_64.cpp1414 RegisterContext_x86_64::ClearWatchpointHits() in ClearWatchpointHits() function in RegisterContext_x86_64
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h234 static void ClearWatchpointHits(DBG &debug_state);
DDNBArchImplX86_64.cpp551 ClearWatchpointHits(debug_state); in ThreadWillResume()
763 DNBArchImplX86_64::ClearWatchpointHits(DBG &debug_state) in ClearWatchpointHits() function in DNBArchImplX86_64
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h227 static void ClearWatchpointHits(DBG &debug_state);
DDNBArchImplI386.cpp597 ClearWatchpointHits(debug_state); in ThreadWillResume()
810 DNBArchImplI386::ClearWatchpointHits(DBG &debug_state) in ClearWatchpointHits() function in DNBArchImplI386