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: [PATCH 0/8] Break at each iteration for breakpoints placed on a while statement


On 04/15/2016 08:48 PM, Kevin Buettner wrote:

> If the compiler could arrange to set `is_stmt' to false for that
> inital branch, we could more easily arrange for GDB to not place a
> break on that initial branch.  It might even "just work" without any
> additional coding on our part.
> 
> One of my colleagues within Red Hat looked at this and came up with a
> gcc patch, but it turned out to cause breakage elsewhere.  I still
> think it makes sense to try to tackle this problem from the compiler
> side though.

Was a gcc bug ever filed for this?

Thanks,
Pedro Alves


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