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

  /src/external/gpl3/gdb/dist/gdb/
iq2000-tdep.c 466 static const unsigned char big_breakpoint[] = { 0x00, 0x00, 0x00, 0x0d }; local
471 == BFD_ENDIAN_BIG) ? big_breakpoint : little_breakpoint;
xtensa-tdep.c 1945 #define BIG_BREAKPOINT { 0x00, 0x04, 0x00 }
1959 static unsigned char big_breakpoint[] = BIG_BREAKPOINT; local
1963 return big_breakpoint;
mips-tdep.c 7113 static gdb_byte big_breakpoint[] = { 0, 0x5, 0, 0xd }; local
7118 return big_breakpoint;
rs6000-tdep.c 828 constexpr gdb_byte big_breakpoint[] = { 0x7f, 0xe0, 0x00, 0x08 };
831 typedef BP_MANIPULATION_ENDIAN (little_breakpoint, big_breakpoint)
827 constexpr gdb_byte big_breakpoint[] = { 0x7f, 0xe0, 0x00, 0x08 }; variable
  /src/external/gpl3/gdb.old/dist/gdb/
iq2000-tdep.c 466 static const unsigned char big_breakpoint[] = { 0x00, 0x00, 0x00, 0x0d }; local
471 == BFD_ENDIAN_BIG) ? big_breakpoint : little_breakpoint;
xtensa-tdep.c 1945 #define BIG_BREAKPOINT { 0x00, 0x04, 0x00 }
1959 static unsigned char big_breakpoint[] = BIG_BREAKPOINT; local
1963 return big_breakpoint;
mips-tdep.c 7118 static gdb_byte big_breakpoint[] = { 0, 0x5, 0, 0xd }; local
7123 return big_breakpoint;
rs6000-tdep.c 828 constexpr gdb_byte big_breakpoint[] = { 0x7f, 0xe0, 0x00, 0x08 };
831 typedef BP_MANIPULATION_ENDIAN (little_breakpoint, big_breakpoint)
827 constexpr gdb_byte big_breakpoint[] = { 0x7f, 0xe0, 0x00, 0x08 }; variable

Completed in 58 milliseconds