Re: [lldb-dev] Difference of behaviour of process.Continue() between MacOSX and Linux

2015-09-08 Thread Louis Granboulan via lldb-dev
Thank you for your quick answer. I am using lldb 3.6.0 (the only one packaged for this Ubuntu). I will see if a more recent Ubuntu has lldb 3.7, or try to install a recent version from the sources. Regards, Louis On 8 September 2015 at 14:58, Pavel Labath wrote: > Hi, > > thanks for your report.

Re: [lldb-dev] Difference of behaviour of process.Continue() between MacOSX and Linux

2015-09-08 Thread Pavel Labath via lldb-dev
Hi, thanks for your report. Let me first ask you a question. Which version of lldb are you using? If it's anything less than 3.7, then I strongly recommend to upgrade, since linux support was not in a very good state there. If you are using 3.7 or svn, then the thing you are describing should wo

[lldb-dev] Difference of behaviour of process.Continue() between MacOSX and Linux

2015-09-08 Thread Louis Granboulan via lldb-dev
Dear all, I am new to lldb-dev and I hope that this issue has not already been reported. I did not find any reference of it. I started with the example from section "Using the lldb.py module in python" of http://lldb.llvm.org/python-reference.html and decided to have the process continue after ha