Home
last modified time | relevance | path

Searched refs:ptid_regc_map (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dregcache.c381 ptid_regcache_map &ptid_regc_map = pid_ptid_regc_map[ptid.pid ()]; in get_thread_arch_regcache() local
384 auto range = ptid_regc_map.equal_range (ptid); in get_thread_arch_regcache()
396 ptid_regc_map.insert (std::make_pair (ptid, regcache_up (new_regcache))); in get_thread_arch_regcache()
475 ptid_regcache_map &ptid_regc_map = ptid_regc_map_it->second; in regcache_thread_ptid_changed() local
476 auto range = ptid_regc_map.equal_range (old_ptid); in regcache_thread_ptid_changed()
484 it = ptid_regc_map.erase (it); in regcache_thread_ptid_changed()
485 ptid_regc_map.insert (std::make_pair (new_ptid, std::move (rc))); in regcache_thread_ptid_changed()
544 ptid_regcache_map &ptid_regc_map in registers_changed_ptid() local
547 ptid_regc_map.erase (ptid); in registers_changed_ptid()
1650 const ptid_regcache_map &ptid_regc_map in regcaches_size() local
[all …]