This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: [patch review] Syscall for multi-arch support
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
>> On Fri, 2006-09-08 at 17:51 -0600, Tom Tromey wrote:
>> This makes the strace '-e' argument look a little weird now too. If
>> the user 'ftrace's all 'open' calls, should it be every open call from
>> every ISA? I suppose we could try to enumerate every ISA supported by
>> the host platform...
Mark> Well a Task knows which Isa it belongs to, so whenever ftrace starts
Mark> tracing a new Task (or rather Proc) it should just reinterpret the '-e'
Mark> argument for that process.
Yeah, I completely forgot the Task->Isa connection. Thanks. I made a
note to update ftrace to do this.
Tom