| 174 | } |
| 175 | |
| 176 | void setDebugSymbols(bool debug_symbols) { |
| 177 | _debug_symbols = debug_symbols; |
| 178 | } |
| 179 | |
| 180 | void add(const void* start, int length, const char* name, bool update_bounds = false); |
| 181 | void updateBounds(const void* start, const void* end); |
no outgoing calls
no test coverage detected