HomeSort by: relevance | last modified time | path
    Searched refs:AARCH64_DEBUG_ARCH (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-linux-hw-point.h 36 #define AARCH64_DEBUG_ARCH(x) (((x) >> 8) & 0xff)
aarch64-linux-hw-point.c 256 && compatible_debug_arch (AARCH64_DEBUG_ARCH (dreg_state.dbg_info)))
276 && compatible_debug_arch (AARCH64_DEBUG_ARCH (dreg_state.dbg_info)))
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-linux-hw-point.h 36 #define AARCH64_DEBUG_ARCH(x) (((x) >> 8) & 0xff)
aarch64-linux-hw-point.c 256 && compatible_debug_arch (AARCH64_DEBUG_ARCH (dreg_state.dbg_info)))
276 && compatible_debug_arch (AARCH64_DEBUG_ARCH (dreg_state.dbg_info)))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-dbreg-contents.c 36 #define AARCH64_DEBUG_ARCH(x) (((x) >> 8) & 0xff)
57 assert (AARCH64_DEBUG_ARCH (dreg_state.dbg_info) >= AARCH64_DEBUG_ARCH_V8);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-dbreg-contents.c 36 #define AARCH64_DEBUG_ARCH(x) (((x) >> 8) & 0xff)
57 assert (AARCH64_DEBUG_ARCH (dreg_state.dbg_info) >= AARCH64_DEBUG_ARCH_V8);

Completed in 25 milliseconds