Re: [Valgrind-users] 答复: hello there is a question about callgrind on the arm64.

2017-06-09 Thread Josef Weidendorfer
Sorry, no progress on this front. If you have any ideas to correctly synchronize real/shadow stack in callgrind and can do some tests, this would be very welcome! Josef Am 05.06.2017 um 10:40 schrieb Wuweijia: Josef: Hello, is there any news now. when do you can release the patches. Owen

[Valgrind-users] 答复: hello there is a question about callgrind on the arm64.

2017-06-05 Thread Wuweijia
Josef: Hello, is there any news now. when do you can release the patches. Owen -邮件原件- 发件人: Josef Weidendorfer [mailto:josef.weidendor...@gmx.de] 发送时间: 2017年5月20日 6:24 收件人: valgrind-users@lists.sourceforge.net 主题: Re: [Valgrind-users] hello there is a question about callgrind on the arm

Re: [Valgrind-users] 答复: hello there is a question about callgrind on the arm64.

2017-05-15 Thread John Reiser
Is there any news? I ran the program in 64-bit mode on Raspberry Pi 3 (1GiB RAM) with: kernel-4.9.28-1 (Fedora 25) gcc-6.3.1 glibc-2.24-4.fc25.aarch64 valgrind-3.12.0 (compiled from .tar.bz2 in one-half hour) A swap file of 2GiB was not enough: = ==22

[Valgrind-users] 答复: hello there is a question about callgrind on the arm64.

2017-05-15 Thread Wuweijia
Hi: Is there any news? BR Owen -邮件原件- 发件人: Wuweijia 发送时间: 2017年5月12日 12:40 收件人: 'John Reiser' ; valgrind-users@lists.sourceforge.net 抄送: Fanbohao 主题: 答复: [Valgrind-users] hello there is a question about callgrind on the arm64. #include #include #include char getCommon(char

[Valgrind-users] 答复: hello there is a question about callgrind on the arm64.

2017-05-11 Thread Wuweijia
#include #include #include char getCommon(char * argv) { char result = 0; result = argv[0]; for(int i = 0; i < 2; i++ ) { if( argv[1] > 100 ) { result += argv[1] + 10; } if( argv[2] < 30 ) { result += argv[2] * 2; } }

[Valgrind-users] 答复: hello there is a question about callgrind on the arm64.

2017-05-11 Thread Wuweijia
The source code(main.cpp) is in the my.rar. and the callgrind output are also in the my.rar. Did you never receive it ? -邮件原件- 发件人: John Reiser [mailto:jrei...@bitwagon.com] 发送时间: 2017年5月12日 11:18 收件人: valgrind-users@lists.sourceforge.net 主题: Re: [Valgrind-users] hello there is a ques