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: [testsuite patch] Fix testsuite regression by: Do not skip prologue for asm (.S) files


Jan Kratochvil <jan.kratochvil@redhat.com> writes:

> Names of the testcases involved, it was always written this way for whatever
> reason, unless it has changed:
>
> +gdb_test "f" "asmsrc1\[.\]s:$line_enter.*gdbasm_enter" "f at main"
> +
> +# Execute the `n' command.
> +gdb_test "n" "$line_main\[     \]*.*several_nops" "n at main"

I don't know such convention of writing changelog entry for .exp changes.
We usually put the proc or variable name into the parenthesis, like,

        * gdb.foo/bar.exp (proc_name): XXXX

Is it documented somewhere?

-- 
Yao (éå)


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