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

  /src/external/gpl3/gdb/dist/gdbserver/
regcache.h 135 void supply_regblock (struct regcache *regcache, const void *buf);
regcache.cc 398 supply_regblock (struct regcache *regcache, const void *buf) function
tracepoint.cc 4704 supply_regblock (&fctx->regcache, NULL);
4719 supply_regblock (&sctx->regcache, NULL);
5175 supply_regblock (regcache, NULL);
5185 supply_regblock (regcache, dataptr);
  /src/external/gpl3/gdb.old/dist/gdbserver/
regcache.h 130 void supply_regblock (struct regcache *regcache, const void *buf);
regcache.cc 389 supply_regblock (struct regcache *regcache, const void *buf) function
tracepoint.cc 4704 supply_regblock (&fctx->regcache, NULL);
4719 supply_regblock (&sctx->regcache, NULL);
5175 supply_regblock (regcache, NULL);
5185 supply_regblock (regcache, dataptr);

Completed in 36 milliseconds