jankratochvil added a comment.
In https://reviews.llvm.org/D32167#1024546, @labath wrote:
> I personally don't think having a new debug info flavour is a good idea.
> Tests written specifically to test this functionality will be easier to
> maintain and debug when they break. And keeping adding
davide added a comment.
In https://reviews.llvm.org/D32167#1026762, @jankratochvil wrote:
> In https://reviews.llvm.org/D32167#1024546, @labath wrote:
>
> > I personally don't think having a new debug info flavour is a good idea.
> > Tests written specifically to test this functionality will be
jankratochvil added a comment.
In https://reviews.llvm.org/D32167#1026779, @davide wrote:
> Do you have a way of reproducing?
It just happens for me each time - on Fedora 27 x86_64 on 16-core (32HT) 2-node
NUMA machine having env var `MAKEFLAGS=-j32` (and `tuned-adm
throughput-performance` if
davide added a comment.
In https://reviews.llvm.org/D32167#1026780, @jankratochvil wrote:
> In https://reviews.llvm.org/D32167#1026779, @davide wrote:
>
> > Do you have a way of reproducing?
>
>
> It just happens for me each time - on Fedora 27 x86_64 on 16-core (32HT)
> 2-node NUMA machine havi
jankratochvil added a comment.
In https://reviews.llvm.org/D32167#1026781, @davide wrote:
> Any chance you're interested in working on that?
Yes, it is in the shortterm or rather midterm plan.
https://reviews.llvm.org/D32167
___
lldb-commits mail
kubamracek created this revision.
kubamracek added reviewers: jingham, jasonmolenda, davide.
An Obj-C array type _NSCallStackArray is used in NSException backtraces. This
patch adds a synthetic frontend for _NSCallStackArray, which now correctly
returns frame PCs.
https://reviews.llvm.org/D440
kubamracek added a comment.
The changes for _NSCallStackArray are at https://reviews.llvm.org/D44081.
https://reviews.llvm.org/D43884
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commi
labath added inline comments.
Comment at: source/Host/posix/HostThreadPosix.cpp:44
if (IsJoinable()) {
#ifndef __ANDROID__
#ifndef __FreeBSD__
xiaobai wrote:
> labath wrote:
> > xiaobai wrote:
> > > aprantl wrote:
> > > > What about:
> > > > ```
> > > > #ifd
xiaobai added inline comments.
Comment at: source/Host/posix/HostThreadPosix.cpp:44
if (IsJoinable()) {
#ifndef __ANDROID__
#ifndef __FreeBSD__
labath wrote:
> xiaobai wrote:
> > labath wrote:
> > > xiaobai wrote:
> > > > aprantl wrote:
> > > > > What about:
labath added inline comments.
Comment at: source/Host/posix/HostThreadPosix.cpp:44
if (IsJoinable()) {
#ifndef __ANDROID__
#ifndef __FreeBSD__
xiaobai wrote:
> labath wrote:
> > xiaobai wrote:
> > > labath wrote:
> > > > xiaobai wrote:
> > > > > aprantl wrot
10 matches
Mail list logo