Mail Archives: djgpp-workers/2000/03/02/14:37:23
On Thu, 2 Mar 2000, Hans-Bernhard Broeker wrote:
> 2000-02-17 Mark Mitchell <mark AT codesourcery DOT com>
>
> * function.c (thread_prologue_and_epilogue_insns): Put a line note
> after the prologue.
>
> has broken the GDB testsuite.
>
> I think that change tries to work around the bug we've been talking about,
> here: that there currently is no .ln between the prologue and the 'real'
> code of the function. Seems it's outputting the wrong line number (of the
> opening brace, instead of the first line of active code), confusing the
> GDB test scripts.
Yes, most GDB test scripts begin with the following sequence:
b main
run
next
and assume they are now after the first executable line of `main'.
> I'll put a mail to the gdb mailing list, describing my results.
Thanks!
- Raw text -