Fix frame id
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Mon, 22 Jan 2018 16:08:27 +0000 (19:08 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Tue, 23 Jan 2018 16:30:11 +0000 (19:30 +0300)
src/debug/netcoredbg/frames.cpp

index e83866e2a099e806643d7c7086163604423be055..6c0efcfda4e9e85040bf9198c5249a78b9aed3e0 100644 (file)
@@ -59,7 +59,7 @@ HRESULT ManagedDebugger::GetFrameLocation(ICorDebugFrame *pFrame, int threadId,
 {
     HRESULT Status;
 
-    stackFrame.id = FrameAddr(pFrame);
+    stackFrame = StackFrame(threadId, level, "");
 
     ULONG32 ilOffset;
     Modules::SequencePoint sp;