Searched defs:debug_state (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.cpp | 623 DBG &debug_state = m_state.context.dbg; in ThreadWillResume() local 755 void DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint() 871 DBG &debug_state = m_state.context.dbg; in EnableHardwareBreakpoint() local 926 DBG &debug_state = m_state.context.dbg; in DisableHardwareBreakpoint() local 972 bool DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, in IsWatchpointVacant() 987 void DNBArchImplI386::ClearWatchpointHits(DBG &debug_state) { in ClearWatchpointHits() 993 bool DNBArchImplI386::IsWatchpointHit(const DBG &debug_state, in IsWatchpointHit() 1006 nub_addr_t DNBArchImplI386::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() 1077 DBG &debug_state = m_state.context.dbg; in EnableHardwareWatchpoint() local 1117 DBG &debug_state = m_state.context.dbg; in DisableHardwareWatchpoint() local [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.cpp | 578 DBG &debug_state = m_state.context.dbg; in ThreadWillResume() local 782 bool DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, in IsWatchpointVacant() 797 void DNBArchImplX86_64::ClearWatchpointHits(DBG &debug_state) { in ClearWatchpointHits() 803 bool DNBArchImplX86_64::IsWatchpointHit(const DBG &debug_state, in IsWatchpointHit() 816 nub_addr_t DNBArchImplX86_64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress() 862 void DNBArchImplX86_64::SetHardwareBreakpoint(DBG &debug_state, in SetHardwareBreakpoint() 930 DBG &debug_state = m_state.context.dbg; in EnableHardwareBreakpoint() local 985 DBG &debug_state = m_state.context.dbg; in DisableHardwareBreakpoint() local 1035 DBG &debug_state = m_state.context.dbg; in EnableHardwareWatchpoint() local 1075 DBG &debug_state = m_state.context.dbg; in DisableHardwareWatchpoint() local [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 1372 DBG &debug_state = m_state.dbg; in GetHardwareWatchpointHit() local 1413 bool DNBArchMachARM::IsWatchpointEnabled(const DBG &debug_state, in IsWatchpointEnabled() 1423 nub_addr_t DNBArchMachARM::GetWatchAddress(const DBG &debug_state, in GetWatchAddress()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 1096 DBG &debug_state = m_state.dbg; in GetHardwareWatchpointHit() local 1142 bool DNBArchMachARM64::IsWatchpointEnabled(const DBG &debug_state, in IsWatchpointEnabled() 1152 nub_addr_t DNBArchMachARM64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress()
|