Search the web
Sign In
New User? Sign Up
pinheads · Pin Dynamic Binary Instrumentation Tool
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 97 - 128 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
97
Hi, when using the 'debugtrace' tool, I get this error: "A:base/bigarray.C:New:752: bigarray for sym pool too small, change dimensions and recompile" Is there...
mvkrieger
Offline Send Email
Mar 1, 2005
3:43 pm
98
Marco: What version of pin are you running? (try "pin -version") Are you processing a really large app? Could you run: "readelf -W -s your-app | grep FUNC |...
Muth, Robert
rmuth
Offline Send Email
Mar 1, 2005
3:49 pm
99
Hi, the version is: VERSION: 1157 BUILDER: rscohn1 DATE: Sep 8 2004 the application is indeed large, the problems started occurring when I recompiled about 13...
mvkrieger
Offline Send Email
Mar 1, 2005
4:01 pm
100
Marco, Can you try a new kit to see if it works: ftp://ftp.intel.com/pub/outgoing/pin-2.0-1643-gcc.3.2-ia32.tar.gz ...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 1, 2005
5:12 pm
101
Hi, if I try the first file (3.2-ia32) it seems to work ok, but it prints 'tid 0' to stdout all the time. If I try the second file, the example does not...
mvkrieger
Offline Send Email
Mar 1, 2005
6:52 pm
102
I should have said that the second file is ia32e (x86_64). You should use the first one, which is ia32. Someone left a debugging print in. If you go to...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 1, 2005
7:49 pm
103
OK, it works fine now. Thanks a lot, Marco....
mvkrieger
Offline Send Email
Mar 1, 2005
9:10 pm
104
hi, Im trying to use the tool dcache in the SimpleExamples directory. If I need to change the cache configuration to simulate other caches, I figured I have to...
Jaisudha Purushothaman
orangutan_jp
Offline Send Email
Mar 3, 2005
3:51 am
105
Yes, in the sample code that we provide that is correct. We fix the max sizes of #sets and associativity at compile time as template parameters. If you need to...
PIN Project
Pin.Project@...
Send Email
Mar 3, 2005
8:51 am
106
We have released a new kit 1654 for ia32 and ia32e. It contains many bug fixes, especially for multithreading and suse....
rscohn2000
Offline Send Email
Mar 3, 2005
1:44 pm
107
Hi I am trying to create a dump of all register values at certain points in program execution. Is there any API to access register values inside analysis code?...
Satish Narayanasamy
nsatz
Offline Send Email
Mar 3, 2005
2:46 pm
108
Look at PinTools/Tests/context.C. It passes all registers as a single argument. ... From: Satish Narayanasamy [mailto:satish@...] Sent: Thursday, March...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 3, 2005
2:56 pm
109
Good morning :), Will the new API allow the user to choose which traces are inserted to the cache? For instance, can I choose to insert only basic blocks (each...
micha_moffie
Online Now Send Email
Mar 3, 2005
3:23 pm
110
Hi Micha, Currently all traces are inserted into the code cache before they are executed. So it wouldn't (currently) be possible to detect whether the entire...
Hazelwood Cettei, Kim...
hazelwoodkim
Offline Send Email
Mar 3, 2005
3:49 pm
111
... That helps. Thanks! It seems to use the data structure CONTEXT_IA32 in jit_instrument_ia32.PH. I could access common registers but is it possible to get...
Satish Narayanasamy
nsatz
Offline Send Email
Mar 3, 2005
8:54 pm
112
We only pass in information that is potentially modified in the transition from application to analysis function. The rest of the stuff you can get yourself in...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 3, 2005
9:38 pm
113
* Harish, can you describe the system calls for getting the base and limit for segment registers? On ia32e(EM64T) Linux there is a new system call...
Patil, Harish
harishp1965
Offline Send Email
Mar 3, 2005
9:47 pm
114
Hi, making dcache gives me, g++ -c -Wall -Werror -Wno-unknown-pragmas -g -O2 -I../Include -I../Include/gen -DTARGET_IA32 -g1 -DBIGARRAY_MULTIPLIER=1 -o...
rahulsaxon
Offline Send Email
Mar 4, 2005
12:00 am
115
Try commenting this line out. I'll have a look at dcache later. R robert.muth@... 978-553-2973 HD2-2-A13 http://vssad.intel.com/~rmmuth ... From:...
Muth, Robert
rmuth
Offline Send Email
Mar 4, 2005
1:13 am
116
Hi, i tired commenting out the PIN_ParseCommandLine() and ran the tool without command line options for the tool. IT generates a stach trace which i have...
Rahul Saxena
rahulsaxon
Offline Send Email
Mar 6, 2005
7:23 am
117
Rahul: This looks like a bug in pin. We recently changed the handling of instructions Implicitly using the stack (such as call push pop) and apparently forgot ...
Muth, Robert
rmuth
Offline Send Email
Mar 6, 2005
8:58 pm
118
Hello, I am trying to calculate the application heap size. While I was able to calculate the start address, I was not able to calculate the end address as the...
Gaurav Tanna
tannagaurav
Offline Send Email
Mar 8, 2005
4:44 am
119
We don't want the pintool to disturb the application, so we don't let you call brk. Try doing the system call directly. syscall(SYS_brk, 0) ...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 8, 2005
9:35 am
122
Marco: It would be very useful to reproduces these problems locally. Would iy be possible to get some of the images and the input required to run them? Also,...
Muth, Robert
rmuth
Offline Send Email
Mar 8, 2005
2:08 pm
123
Hi, no I'm afraid I can't ship the executable files (security). I saw something in another thread that it might have something to do with instructions that are...
mvkrieger
Offline Send Email
Mar 8, 2005
6:51 pm
124
Hello, it seems there was a bug in the dcache tool itself. in the instrumentation function, instead of passing IARG_MEMORYWRITE_EA for memory writes we were...
Rahul Saxena
rahulsaxon
Offline Send Email
Mar 11, 2005
12:44 am
125
Rahul: Thanks, I'll check your patch in tomorrow! It should show up in our next release. R robert.muth@... 978-553-2973 HD2-2-A13 ...
Muth, Robert
rmuth
Offline Send Email
Mar 11, 2005
12:47 am
126
Hi, when recompiling a large (well about 100) number of files with '-g -O2' I still get this error: A:base/bigarray.C:New:755: bigarray for sym pool too small,...
mvkrieger
Offline Send Email
Mar 15, 2005
2:53 pm
127
Hi: Try to install Pin on an Itanium machine, but failed. machine info: processor : 0;1 vendor : GenuineIntel arch : IA-64 family : Itanium 2 ...
gqycougar
Offline Send Email
Mar 15, 2005
6:17 pm
128
You would want to try Pin 0 from http://rogue.colorado.edu/Pin/downloads.php &veej....
VJ
thep0rt
Offline Send Email
Mar 15, 2005
6:38 pm
Messages 97 - 128 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help