search for: libpegcommon

Displaying 3 results from an estimated 3 matches for "libpegcommon".

2013 Jan 08
1
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
...ace/pegasus/pkg/bin/TestWSMANRequestEncoder+0x4382f2) #1 0x3e80035db1 (/lib64/libc-2.12.so+0x35db1) previously allocated by thread T0 here: #0 0x438132 (/home/deleisha/CodeSpace/pegasus/pkg/bin/TestWSMANRequestEncoder+0x438132) #1 0x7fb3eb74eebc (/home/deleisha/CodeSpace/pegasus/pkg/lib/libpegcommon.so.1+0x1f6ebc) #2 0x7fb3eb749227 (/home/deleisha/CodeSpace/pegasus/pkg/lib/libpegcommon.so.1+0x1f1227) #3 0x7fb3eb7496dd (/home/deleisha/CodeSpace/pegasus/pkg/lib/libpegcommon.so.1+0x1f16dd) #4 0x4283eb (/home/deleisha/CodeSpace/pegasus/pkg/bin/TestWSMANRequestEncoder+0x4283eb) #5 0...
2013 Jan 07
0
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Did you checkout compiler-rt? This page has detailed info on building asan: http://code.google.com/p/address-sanitizer/wiki/HowToBuild?tm=4 --kcc On Mon, Jan 7, 2013 at 9:38 PM, Devchandra L Meetei <dlmeetei at gmail.com>wrote: > Thanks All > In fact, to answer Pete, I was trying to do as much as possible like > valgrind including as much as possible, which includes all tools.
2013 Jan 07
2
[LLVMdev] Will LLVM be suitable for developing valgrind like tools
Thanks All In fact, to answer Pete, I was trying to do as much as possible like valgrind including as much as possible, which includes all tools. M very elated to know about ASan, given the fact that LLVM is Compile time whereas valgrind is Dynamic, need to rethink, Can you guys check this. build clang 3.2 but I got this linker error. Let me also examine closely clang++ -W -Wall