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

  /src/external/gpl3/gdb/dist/gdb/
arc-linux-tdep.c 541 supply_register (struct regcache *regcache, int regnum, const gdb_byte *buf) function
563 supply_register (regcache, reg, buf);
565 supply_register (regcache, regnum, buf);
  /src/external/gpl3/gdb/dist/gdbserver/
regcache.cc 324 supply_register (struct regcache *regcache, int n, const void *vbuf) function
436 supply_register (regcache, find_regno (regcache->tdesc, name), buf);
  /src/external/gpl3/gdb.old/dist/gdb/
arc-linux-tdep.c 541 supply_register (struct regcache *regcache, int regnum, const gdb_byte *buf) function
563 supply_register (regcache, reg, buf);
565 supply_register (regcache, regnum, buf);
  /src/external/gpl3/gdb.old/dist/gdbserver/
regcache.cc 326 supply_register (struct regcache *regcache, int n, const void *vbuf) function
427 supply_register (regcache, find_regno (regcache->tdesc, name), buf);

Completed in 29 milliseconds