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 v7.1 3/8] Use xml-syscall to compare syscall numbers in arm_linux_sigreturn_return-addr


Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

> +int get_syscall_number (struct gdbarch *gdbarch,
> +			const char *syscall_name)

get_syscall_number should be written in the next line.

> +{
> +  init_syscalls_info (gdbarch);
> +
> +  return xml_get_syscall_number (gdbarch, syscall_name);
> +}

Patch is good to me otherwise.

-- 
Yao (éå)


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