Searched defs:GetWatchAddress (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/API/
H A DSBWatchpoint.cpp122 SBWatchpoint::GetWatchAddress () function in class:SBWatchpoint
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1087 nub_addr_t wp_addr = GetWatchAddress(debug_state, i);
1151 DNBArchMachARM::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchMachARM
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp832 DNBArchImplI386::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchImplI386
982 addr = GetWatchAddress(debug_state, i);
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp785 DNBArchImplX86_64::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) function in class:DNBArchImplX86_64
935 addr = GetWatchAddress(debug_state, i);

Completed in 221 milliseconds