Searched refs:m68k_breakpoint (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-m68k-low.cc182 static const gdb_byte m68k_breakpoint[] = { 0x4E, 0x4F }; variable
191 return m68k_breakpoint;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-m68k-low.cc182 static const gdb_byte m68k_breakpoint[] = { 0x4E, 0x4F }; variable
191 return m68k_breakpoint;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm68k-tdep.c65 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint;
1201 set_gdbarch_breakpoint_kind_from_pc (gdbarch, m68k_breakpoint::kind_from_pc);
1202 set_gdbarch_sw_breakpoint_from_kind (gdbarch, m68k_breakpoint::bp_from_kind);
64 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint; typedef
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm68k-tdep.c67 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint;
1274 set_gdbarch_breakpoint_kind_from_pc (gdbarch, m68k_breakpoint::kind_from_pc);
1275 set_gdbarch_sw_breakpoint_from_kind (gdbarch, m68k_breakpoint::bp_from_kind);
66 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint; typedef

Completed in 459 milliseconds