Searched defs:debug_state (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/ |
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() 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 …]
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 578 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 …]
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 1368 DBG &debug_state = m_state.dbg; in GetHardwareWatchpointHit() local 1409 bool DNBArchMachARM::IsWatchpointEnabled(const DBG &debug_state, in IsWatchpointEnabled() 1419 nub_addr_t DNBArchMachARM::GetWatchAddress(const DBG &debug_state, in GetWatchAddress()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.cpp | 1091 DBG &debug_state = m_state.dbg; in GetHardwareWatchpointHit() local 1137 bool DNBArchMachARM64::IsWatchpointEnabled(const DBG &debug_state, in IsWatchpointEnabled() 1147 nub_addr_t DNBArchMachARM64::GetWatchAddress(const DBG &debug_state, in GetWatchAddress()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 1816 GLboolean debug_state = -1; in inspectDebugState() local
|