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

  /external/ltrace/sysdeps/linux-gnu/
os.h 24 int debug_state; member in struct:os_process_data
proc.c 583 switch (proc->os.debug_state) {
597 proc->os.debug_state = rdbg.r_state;
726 proc->os.debug_state = 0;
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.h 224 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index, nub_addr_t addr, nub_size_t size, bool read, bool write);
225 static void ClearWatchpoint(DBG &debug_state, uint32_t hw_index);
226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
227 static void ClearWatchpointHits(DBG &debug_state);
228 static bool IsWatchpointHit(const DBG &debug_state, uint32_t hw_index);
229 static nub_addr_t GetWatchAddress(const DBG &debug_state, uint32_t hw_index);