Re: [lldb-dev] Code ownership resignation

2016-11-17 Thread Zachary Turner via lldb-dev
I'm ok being co-owner of the test suite, but perhaps Todd should be there as well, and perhaps primary owner? He's done a ton of work on the multi-process infrastructure and probably is at least as familiar as I am, if not moreso with everything else. On Thu, Nov 17, 2016 at 9:23 PM Chris Lattner

Re: [lldb-dev] Code ownership resignation

2016-11-17 Thread Chris Lattner via lldb-dev
On Nov 16, 2016, at 3:55 PM, Enrico Granata via lldb-dev wrote: > I would recommend that the community consider Jim Ingham for taking over data > formatters. He is already code owner for Objective-C runtime and ValueObject. > I'd like to recommend that the remaining part of Value* (Value.h/Value

Re: [lldb-dev] "image search-paths add" removes all breakpoints from remote server

2016-11-17 Thread Jim Ingham via lldb-dev
That seems like the cleanest way to do things. It doesn’t look like the Darwin & MacOS dynamic loaders don’t have any state that they wouldn’t correctly re-compute mid-flight. But for instance when the shared library list goes away, the runtime plugins might also need to get unset and reset, a

Re: [lldb-dev] "image search-paths add" removes all breakpoints from remote server

2016-11-17 Thread Greg Clayton via lldb-dev
If you call SetExecutableModule while a process is running, we probably need to ask the dynamic loader plug-in to update the loaded shared libraries. We might actually need to clear the dynamic loader and let the process load a new one since some dynamic loaders might use the executable to figur