| 6 | |
| 7 | |
| 8 | DbgEngTTDAdapter::DbgEngTTDAdapter(BinaryView* data) : DbgEngAdapter(data) |
| 9 | { |
| 10 | m_usePDBFileName = false; |
| 11 | } |
| 12 | |
| 13 | |
| 14 | static bool IsValidDbgEngPaths(const std::string& path) |
nothing calls this directly
no outgoing calls
no test coverage detected