[RFC/RFA?] Should break FILE:LINENO skip prologue?

Eric Botcazou ebotcazou@adacore.com
Thu Jan 10 22:21:00 GMT 2008


> I wouldn't speak for Mark, but personally I could imagine, say,
> that at -O0 gcc might treat the prologue (whatever we decide
> that means) as an atom, and not allow non-prologue instructions
> to be shuffled into it.

The prologue is rather well delimited in GCC and changing that would not be 
easy.  Moreover nothing is shuffled into it at -O0, so what you have at -O0 
is the prologue and only the prologue.

> The next question would be, are automatic variable initializations
> part of that atom?

No, they are not.

-- 
Eric Botcazou



More information about the Gdb-patches mailing list