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 2/4] 'catch syscall' feature -- Architecture-dependent part


> From: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= <sergiodj@linux.vnet.ibm.com>
> Date: Tue, 04 Nov 2008 02:31:24 -0200
> 
> This is the architecture dependent part of the patch. It adds support
> for PPC, PPC64 and i386 archs.

Thanks.

> +    warning (_("Could not load the syscall XML file.\n\

I suggest to include the name of the file in the error message.  That
might help the user to locate that file and overcome the problem.
Without the name, she is down to "strings | grep -i xml".

> +GDB will not be able to display syscalls names."));
                                   ^^^^^^^^^^^^^^
"syscall names".

(There's one more instance of this in the patches.)


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