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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-loongarch-low.cc 351 static const gdb_byte loongarch_breakpoint[] = {0x05, 0x00, 0x2a, 0x00}; variable
367 return (const gdb_byte *) &loongarch_breakpoint;
378 if (memcmp (insn, loongarch_breakpoint, loongarch_breakpoint_len) == 0)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-loongarch-low.cc 351 static const gdb_byte loongarch_breakpoint[] = {0x05, 0x00, 0x2a, 0x00}; variable
367 return (const gdb_byte *) &loongarch_breakpoint;
378 if (memcmp (insn, loongarch_breakpoint, loongarch_breakpoint_len) == 0)
  /src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.c 1568 typedef BP_MANIPULATION (loongarch_default_breakpoint) loongarch_breakpoint; typedef
1880 set_gdbarch_breakpoint_kind_from_pc (gdbarch, loongarch_breakpoint::kind_from_pc);
1881 set_gdbarch_sw_breakpoint_from_kind (gdbarch, loongarch_breakpoint::bp_from_kind);
  /src/external/gpl3/gdb.old/dist/gdb/
loongarch-tdep.c 1558 typedef BP_MANIPULATION (loongarch_default_breakpoint) loongarch_breakpoint; typedef
1870 set_gdbarch_breakpoint_kind_from_pc (gdbarch, loongarch_breakpoint::kind_from_pc);
1871 set_gdbarch_sw_breakpoint_from_kind (gdbarch, loongarch_breakpoint::bp_from_kind);

Completed in 31 milliseconds