[PATCH] D63667: Support __kernel_rt_sigreturn in frame initialization

Joseph Tremoulet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 08:06:34 PDT 2019


JosephTremoulet added a comment.

In D63667#1594718 <https://reviews.llvm.org/D63667#1594718>, @jankratochvil wrote:

> You did not have DWARF for glibc installed: `dnf debuginfo-install glibc`
>
> Then in fact your test was better as only real frames matter for this patch. There is some LLDB bug/incompatibility decoding inline function from (GCC-produced) DWARF but that is unrelated to this patch.


Ah, that makes sense.  Thanks for following up.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63667





More information about the llvm-commits mailing list