[PATCH v7.1 3/8] Use xml-syscall to compare syscall numbers in arm_linux_sigreturn_return-addr

Yao Qi qiyaoltc@gmail.com
Thu Dec 17 10:09:00 GMT 2015


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 (齐尧)



More information about the Gdb-patches mailing list