Searched refs:little_breakpoint (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | iq2000-tdep.c | 467 static const unsigned char little_breakpoint[] = { 0x0d, 0x00, 0x00, 0x00 }; in iq2000_sw_breakpoint_from_kind() local 471 == BFD_ENDIAN_BIG) ? big_breakpoint : little_breakpoint; in iq2000_sw_breakpoint_from_kind()
|
| D | xtensa-tdep.c | 1960 static unsigned char little_breakpoint[] = LITTLE_BREAKPOINT; in xtensa_sw_breakpoint_from_kind() local 1965 return little_breakpoint; in xtensa_sw_breakpoint_from_kind()
|
| D | rs6000-tdep.c | 828 constexpr gdb_byte little_breakpoint[] = { 0x08, 0x00, 0xe0, 0x7f }; variable 830 typedef BP_MANIPULATION_ENDIAN (little_breakpoint, big_breakpoint)
|
| D | mips-tdep.c | 7119 static gdb_byte little_breakpoint[] = { 0xd, 0, 0x5, 0 }; in mips_sw_breakpoint_from_kind() local 7125 return little_breakpoint; in mips_sw_breakpoint_from_kind()
|
| D | ChangeLog-1998 | 3909 and little_breakpoint to char[] from char*. 3945 and little_breakpoint to char[] from char*.
|
| D | ChangeLog-2005 | 3381 little_breakpoint, pmon_little_breakpoint and
|
| D | ChangeLog-2016 | 2933 (little_breakpoint): Likewise.
|