Re: [lldb-dev] LLDB-MI remote debugging on Linux

2017-04-25 Thread Pavel Labath via lldb-dev
On 20 April 2017 at 18:59, Scott Funkenhauser wrote: > Hey Pavel, > > What would be a reasonable solution? > > Does having the lldb-server read the shared libraries from disk (instead > of from the process's memory) sound sensible? > > What you are describing should already be the case -- lldb k

Re: [lldb-dev] LLDB-MI remote debugging on Linux

2017-04-20 Thread Scott Funkenhauser via lldb-dev
Hey Pavel, What would be a reasonable solution? Does having the lldb-server read the shared libraries from disk (instead of from the process's memory) sound sensible? Scott On Thu, Apr 20, 2017 at 10:30 AM, Pavel Labath wrote: > Hi, > > this is a known problem and somewhat embarrassing proble

Re: [lldb-dev] LLDB-MI remote debugging on Linux

2017-04-20 Thread Pavel Labath via lldb-dev
Hi, this is a known problem and somewhat embarrassing problem, but unfortunately we haven't had time to look at that yet. The code that is doing that was added to support loading of the vdso, which is only present in the application memory (and it is a full elf file). I don't think anybody has rea