This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 1/4] 'catch syscall' feature -- Architecture-independent part


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> However, as with the 'thread' (and Ada 'task') qualifier, the best
Tom> approach depends a bit on the underlying OS' capabilities.  That is,
Tom> if there is a ptrace-like thing that handles the condition checking in
Tom> the kernel, then it would be nice to expose that, instead of doing the
Tom> check in gdb.  I will try to find out if this is a planned froggy
Tom> feature.

I asked, and apparently this is already in froggy.  The filtering is
implemented kernel-side.

So, I would like it if this part were changed as I suggested
up-thread.  We're starting to look at porting gdb to froggy and it
would be nice to have this in place from the beginning.

SÃrgio, I'm willing to write a patch against your branch for this, if
you want.  Just let me know.

thanks,
Tom


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