HomeSort by: relevance | last modified time | path
    Searched defs:SIGTRAMP_INSN1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
cris-tdep.c 173 #define SIGTRAMP_INSN1 0xe93d /* break 13 */
179 SIGTRAMP_INSN1 /* break 13 */
189 SIGTRAMP_INSN1 /* break 13 */
206 if (((buf[1] << 8) + buf[0]) != SIGTRAMP_INSN1)
234 if (((buf[1] << 8) + buf[0]) != SIGTRAMP_INSN1)
  /src/external/gpl3/gdb/dist/gdb/
cris-tdep.c 173 #define SIGTRAMP_INSN1 0xe93d /* break 13 */
179 SIGTRAMP_INSN1 /* break 13 */
189 SIGTRAMP_INSN1 /* break 13 */
206 if (((buf[1] << 8) + buf[0]) != SIGTRAMP_INSN1)
234 if (((buf[1] << 8) + buf[0]) != SIGTRAMP_INSN1)

Completed in 19 milliseconds