Re: Using wine to show the System Call Order

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Mar 31, 2008 at 6:09 AM, Schadenfroh <wineforum-user@xxxxxxxxxx> wrote:
>  Is it possible to use Wine (or its debugging feature) to display which system calls are made and the order in which the system calls are made?

Yes.  You can watch the win32 system (really, function) calls like this:
  WINEDEBUG=+relay wine foo.exe

You can watch the Linux system calls like this:
  strace -f -o log wine foo.exe


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux