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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-m68k-low.cc 181 static const gdb_byte m68k_breakpoint[] = { 0x4E, 0x4F }; variable
190 return m68k_breakpoint;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-m68k-low.cc 181 static const gdb_byte m68k_breakpoint[] = { 0x4E, 0x4F }; variable
190 return m68k_breakpoint;
  /src/external/gpl3/gdb.old/dist/gdb/
m68k-tdep.c 67 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint;
1279 set_gdbarch_breakpoint_kind_from_pc (gdbarch, m68k_breakpoint::kind_from_pc);
1280 set_gdbarch_sw_breakpoint_from_kind (gdbarch, m68k_breakpoint::bp_from_kind);
66 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint; typedef
  /src/external/gpl3/gdb/dist/gdb/
m68k-tdep.c 67 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint;
1279 set_gdbarch_breakpoint_kind_from_pc (gdbarch, m68k_breakpoint::kind_from_pc);
1280 set_gdbarch_sw_breakpoint_from_kind (gdbarch, m68k_breakpoint::bp_from_kind);
66 typedef BP_MANIPULATION (m68k_break_insn) m68k_breakpoint; typedef

Completed in 15 milliseconds