[all-commits] [llvm/llvm-project] 2d7339: Fix "image lookup --address" Summary results for i...

Greg Clayton via All-commits all-commits at lists.llvm.org
Thu Apr 1 11:36:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d733923b8d32230d5af777dd1d84ae2c7fc968d
      https://github.com/llvm/llvm-project/commit/2d733923b8d32230d5af777dd1d84ae2c7fc968d
  Author: Greg Clayton <gclayton at fb.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Target/Trace.cpp
    A lldb/test/Shell/Commands/command-image-lookup.yaml

  Log Message:
  -----------
  Fix "image lookup --address" Summary results for inline functions.

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.

Differential Revision: https://reviews.llvm.org/D98761




More information about the All-commits mailing list