| 123 | //////////////////////////////////////// |
| 124 | |
| 125 | static void vectorsUsage(color_ostream &con) |
| 126 | { |
| 127 | con << "Usage: vectors <start of scan address> <# bytes to scan>" |
| 128 | << std::endl; |
| 129 | } |
| 130 | |
| 131 | static void printVec(color_ostream &con, const char* msg, t_vecTriplet *vec, |
| 132 | uintptr_t start, uintptr_t pos, std::vector<t_memrange> &ranges) |
no outgoing calls
no test coverage detected