Searched refs:GetWatchAddress (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBWatchpoint.i | 51 GetWatchAddress ();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 43 lldb::addr_t GetWatchAddress();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 109 addr_t SBWatchpoint::GetWatchAddress() { in GetWatchAddress() function in SBWatchpoint
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.h | 233 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
| H A D | DNBArchImplX86_64.cpp | 816 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 D | DNBArchImplI386.h | 229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
| H A D | DNBArchImplI386.cpp | 1006 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 D | DNBArchImplARM64.h | 219 nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
| H A D | DNBArchImplARM64.cpp | 1129 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 D | DNBArchImpl.h | 240 nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);
|
| H A D | DNBArchImpl.cpp | 1375 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
|