Re: [lldb-dev] Thread resumes with stale signal after executing InferiorCallMmap

2015-10-13 Thread Pavel Labath via lldb-dev
ry from signal during expression > evaluation is buggy. Sorry, I am not sure that I will have time to look into > it deeper - it is not a blocker for me at this time. > >> From: lab...@google.com >> Date: Mon, 12 Oct 2015 13:25:45 +0100 >> Subject: Re: [lldb-dev]

Re: [lldb-dev] Thread resumes with stale signal after executing InferiorCallMmap

2015-10-13 Thread Eugene Birukov via lldb-dev
Will do! > From: lab...@google.com > Date: Tue, 13 Oct 2015 09:40:28 +0100 > Subject: Re: [lldb-dev] Thread resumes with stale signal after executing > InferiorCallMmap > To: eugen...@hotmail.com > CC: lldb-dev@lists.llvm.org; jing...@apple.com > > Sure, fair enoug

Re: [lldb-dev] Thread resumes with stale signal after executing InferiorCallMmap

2015-10-08 Thread Pavel Labath via lldb-dev
; broadcaster and is picked up and processed much later. > > When the expression evaluation completes, the StopInfo from the last > "natural" stop should be put back in place in the thread. After all, if you > hit a breakpoint, run an expression, then ask why that thread stopped, y

Re: [lldb-dev] Thread resumes with stale signal after executing InferiorCallMmap

2015-10-07 Thread Eugene Birukov via lldb-dev
with SIG_ILL that is stuck in the broadcaster and is picked up and processed much later. > Subject: Re: [lldb-dev] Thread resumes with stale signal after executing > InferiorCallMmap > From: jing...@apple.com > Date: Wed, 7 Oct 2015 15:08:18 -0700 > CC: lldb-dev@lists.llvm.org > To: eu

Re: [lldb-dev] Thread resumes with stale signal after executing InferiorCallMmap

2015-10-07 Thread Jim Ingham via lldb-dev
to see "hit a breakpoint" not "ran a function call". Sounds like that is failing somehow. Jim > > > Subject: Re: [lldb-dev] Thread resumes with stale signal after executing > > InferiorCallMmap > > From: jing...@apple.com > > Date: Wed, 7 Oct

[lldb-dev] Thread resumes with stale signal after executing InferiorCallMmap

2015-10-07 Thread Eugene Birukov via lldb-dev
Hi, I am using LLDB 3.7.0 C++ API. My program stops at a certain breakpoint and if I call SBFrame::EvaluateExpression() there, when I let it go it terminates with SIG_ILL on an innocent thread. I dug up into this, and there seems to be two independent problems there, this mail is about the