HomeSort by relevance Sort by last modified time
    Searched defs:debug_state (Results 1 - 4 of 4) sorted by null

  /external/ltrace/sysdeps/linux-gnu/
os.h 24 int debug_state; member in struct:os_process_data
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 1083 DBG &debug_state = m_state.dbg; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 588 DBG &debug_state = m_state.context.dbg;
592 if (IsWatchpointHit(debug_state, i))
597 ClearWatchpointHits(debug_state);
733 DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write)
757 debug_state.__dr7 |= (1 << (2*hw_index) |
762 debug_state.__dr0 = addr_32; break;
764 debug_state.__dr1 = addr_32; break;
766 debug_state.__dr2 = addr_32; break;
768 debug_state.__dr3 = addr_32; break;
776 DNBArchImplI386::ClearWatchpoint(DBG &debug_state, uint32_t hw_index
907 DBG &debug_state = m_state.context.dbg; local
946 DBG &debug_state = m_state.context.dbg; local
976 DBG &debug_state = m_state.context.dbg; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 542 DBG &debug_state = m_state.context.dbg;
546 if (IsWatchpointHit(debug_state, i))
551 ClearWatchpointHits(debug_state);
687 DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write)
711 debug_state.__dr7 |= (1 << (2*hw_index) |
715 debug_state.__dr0 = addr; break;
717 debug_state.__dr1 = addr; break;
719 debug_state.__dr2 = addr; break;
721 debug_state.__dr3 = addr; break;
729 DNBArchImplX86_64::ClearWatchpoint(DBG &debug_state, uint32_t hw_index
860 DBG &debug_state = m_state.context.dbg; local
899 DBG &debug_state = m_state.context.dbg; local
929 DBG &debug_state = m_state.context.dbg; local
    [all...]

Completed in 1907 milliseconds