Re: [lldb-dev] correct event sequence on process detach

2015-10-05 Thread Greg Clayton via lldb-dev
I am fine with case "a". Greg > On Sep 28, 2015, at 2:48 AM, Pavel Labath wrote: > > Hello all, > > The following question came up while fixing up handling of process detach. > > when detaching from a running process, on some platforms LLDB needs to > stop it first. Is this stop something tha

[lldb-dev] correct event sequence on process detach

2015-09-28 Thread Pavel Labath via lldb-dev
Hello all, The following question came up while fixing up handling of process detach. when detaching from a running process, on some platforms LLDB needs to stop it first. Is this stop something that should be hidden from the public view or not? I.e. if the process state is Running, and I do a p