This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch ping] Cache system call number


Yao Qi wrote:
On Tue, Oct 31, 2006 at 11:39:26AM -0500, Andrew Cagney wrote:
Yao, have the options:

- make signal # an explict syscall-entry parameter
- make signal class an explicit syscall-entry parameter

Hi, Andrew,
I am confused by "signal" here. Do you mean "signal" == "syscall"?

Yao, yes, sorry system call number, vis:


updateSyscallEnter (Task task, int syscallNumber)

That way all observers of system calls would be, as part of the entry, be directly notified of which system call is involved; and during exit that information would clearly not be involved. The client can then decided if it wants to retain the value.

Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]