Files
Ben Marsh 4b7042f3f4 Integrating changes from Live++ 1.4.1.
#rb none
#rnx
#jira

[CL 6455074 by Ben Marsh in 4.22 branch]
2019-05-14 18:08:06 -04:00

16 lines
308 B
C++

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