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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch32-low.cc 48 static const unsigned short thumb2_breakpoint[] = { 0xf7f0, 0xa000 }; variable
198 if (insn == thumb2_breakpoint[0])
201 if (insn == thumb2_breakpoint[1])
271 return (gdb_byte *) &thumb2_breakpoint;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch32-low.cc 48 static const unsigned short thumb2_breakpoint[] = { 0xf7f0, 0xa000 }; variable
198 if (insn == thumb2_breakpoint[0])
201 if (insn == thumb2_breakpoint[1])
271 return (gdb_byte *) &thumb2_breakpoint;
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.h 153 const gdb_byte *thumb2_breakpoint = nullptr; member in struct:arm_gdbarch_tdep
arm-linux-tdep.c 1767 tdep->thumb2_breakpoint = arm_linux_thumb2_be_breakpoint;
1776 tdep->thumb2_breakpoint = arm_linux_thumb2_le_breakpoint;
arm-tdep.c 5319 if (tdep->thumb2_breakpoint == NULL)
8819 if (tdep->thumb2_breakpoint != NULL)
8857 return tdep->thumb2_breakpoint;
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.h 153 const gdb_byte *thumb2_breakpoint = nullptr; member in struct:arm_gdbarch_tdep
arm-linux-tdep.c 1764 tdep->thumb2_breakpoint = arm_linux_thumb2_be_breakpoint;
1773 tdep->thumb2_breakpoint = arm_linux_thumb2_le_breakpoint;
arm-tdep.c 5322 if (tdep->thumb2_breakpoint == NULL)
8822 if (tdep->thumb2_breakpoint != NULL)
8860 return tdep->thumb2_breakpoint;

Completed in 52 milliseconds