Files
UnrealEngineUWP/Engine/Source/Developer/Windows/LiveCodingServer/Private/External/LC_SymbolResolution.h
Rolando Caloca ded2ed7259 Merging //UE4/Dev-Main@6134169 to Dev-Rendering (//UE4/Dev-Rendering)
#rnx
#rb none

[CL 6139854 by Rolando Caloca in Dev-Rendering branch]
2019-04-29 11:59:36 -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);
}