Re: [Lldb-commits] [PATCH] D62505: Fix multiple module loaded with the same UUID

2019-06-05 Thread Pavel Labath via lldb-commits
The "overlapping sections" thread reminding me I should reply here.. It also reminded me of another possible use case for multiply-mapped sections. Thread-local sections (.tbss, .tdata in elf) contain data which is somehow (the exact mechanisms are still quite opaque to me) mapped memory for ea

Re: [Lldb-commits] [PATCH] D62505: Fix multiple module loaded with the same UUID

2019-05-30 Thread Jim Ingham via lldb-commits
> On May 28, 2019, at 7:59 AM, Pavel Labath via Phabricator > wrote: > > labath added a comment. > > In D62505#1519166 , @aadsm wrote: > >> Interesting, I did miss that comment when I checked that class. This is >> something @clayborg was concerned w