Home
last modified time | relevance | path

Searched refs:GetWatchAddress (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBWatchpoint.i51 GetWatchAddress ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBWatchpoint.h43 lldb::addr_t GetWatchAddress();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp109 addr_t SBWatchpoint::GetWatchAddress() { in GetWatchAddress() function in SBWatchpoint
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h233 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
H A DDNBArchImplX86_64.cpp816 nub_addr_t DNBArchImplX86_64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() function in DNBArchImplX86_64
1111 addr = GetWatchAddress(debug_state, i); in GetHardwareWatchpointHit()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
H A DDNBArchImplI386.cpp1006 nub_addr_t DNBArchImplI386::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() function in DNBArchImplI386
1153 addr = GetWatchAddress(debug_state, i); in GetHardwareWatchpointHit()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h219 nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
H A DDNBArchImplARM64.cpp1129 nub_addr_t wp_addr = GetWatchAddress(debug_state, i); in GetHardwareWatchpointHit()
1168 return GetWatchAddress(m_state.dbg, hw_index); in GetWatchpointAddressByIndex()
1182 nub_addr_t DNBArchMachARM64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() function in DNBArchMachARM64
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h240 nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
H A DDNBArchImpl.cpp1375 nub_addr_t wp_addr = GetWatchAddress(debug_state, i); in GetHardwareWatchpointHit()
1409 return GetWatchAddress(m_state.dbg, hw_index); in GetWatchpointAddressByIndex()
1423 nub_addr_t DNBArchMachARM::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() function in DNBArchMachARM