Re: Getting started with clang debuginfo

2020-07-27 Thread Paul Floyd
> On 27 Jul 2020, at 17:39, Konstantin Belousov wrote: > > On Mon, Jul 27, 2020 at 10:37:53AM -0400, Mark Johnston wrote: >> On Mon, Jul 27, 2020 at 11:27:40AM +0200, Paul FLOYD wrote: >>> Hi >>> >>> I'm investigating some of the remaining issues with Valgrind on FreeBSD. >>> One of the two

Re: Getting started with clang debuginfo

2020-07-27 Thread Paul Floyd
> On 27 Jul 2020, at 16:37, Mark Johnston wrote: > > On Mon, Jul 27, 2020 at 11:27:40AM +0200, Paul FLOYD wrote: >> Hi >> >> I'm investigating some of the remaining issues with Valgrind on FreeBSD. One >> of the two remaining major issues that I'm aware of is with Valgrind reading >> dwarf

Re: Getting started with clang debuginfo

2020-07-27 Thread Konstantin Belousov
On Mon, Jul 27, 2020 at 10:37:53AM -0400, Mark Johnston wrote: > On Mon, Jul 27, 2020 at 11:27:40AM +0200, Paul FLOYD wrote: > > Hi > >   > > I'm investigating some of the remaining issues with Valgrind on FreeBSD. > > One of the two remaining major issues that I'm aware of is with Valgrind > > r

Re: Getting started with clang debuginfo

2020-07-27 Thread Mark Johnston
On Mon, Jul 27, 2020 at 11:27:40AM +0200, Paul FLOYD wrote: > Hi >   > I'm investigating some of the remaining issues with Valgrind on FreeBSD. One > of the two remaining major issues that I'm aware of is with Valgrind reading > dwarf  debuginfo from clang compiled binaries. The problem isn't too

Getting started with clang debuginfo

2020-07-27 Thread Paul FLOYD
Hi   I'm investigating some of the remaining issues with Valgrind on FreeBSD. One of the two remaining major issues that I'm aware of is with Valgrind reading dwarf  debuginfo from clang compiled binaries. The problem isn't too bad with clang 8 on FreeBSD 12.1. On 13-CURRENT with clang 10 things