Hi Gábor,
sorry for the late reply, I have been OOO. Thanks for the detailed
report. I think the fact that we load the system lldb from the unit
tests should be considered a bug. I am going to try to find some time
fix this issue.
thanks,
pl
On Fri, 29 Jun 2018 at 15:35, Gábor Márton wrote:
>
>
Hello Pavel,
Thank you for replying! I've created a review for this change:
https://reviews.llvm.org/D49379
BR,
Konstantin Baladurin
On 16.07.2018 13:45, Pavel Labath wrote:
Hello Konstantin,
that sounds like a good idea. We've had reports of this in the past,
but so far noone dug into it
The eStateSuspended state is used for threads (you can set it via
SBThread::Suspend/Resume). It controls whether a "continue" operation
on the process will run the thread or not.
I am not sure if you can ever see that state on the process itself.
On Sat, 14 Jul 2018 at 15:39, Adrian Prantl via l
Hello Konstantin,
that sounds like a good idea. We've had reports of this in the past,
but so far noone dug into it to find out what's going on (thank you
for that). Can you create a review for this
(https://reviews.llvm.org/differential/)?
pl
On Mon, 9 Jul 2018 at 14:17, k.baladurin via lldb-dev