[SPAM] Foot fetish

2009-04-23 Thread Christopher Maher
Amatuer, girl-girl feet tickling movies, and foot worship movies at http://www.ticklefootsies.com Or you can mail me back to get instant access. This is NOT spam, your subscription email: strace-devel@lists.sourceforge.net Regards, Marquee Media Networks co. Christopher Maher 6741 S Sprinkle Rd

[PATCH] small fixes to ^C handling

2009-04-23 Thread Denys Vlasenko
Interrupting strace with ^C works in practice, but from code inspection I see some scenarios when we may leave some tracees stopped when strace exits. This patch catches these cases by not allowing ^C exit to commence until all collected tracees are dealt with. Changelog: * strace.c (collect_sto

Re: printing the instruction pointer under x86-64

2009-04-23 Thread Roland McGrath
> [...] i.e., you want a full stack backtrace. In > modern systems, that requires interpreting (and having) unwind information > (which you do have in the vDSO). strace is just prepared to do that. ^not Sorry for the typo, and in case it got your

Re: printing the instruction pointer under x86-64

2009-04-23 Thread Roland McGrath
> I have a question regarding the ability of strace to print the > instruction pointer where the syscall takes place. I'm trying to use > this feature to trace a 32-bit process running on a amd64 gentoo > system. Unfortunately, the eip values returned by strace don't make > much sense: I'm sorry y