Accumulate base/end per path, then convert to ModuleInfo
| 224 | |
| 225 | // Accumulate base/end per path, then convert to ModuleInfo |
| 226 | struct Range { uint64_t base; uint64_t end; }; |
| 227 | QMap<QString, Range> moduleRanges; |
| 228 | |
| 229 | std::string line; |
nothing calls this directly
no outgoing calls
no test coverage detected