[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
Wed Mar 17 16:06:35 PDT 2021


clayborg added a comment.

If anyone wants to try this out, you can yaml2obj the yaml file and then do manual lookups. If you are on a mac, you can also debug any binary with inline function calls and stop anywhere and compare "bt" to the "image lookup --address $pc" to verify this works as expected.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98761/new/

https://reviews.llvm.org/D98761



More information about the lldb-commits mailing list