Home
last modified time | relevance | path

Searched refs:little_breakpoint (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Diq2000-tdep.c467 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()
Dxtensa-tdep.c1960 static unsigned char little_breakpoint[] = LITTLE_BREAKPOINT; in xtensa_sw_breakpoint_from_kind() local
1965 return little_breakpoint; in xtensa_sw_breakpoint_from_kind()
Drs6000-tdep.c828 constexpr gdb_byte little_breakpoint[] = { 0x08, 0x00, 0xe0, 0x7f }; variable
830 typedef BP_MANIPULATION_ENDIAN (little_breakpoint, big_breakpoint)
Dmips-tdep.c7119 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()
DChangeLog-19983909 and little_breakpoint to char[] from char*.
3945 and little_breakpoint to char[] from char*.
DChangeLog-20053381 little_breakpoint, pmon_little_breakpoint and
DChangeLog-20162933 (little_breakpoint): Likewise.