[Lldb-commits] [PATCH] D101250: Wrap edit line configuration calls into helper functions

2021-04-25 Thread Neal via Phabricator via lldb-commits
nealsid created this revision. nealsid requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Currently we call el_set directly to configure the editor in the libedit wrapper. There are some cases in which this causes extra casting, but we pass

[Lldb-commits] [PATCH] D101237: [lldb] Fix [[no_unique_address]] and libstdc++ 11's std::unique_ptr

2021-04-25 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In D101237#2714971 , @teemperor wrote: > grep tells me that attribute also influences a bunch of other things in > subtle ways (It seems to potentially influence ABIs and Obj-C encodings?) and > we don't really know what o

[Lldb-commits] [PATCH] D101237: [lldb] Fix [[no_unique_address]] and libstdc++ 11's std::unique_ptr

2021-04-25 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. You're right, we can't fix up the types afterwards so I guess inferring the attribute isn't an option here. I'll try to find some time to properly look at this next week, but in the meantime I pushed your bug report into creduce over night and that's what it spit out

[Lldb-commits] [PATCH] D101237: [lldb] Fix [[no_unique_address]] and libstdc++ 11's std::unique_ptr

2021-04-25 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. Ignore my comments above. I assumed we didn't have a minimal crash reproducer from the comment in the dependent patch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101237/new/ https://reviews.llvm.org/D101237 _

[Lldb-commits] [lldb] 65f2a75 - [lldb] [Process/FreeBSD] Report fork/vfork events to LLGS

2021-04-25 Thread Michał Górny via lldb-commits
Author: Michał Górny Date: 2021-04-25T19:40:46+02:00 New Revision: 65f2a757371e687cee6c36788fde1dab22895df7 URL: https://github.com/llvm/llvm-project/commit/65f2a757371e687cee6c36788fde1dab22895df7 DIFF: https://github.com/llvm/llvm-project/commit/65f2a757371e687cee6c36788fde1dab22895df7.diff

[Lldb-commits] [lldb] 0621502 - [lldb] [Process/NetBSD] Report fork/vfork events to LLGS

2021-04-25 Thread Michał Górny via lldb-commits
Author: Michał Górny Date: 2021-04-25T19:40:59+02:00 New Revision: 06215023f450ce25bb608fcdb78fd1f310b23c70 URL: https://github.com/llvm/llvm-project/commit/06215023f450ce25bb608fcdb78fd1f310b23c70 DIFF: https://github.com/llvm/llvm-project/commit/06215023f450ce25bb608fcdb78fd1f310b23c70.diff

[Lldb-commits] [PATCH] D100547: [lldb] [Process/FreeBSD] Report fork/vfork events to LLGS

2021-04-25 Thread Michał Górny via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG65f2a757371e: [lldb] [Process/FreeBSD] Report fork/vfork events to LLGS (authored by mgorny). Herald added a project: LLDB. Repository: rG LLVM Gi

[Lldb-commits] [PATCH] D100554: [lldb] [Process/NetBSD] Report fork/vfork events to LLGS

2021-04-25 Thread Michał Górny via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG06215023f450: [lldb] [Process/NetBSD] Report fork/vfork events to LLGS (authored by mgorny). Herald added a project: LLDB. Repository: rG LLVM Git