[Lldb-commits] [PATCH] D63667: Support __kernel_rt_sigreturn in frame initialization

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Jul 21 03:02:40 PDT 2019


jankratochvil added a comment.

In D63667#1586427 <https://reviews.llvm.org/D63667#1586427>, @JosephTremoulet wrote:

> without the bogus frame in between.  Do I have the wrong repro steps or something?


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.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63667





More information about the lldb-commits mailing list