[PATCH] D88988: [llvm-symbolizer] Add inline stack traces for Windows.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 18:53:02 PDT 2020


akhuang added a comment.

It looks like the first frame on Windows doesn't even point to `GetCurrentPc`; it points to the call to `UnwindImpl`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88988



More information about the llvm-commits mailing list