Files
Ben Marsh b1711fd476 Merging Live++ 1.5.0
#rb none
#jira

[CL 7321355 by Ben Marsh in 4.23 branch]
2019-07-16 08:43:17 -04:00

13 lines
264 B
C++

// Copyright 2011-2019 Molecular Matters GmbH, all rights reserved.
#pragma once
#include "LC_SymbolInfo.h"
namespace symbolResolution
{
// Resolves the symbol information for a given address
SymbolInfo ResolveSymbolsForAddress(const void* const address);
}