Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Prevent source line info from being released (#7222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvochko authored and jkotas committed Sep 18, 2016
1 parent 81e42b6 commit 32f0f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/gdbjit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ void NotifyGdb::MethodCompiled(MethodDesc* MethodDescPtr)

memcpy(elfFile.MemPtr + offset, sectHeaders.MemPtr, sectHeaders.MemSize);

elfFile.MemPtr.SuppressRelease();

#ifdef GDBJIT_DUMPELF
DumpElf(methodName, elfFile);
#endif
Expand Down

0 comments on commit 32f0f97

Please sign in to comment.