Searched refs:GetWatchAddress (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_watchpoint.py | 12 obj.GetWatchAddress()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBWatchpoint.i | 51 GetWatchAddress ();
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 43 lldb::addr_t GetWatchAddress();
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_disable/ |
| H A D | TestWatchpointDisable.py | 50 … self.assertNotEqual(wp.GetWatchAddress(), lldb.LLDB_INVALID_ADDRESS, "Watch address is invalid")
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 109 addr_t SBWatchpoint::GetWatchAddress() { in GetWatchAddress() function in SBWatchpoint
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 1099 nub_addr_t wp_addr = GetWatchAddress(debug_state, i); in GetHardwareWatchpointHit() 1138 return GetWatchAddress(m_state.dbg, hw_index); in GetWatchpointAddressByIndex() 1152 nub_addr_t DNBArchMachARM64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() function in DNBArchMachARM64
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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
|