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: Remove STOP_UNKNOWN/BREAKPOINT_HIT from infrun.c


On Thu, Feb 22, 2007 at 03:33:08PM +0100, Markus Deuling wrote:
> Hi,
> 
> >Sorry, I missed this message.  I think we can remove both of them.
> 
> as discussed this patch removes STOP_UNKNOWN and BREAKPOINT_HIT from 
> infrun.c
> 
> 
> Ok to commit?

I really need for you to find a way to post patches as text, that
doesn't get mangled by your mail client:

> enum inferior_stop_reason
> {
> -  /* We don't know why. */
> -  STOP_UNKNOWN,
> /* Step, next, nexti, stepi finished. */
> END_STEPPING_RANGE,

It's very hard to read these.

-- 
Daniel Jacobowitz
CodeSourcery


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