[Lldb-commits] [PATCH] D98761: Fix "image lookup --address" Summary results for inline functions.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 16 22:14:07 PDT 2021


clayborg created this revision.
clayborg added reviewers: labath, aprantl, JDevlieghere.
clayborg requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: lldb-commits, sstefan1.
Herald added a project: LLDB.

Inline callstacks were being incorrectly displayed in the results of "image lookup --address". The deepest frame wasn't displaying the line table line entry, it was always showing the inline information's call file and line on the previous frame. This is now fixed and has tests to make sure it doesn't regress.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98761

Files:
  lldb/source/Symbol/SymbolContext.cpp
  lldb/test/Shell/Commands/command-image-lookup.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98761.331162.patch
Type: text/x-patch
Size: 30720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210317/259d8827/attachment-0001.bin>


More information about the lldb-commits mailing list