Re: [lldb-dev] What is the correct behavior of SBModule::GetVersion with a version number of 0.0.0

2019-03-28 Thread Pavel Labath via lldb-dev
On 28/03/2019 01:36, Jim Ingham wrote: If you have a library that has a version number of 0.0.0, uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) will return a result of 2 (which is the number of elements it put into num_versions) and the two elements it actually stuffe

Re: [lldb-dev] [Release-testers] Release 7.1.0 -rc1 has been tagged

2019-03-28 Thread Michał Górny via lldb-dev
On Wed, 2019-03-27 at 14:27 -0700, Tom Stellard via Release-testers wrote: > Hi, > > I've just tagged 7.1.0-rc1. Testers, please begin testing and reporting > results. > I've built all projects, and tested LLVM+Clang, and everything looks good on Gentoo. -- Best regards, Michał Górny signa

Re: [lldb-dev] What is the correct behavior of SBModule::GetVersion with a version number of 0.0.0

2019-03-28 Thread Jim Ingham via lldb-dev
> On Mar 28, 2019, at 3:03 AM, Pavel Labath wrote: > > On 28/03/2019 01:36, Jim Ingham wrote: >> If you have a library that has a version number of 0.0.0, >> uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) >> will return a result of 2 (which is the number of elements it