[llvm-bugs] [Bug 34510] New: Minidump target does not resolve new symbols correctly
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 6 11:19:50 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34510
Bug ID: 34510
Summary: Minidump target does not resolve new symbols correctly
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: mosescu at google.com
CC: llvm-bugs at lists.llvm.org
Once frames are "symbolized" they will not get re-symbolized if modules/symbols
are added later on. For example:
target create --core "foo.dmp"
bt
image add full/libcontent.so
image load --file libcontent.so --slide 0x00007f17fc361000
bt
Here I add libcontent.so explicitly but since the frames are cached from the
first bt, the bt after the image load will not use the new symbols.
As far as I can tell this is due to the explicit disabling of
ClearStackFrames() in ThreadMinidump.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170906/1a832af6/attachment.html>
More information about the llvm-bugs
mailing list