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 2201 - 2236 of 4510   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2201
Hi, I am trying to mark certain write instructions as special in Jikes RVM during the compilation so that Pin will know these writes are special when they get...
renebow_2000
Offline Send Email
Dec 2, 2007
10:39 pm
2202
Not sure if this is what you are after but here goes: You could use any nop-like instruction - preferably one that does not show up in your code. I'd suggest...
mark_charney
Offline
Dec 3, 2007
4:09 am
2203
Hello Stephen, I looked at your code. There appears to be a pin bug. I'll file an internal bug report. Thank you for bringing this to our attention. BTW, I...
mark_charney
Offline
Dec 3, 2007
5:15 am
2204
Hi Again Currently I'm using PIN for heavy rewriting of all instructions which access the memory. In order to speed up the whole PinTool and to prevent ugly...
st.classen
Offline Send Email
Dec 3, 2007
2:24 pm
2205
Hi, Some of our students ran into a problem to which I don't have an answer. It seems they might have run into a bug in Pin, but I'm not sure. They were...
Kenneth Hoste
kehoste
Offline Send Email
Dec 4, 2007
10:18 am
2206
You cannot use IARG_REG_VALUE with xmm registers. I thought there would be a more helpful error message. You can use IARG_REG_REFERENCE and...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 4, 2007
11:10 am
2207
... Ah! Should I have known this somehow? I didn't see it mentioned in the docs, right? ... OK, this yields a pointer to a PIN_REGISTER union. Now, how would I...
Kenneth Hoste
kehoste
Offline Send Email
Dec 4, 2007
12:23 pm
2208
The definition of PIN_REGISTER can be found in Include/gen/types_vmapi.TLH An example using PIN_REGISTER is ToolUnitTest/sse-ref.cpp Greets Stephan...
st.classen
Offline Send Email
Dec 4, 2007
12:30 pm
2211
I'm doing my PhD on OS simulation and tracing. Currently I want to use pin to inspect an uncompressed kernel binary (vmlinux) and get statistics about the...
javier_cabezas_rodrig...
javier_cabez...
Offline Send Email
Dec 5, 2007
9:00 pm
2212
Hi, When trying to debug a PIN tool, all seems to work. I can trace, start/stop functions using gdb alright. When stopped in functions, the stack looks normal....
a_van_der_vliet
Offline Send Email
Dec 7, 2007
3:09 pm
2214
under RedHat 7.3, the output from 'gcc --version' is '2.96'. All the versions of GCC are larger than it, which version of PIN should I use under RedHat 7.3? In...
lzwict
Offline Send Email
Dec 10, 2007
4:08 am
2215
The easiest way is to install a gcc3.4 or 4.x compiler on the machine. 2nd choice is to compile on another machine and use the -pin_runtime directions in the...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 10, 2007
2:28 pm
2217
Hi, I am trying to profile input operands for each FP instruction in any given program. I followed one of the earlier posts on the newsgroup and was able to...
brsheikh
Offline Send Email
Dec 12, 2007
9:20 am
2218
The pin type happens to be 64b but in 32b mode the displacement is 32b. You don't need to pass a 64b displacement to your analysis routine. Once you have the...
mark_charney
Offline
Dec 12, 2007
12:27 pm
2219
1. There is no need to compute the effective address yourself IARG_MEMORYREAD_EA will pass the EA to the analysis routine. 2. After you have the address, you...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 12, 2007
12:36 pm
2220
Thanks. IARG_MEMORYREAD_EA saved me all the hassle.The code looks much cleaner and more importantly, it works :) ... memory ... operand ... routine. ... cast ...
brsheikh
Offline Send Email
Dec 12, 2007
9:04 pm
2221
Thank you. I have tried the second choice. but seems it does not work. I have done the following procedures with errors. <<< in the machine with RHEL 4.0 >>>> ...
lzwict
Offline Send Email
Dec 13, 2007
3:02 am
2222
I hate to be pushy, but I really need to get this to work. It is part of my master thesis and right now everything depends on PIN. The whole project may fail...
st.classen
Offline Send Email
Dec 13, 2007
8:06 am
2223
Does this program fail if you don't use PIN_ExecuteInstrumented? Pthread gets the thread id from thread local storage (TLS). TLS is accessed via a segment...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 13, 2007
12:35 pm
2224
When you build with gcc3.4 and run on rh7.3, you have to install a newer libstc++ and libgcc from gcc3.4 on the rh7.3 system. This is true for any program you...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 13, 2007
1:04 pm
2225
I have tried your suggestion but still failed with the following information. ../Bin/pin -pin_runtime -t inscount0 -- /bin/ls ../Bin/pin: /lib/i686/libc.so.6:...
lzwict
Offline Send Email
Dec 14, 2007
1:12 am
2226
You need a libstdc++.so.6 for rh7. The rhel4 lib doesn't work because it requires a newer glibc. Sometimes they put out the libstdc++.so.6 libraries as an...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 14, 2007
11:40 am
2228
I've just started to get into some more work using Pin so I downloaded the lastest version. I looks like there's been some changes to the INS_Operand*...
jim.clause
Offline Send Email
Dec 18, 2007
4:25 pm
2229
Ah, the tyranny of legacy. XED2 is used in the newer kits and has changed some things as you've discovered. There are an enormous number of details. I'll...
mark_charney
Offline
Dec 20, 2007
4:35 am
2230
Hi, Pin tool debugtrace causes process to crash after OS-upgrade (at least, it seems that the OS-upgrade causes it, since no other changes were made). ...
mvkrieger
Offline Send Email
Dec 20, 2007
11:39 am
2231
Marco, Pin is asserting. It writes the assertion to stderr and to pin.log. I am guessing that stderr is no longer connected to your tty so you do not see it....
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 20, 2007
12:18 pm
2232
Hi, the logfile is not created, so I guess it doesn't fail on an ASSERT. Also running with '-slow_asserts' did not give any output. It is update 5: Enterprise...
mvkrieger
Offline Send Email
Dec 20, 2007
1:10 pm
2233
It may be an assertion in the pintool. After you catch it in the debugger, can you look at /proc/<pid>/maps to see which binary the fault occurs at? And can...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 20, 2007
1:26 pm
2234
Hi, it's 32bit. No logfile is created in 'cwd'. WIth gdb I see this: (gdb) where #0 0x010c335e in ?? () #1 0xb6a8cfb8 in ?? () #2 0x015a1058 in ?? () #3...
mvkrieger
Offline Send Email
Dec 20, 2007
2:11 pm
2236
I am using the most recent version of PIN under RHEL 4.0. I have found several following instructions dumped from INS_Disassemble(): add eax, dword ptr gs[] ...
lzwict
Offline Send Email
Dec 23, 2007
10:07 pm
Messages 2201 - 2236 of 4510   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