summaryrefslogtreecommitdiff
path: root/src/vm/eedbginterfaceimpl.h
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2018-02-11 16:57:09 -0800
committerNoah Falk <noahfalk@users.noreply.github.com>2018-02-11 16:57:08 -0800
commitce060415550334e598ee2efbc4beed0f07ede3f9 (patch)
tree47e868f8019cf55ef537a5508503fb971f960278 /src/vm/eedbginterfaceimpl.h
parent78cd08538b59e8c2cff032f39a919b00eb552d74 (diff)
downloadcoreclr-ce060415550334e598ee2efbc4beed0f07ede3f9.tar.gz
coreclr-ce060415550334e598ee2efbc4beed0f07ede3f9.tar.bz2
coreclr-ce060415550334e598ee2efbc4beed0f07ede3f9.zip
Fix stack trace population to get proper source/line info for tier 1 methods (#16302)
Fixes https://github.com/dotnet/coreclr/issues/16224
Diffstat (limited to 'src/vm/eedbginterfaceimpl.h')
-rw-r--r--src/vm/eedbginterfaceimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/eedbginterfaceimpl.h b/src/vm/eedbginterfaceimpl.h
index 7451246a21..7172e9ae44 100644
--- a/src/vm/eedbginterfaceimpl.h
+++ b/src/vm/eedbginterfaceimpl.h
@@ -122,6 +122,8 @@ public:
BOOL IsManagedNativeCode(const BYTE *address);
+ PCODE GetNativeCodeStartAddress(PCODE address) DAC_UNEXPECTED();
+
MethodDesc *GetNativeCodeMethodDesc(const PCODE address) DAC_UNEXPECTED();
#ifndef USE_GC_INFO_DECODER