[PATCH 0/3] Fix PR 18139: tweak gdb.linespec/break-asm-file.exp for non-x86 targets

Yao Qi qiyaoltc@gmail.com
Thu Mar 26 08:32:00 GMT 2015


On 19/03/15 17:13, Yao Qi wrote:
> I notice gdb.linespec/break-asm-file.exp fails on some targets, arm,
> ppc64, and aarch64.  gdb.linespec/break-asm-file.exp is written in a
> way which has a lot assumptions on x86, and even it is lucky this case
> passes on x86 (see patch 3).
>
> There are some hard-coded stuff in the .s files, and I want to replace
> them with something better (see patch 2).  During this, I find .s should
> be compiled without debug info, because it has already had, so patch 1
> is to compile .s files without debug info.
>
> I tested this patch on arm, aarch64, and ppc64, fails are fixed.  I find
> this test fails on s39x too, but I don't have a machine to test.

I've pushed them in.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list