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

  /src/external/gpl3/gdb/dist/gdb/
regcache.c 381 ptid_regcache_map &ptid_regc_map = pid_ptid_regc_map[ptid.pid ()]; local
384 auto range = ptid_regc_map.equal_range (ptid);
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache)));
475 ptid_regcache_map &ptid_regc_map = ptid_regc_map_it->second;
476 auto range = ptid_regc_map.equal_range (old_ptid);
484 it = ptid_regc_map.erase (it);
485 ptid_regc_map.insert (std::make_pair (new_ptid, std::move (rc)));
544 ptid_regcache_map &ptid_regc_map local
547 ptid_regc_map.erase (ptid);
1644 const ptid_regcache_map &ptid_regc_map local
1669 ptid_regcache_map &ptid_regc_map = ptid_regc_map_it->second; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 381 ptid_regcache_map &ptid_regc_map = pid_ptid_regc_map[ptid.pid ()]; local
384 auto range = ptid_regc_map.equal_range (ptid);
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache)));
475 ptid_regcache_map &ptid_regc_map = ptid_regc_map_it->second;
476 auto range = ptid_regc_map.equal_range (old_ptid);
484 it = ptid_regc_map.erase (it);
485 ptid_regc_map.insert (std::make_pair (new_ptid, std::move (rc)));
544 ptid_regcache_map &ptid_regc_map local
547 ptid_regc_map.erase (ptid);
1650 const ptid_regcache_map &ptid_regc_map local
1675 ptid_regcache_map &ptid_regc_map = ptid_regc_map_it->second; local
    [all...]

Completed in 25 milliseconds