[PATCH] D142283: [Support] Make llvm-symbolizer runs for stack traces work on Apple platforms

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 15:12:36 PST 2023


dblaikie added a comment.

>> When run on the command line/directly, is `llvm-symbolizer` unable to find debug info for the binaries? (I guess, alternatively: why is this workaround/hint needed? and is it only needed when doing the crash symbolizing/not symbolizing from the command line? (& if so, why only then?))
>
> The behaviour on the command line is the same.

Ah, so how does a debugger find debug info without these sort of hints? Could that logic be reused in llvm-symbolizer? (are there other symbolizers (addr2line, etc) that work on MacOS? How do they find the debug info?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142283



More information about the llvm-commits mailing list