| 648 | } |
| 649 | |
| 650 | void |
| 651 | AbstractProcessManager::registerAddressInCache(const std::string& symbol, remote_addr_t address) const |
| 652 | { |
| 653 | d_type_cache[symbol] = address; |
| 654 | } |
| 655 | |
| 656 | std::string |
| 657 | AbstractProcessManager::getCStringFromAddress(remote_addr_t addr) const |
nothing calls this directly
no outgoing calls
no test coverage detected