HomeSort by: relevance | last modified time | path
    Searched refs:microblaze_breakpoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-microblaze-low.cc 125 static const uint32_t microblaze_breakpoint = 0xba0c0018; variable
132 return reinterpret_cast<const gdb_byte *> (&microblaze_breakpoint);
143 return insn == microblaze_breakpoint;
  /src/external/gpl3/gdb.old/dist/gdb/
microblaze-tdep.c 133 constexpr gdb_byte microblaze_break_insn[] = MICROBLAZE_BREAKPOINT;
135 typedef BP_MANIPULATION (microblaze_break_insn) microblaze_breakpoint;
723 microblaze_breakpoint::kind_from_pc);
725 microblaze_breakpoint::bp_from_kind);
130 typedef BP_MANIPULATION (microblaze_break_insn) microblaze_breakpoint; typedef
  /src/external/gpl3/gdb/dist/gdb/
microblaze-tdep.c 133 constexpr gdb_byte microblaze_break_insn[] = MICROBLAZE_BREAKPOINT;
135 typedef BP_MANIPULATION (microblaze_break_insn) microblaze_breakpoint;
723 microblaze_breakpoint::kind_from_pc);
725 microblaze_breakpoint::bp_from_kind);
130 typedef BP_MANIPULATION (microblaze_break_insn) microblaze_breakpoint; typedef

Completed in 24 milliseconds