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

  /src/external/gpl3/gdb/dist/gdb/
regcache.c 392 regcache *new_regcache = new regcache (inf_for_target_calls, arch); local
393 new_regcache->set_ptid (ptid);
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache)));
398 return new_regcache;
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 392 regcache *new_regcache = new regcache (inf_for_target_calls, arch); local
393 new_regcache->set_ptid (ptid);
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache)));
398 return new_regcache;

Completed in 24 milliseconds