This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Identifying source file locations.


> I expect that you can do a pretty good job of setting this flag based
> on location information.  On machines which don't have a delay slot on
> branch instructions, set the flag if no earlier instructions have the
> same source code location.  On machines with a branch delay slot, the
> first instruction can be copied into branch delay slots, and the
> is_stmt flag should be set for all these copies.

But you can't set a breakpoint in a delay slot!


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