Re: [lldb-dev] [Release-testers] [cfe-dev] [5.0.0 Release] The final tag is in

2017-09-11 Thread Simon Dardis via lldb-dev

Hi,  

I've uploaded the binaries for mips:

SHA256(clang+llvm-5.0.0-mipsel-linux-gnu.tar.xz)= 
b629b953bb6a6053143765c06f57c5a4920dcf9b64cccf4310d43db0598b98d7
SHA256(clang+llvm-5.0.0-mips-linux-gnu.tar.xz)= 
0c911da49d7b0f6c20afa89e309ec0d073281153ef5d03d60377c1c9ed7265b8
SHA256(clang+llvm-5.0.0-x86_64-linux-gnu-debian8.tar.xz)= 
96da0f0f647d7d43235440bf334fbcf3134db851fa59dd2f5d52037be57b9161

No changes from rc4 + rc5.

Thanks,
Simon 

> On Sep 5, 2017, at 11:24 AM, Hans Wennborg via cfe-dev 
>  wrote:
>
> Dear testers,
>
> The final version of 5.0.0 has just been tagged. There were no changes
> after rc5.
>
> Please build the final binaries and upload to the sftp.
>
> For those following along: this means 5.0.0 is complete, but it will
> take a few days to get the tarballs ready and published on the web
> page. I will send the announcement once everything's ready.
>
> Many thanks everyone for your hard work!
>
> Hans
> ___
> cfe-dev mailing list
> cfe-...@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [cfe-dev] [5.0.0 Release] The final tag is in

2017-09-11 Thread Hans Wennborg via lldb-dev
Thanks! I've added them to the download page. It can take up to an
hour for the change to propagate to the CDN.

Cheers,
Hans

On Mon, Sep 11, 2017 at 11:52 AM, Simon Dardis  wrote:
>
> Hi,
>
> I've uploaded the binaries for mips:
>
> SHA256(clang+llvm-5.0.0-mipsel-linux-gnu.tar.xz)= 
> b629b953bb6a6053143765c06f57c5a4920dcf9b64cccf4310d43db0598b98d7
> SHA256(clang+llvm-5.0.0-mips-linux-gnu.tar.xz)= 
> 0c911da49d7b0f6c20afa89e309ec0d073281153ef5d03d60377c1c9ed7265b8
> SHA256(clang+llvm-5.0.0-x86_64-linux-gnu-debian8.tar.xz)= 
> 96da0f0f647d7d43235440bf334fbcf3134db851fa59dd2f5d52037be57b9161
>
> No changes from rc4 + rc5.
>
> Thanks,
> Simon
>
>> On Sep 5, 2017, at 11:24 AM, Hans Wennborg via cfe-dev 
>>  wrote:
>>
>> Dear testers,
>>
>> The final version of 5.0.0 has just been tagged. There were no changes
>> after rc5.
>>
>> Please build the final binaries and upload to the sftp.
>>
>> For those following along: this means 5.0.0 is complete, but it will
>> take a few days to get the tarballs ready and published on the web
>> page. I will send the announcement once everything's ready.
>>
>> Many thanks everyone for your hard work!
>>
>> Hans
>> ___
>> cfe-dev mailing list
>> cfe-...@lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] PTYPE replacement in LLDB

2017-09-11 Thread vignesh balu via lldb-dev
Hi All,

I see in the command Mapping Documnet, we can use "image lookup -type" in
place of "ptype" from gdb. Currently, this can be used only for Type(link
int, char) , or gloal, static variable or function symbol.

This is not as efficient as GDB, where it  will whole structure if we point
to variable.
Here we have to find the variable type first and then we have to do "image
lookup".

do we have a single command which will do that ?
If not, shall we implement one or integrating with one of existing command
is good ?

thanks,
vigneshbalu
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev