Searched defs:debug_state (Results 1 – 5 of 5) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | os.h | 24 int debug_state; member
|
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 588 DBG &debug_state = m_state.context.dbg; in ThreadWillResume() local 733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t siz… in SetWatchpoint() 776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) in ClearWatchpoint() 795 DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) in IsWatchpointVacant() 810 DNBArchImplI386::ClearWatchpointHits(DBG &debug_state) in ClearWatchpointHits() 818 DNBArchImplI386::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index) in IsWatchpointHit() 832 DNBArchImplI386::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) in GetWatchAddress() 907 DBG &debug_state = m_state.context.dbg; in EnableHardwareWatchpoint() local 946 DBG &debug_state = m_state.context.dbg; in DisableHardwareWatchpoint() local 976 DBG &debug_state = m_state.context.dbg; in GetHardwareWatchpointHit() local
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 542 DBG &debug_state = m_state.context.dbg; in ThreadWillResume() local 687 DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t s… in SetWatchpoint() 729 DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index) in ClearWatchpoint() 748 DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index) in IsWatchpointVacant() 763 DNBArchImplX86_64::ClearWatchpointHits(DBG &debug_state) in ClearWatchpointHits() 771 DNBArchImplX86_64::IsWatchpointHit(const DBG &debug_state, uint32_t hw_index) in IsWatchpointHit() 785 DNBArchImplX86_64::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) in GetWatchAddress() 860 DBG &debug_state = m_state.context.dbg; in EnableHardwareWatchpoint() local 899 DBG &debug_state = m_state.context.dbg; in DisableHardwareWatchpoint() local 929 DBG &debug_state = m_state.context.dbg; in GetHardwareWatchpointHit() local
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 1083 DBG &debug_state = m_state.dbg; in GetHardwareWatchpointHit() local 1140 DNBArchMachARM::IsWatchpointEnabled(const DBG &debug_state, uint32_t hw_index) in IsWatchpointEnabled() 1151 DNBArchMachARM::GetWatchAddress(const DBG &debug_state, uint32_t hw_index) in GetWatchAddress()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl.cc | 1420 ApmDebugDumpThreadState* debug_state) { in WriteMessageToDebugFile()
|