Home
last modified time | relevance | path

Searched defs:debug_state (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp623 DBG &debug_state = m_state.context.dbg; in ThreadWillResume() local
755 void DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint()
805 void DNBArchImplI386::SetHardwareBreakpoint(DBG &debug_state, uint32_t hw_index, in SetHardwareBreakpoint()
871 DBG &debug_state = m_state.context.dbg; in EnableHardwareBreakpoint() local
926 DBG &debug_state = m_state.context.dbg; in DisableHardwareBreakpoint() local
950 void DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) { in ClearWatchpoint()
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()
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp578 DBG &debug_state = m_state.context.dbg; in ThreadWillResume() local
711 void DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint()
760 void DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) { in ClearWatchpoint()
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
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1372 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()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp1126 DBG &debug_state = m_state.dbg; in GetHardwareWatchpointHit() local
1172 bool DNBArchMachARM64::IsWatchpointEnabled(const DBG &debug_state, in IsWatchpointEnabled()
1182 nub_addr_t DNBArchMachARM64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress()