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 7/8] [testsuite][AArch64] Port gdb.trace


Pierre Langlois <pierre.langlois@arm.com> writes:

> +} elseif [istarget "aarch64*"] {
> +    set fpreg "\$x29"
> +    set spreg "\$sp"

We need to check is_aarch64_target instead of istarget "aarch64*",
considering the WIP aarch64 multi-arch debugging work.  Please replace
istarget "aarch64*" with is_aarch64_target in your patch.

OK with the change.

-- 
Yao (éå)


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