Searched refs:little_breakpoint (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Diq2000-tdep.c467 static const unsigned char little_breakpoint[] = { 0x0d, 0x00, 0x00, 0x00 }; local
471 == BFD_ENDIAN_BIG) ? big_breakpoint : little_breakpoint;
H A Dxtensa-tdep.c1965 static unsigned char little_breakpoint[] = LITTLE_BREAKPOINT; local
1970 return little_breakpoint;
H A Drs6000-tdep.c812 constexpr gdb_byte little_breakpoint[] = { 0x08, 0x10, 0x82, 0x7d };
814 typedef BP_MANIPULATION_ENDIAN (little_breakpoint, big_breakpoint)
811 constexpr gdb_byte little_breakpoint[] = { 0x08, 0x10, 0x82, 0x7d }; variable
H A Dmips-tdep.c7074 static gdb_byte little_breakpoint[] = { 0xd, 0, 0x5, 0 }; local
7080 return little_breakpoint;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Diq2000-tdep.c467 static const unsigned char little_breakpoint[] = { 0x0d, 0x00, 0x00, 0x00 }; local
471 == BFD_ENDIAN_BIG) ? big_breakpoint : little_breakpoint;
H A Dxtensa-tdep.c1957 static unsigned char little_breakpoint[] = LITTLE_BREAKPOINT; local
1962 return little_breakpoint;
H A Drs6000-tdep.c829 constexpr gdb_byte little_breakpoint[] = { 0x08, 0x00, 0xe0, 0x7f };
831 typedef BP_MANIPULATION_ENDIAN (little_breakpoint, big_breakpoint)
828 constexpr gdb_byte little_breakpoint[] = { 0x08, 0x00, 0xe0, 0x7f }; variable
H A Dmips-tdep.c7111 static gdb_byte little_breakpoint[] = { 0xd, 0, 0x5, 0 }; local
7117 return little_breakpoint;

Completed in 243 milliseconds