summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.h
blob: 62c813fae167756740889725a20c4f50730377bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

//----------------------------------------------------------
// SuperPMI-Shim-Collector.h - Shim that collects and yields .mc (method context) files.
//----------------------------------------------------------
#ifndef _SuperPMIShim
#define _SuperPMIShim

class MethodContext;
extern MethodContext* g_globalContext;

void DebugBreakorAV(int val);

#endif