Re: [Lldb-commits] [lldb] r247852 - Add an OperatingSystem plugin to support goroutines

2017-07-14 Thread Jason Molenda via lldb-commits
Thanks Pavel, I got a bounce from his work email too. I agree with your plan for this, I think this is the first time that we have a plugin/target without an active maintainer that may be bitrotting or in need of maintenance. I was experimenting with disabling the goroutine threads, the change f

Re: [Lldb-commits] [lldb] r247852 - Add an OperatingSystem plugin to support goroutines

2017-07-14 Thread Pavel Labath via lldb-commits
Hi Jason, I believe Ryan is no longer working for google. Since the go plugin was his effort, I think that unfortunately leaves our go support without a maintainer. (Unless he happens to be reading this from a personal email). I have also recently disabled one of the go tests because it was failin

Re: [Lldb-commits] [lldb] r247852 - Add an OperatingSystem plugin to support goroutines

2017-07-13 Thread Jason Molenda via lldb-commits
Hi Ryan, we're having a tiny problem with the Go OperatingSystem plugin at Apple. I know it's been a while since you've worked on this, but I wanted to see if you had an opinion about how we should address this. Some iPhone app developers download static libraries (aka ranlib archives aka coll

[Lldb-commits] [lldb] r247852 - Add an OperatingSystem plugin to support goroutines

2015-09-16 Thread Ryan Brown via lldb-commits
Author: ribrdb Date: Wed Sep 16 16:20:44 2015 New Revision: 247852 URL: http://llvm.org/viewvc/llvm-project?rev=247852&view=rev Log: Add an OperatingSystem plugin to support goroutines The Go runtime schedules user level threads (goroutines) across real threads. This adds an OS plugin to create m