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

Method DbgEngAdapter

core/adapters/dbgengadapter.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302
303DbgEngAdapter::DbgEngAdapter(BinaryView* data) : DebugAdapter(data)
304{
305 auto metadata = data->QueryMetadata("PDB_FILENAME");
306 if (metadata && metadata->IsString())
307 m_pdbFileName = metadata->GetString();
308}
309
310DbgEngAdapter::~DbgEngAdapter()
311{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected