MCPcopy Create free account
hub / github.com/Vector35/debugger / DbgEngTTDAdapter

Method DbgEngTTDAdapter

core/adapters/dbgengttdadapter.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8DbgEngTTDAdapter::DbgEngTTDAdapter(BinaryView* data) : DbgEngAdapter(data)
9{
10 m_usePDBFileName = false;
11}
12
13
14static bool IsValidDbgEngPaths(const std::string& path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected