projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219698f
)
Fix frame id
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Mon, 22 Jan 2018 16:08:27 +0000
(19:08 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Tue, 23 Jan 2018 16:30:11 +0000
(19:30 +0300)
src/debug/netcoredbg/frames.cpp
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/frames.cpp
b/src/debug/netcoredbg/frames.cpp
index e83866e2a099e806643d7c7086163604423be055..6c0efcfda4e9e85040bf9198c5249a78b9aed3e0 100644
(file)
--- a/
src/debug/netcoredbg/frames.cpp
+++ b/
src/debug/netcoredbg/frames.cpp
@@
-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;