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

2019-07-21 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In 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 yo

[Lldb-commits] [lldb] r366653 - [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor

2019-07-21 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sun Jul 21 03:31:13 2019 New Revision: 366653 URL: http://llvm.org/viewvc/llvm-project?rev=366653&view=rev Log: [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor Summary: We assume in LLDB that every type comes from an ASTContext with an associate

[Lldb-commits] [PATCH] D64989: [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor

2019-07-21 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL366653: [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor (authored by teemperor, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed p

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

2019-07-21 Thread Joseph Tremoulet via Phabricator via lldb-commits
JosephTremoulet added a comment. In 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 b

[Lldb-commits] [PATCH] D62183: [Windows] Fix race condition between state changes

2019-07-21 Thread Martin Andersson via Phabricator via lldb-commits
martin added a comment. What is the next step to get this commited? Can you commit it? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62183/new/ https://reviews.llvm.org/D62183 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https: