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] MI ignores conditions for pending breakpoints


> -----Original Message-----
> From: Tom Tromey [mailto:tromey@redhat.com] 
> Sent: Wednesday, July 25, 2012 2:30 PM
> To: Marc Khouzam
> Cc: 'gdb-patches@sourceware.org'
> Subject: Re: [patch] MI ignores conditions for pending breakpoints
> 
> >>>>> "Marc" == Marc Khouzam <marc.khouzam@ericsson.com> writes:
> 
> Marc> Thanks for that.  I've also added a check to make sure x==4 when
> Marc> the breakpoint hits.  How about this?
> 
> Ok.

Committed to HEAD.

> 
> Marc> P.S. To save time, is there a good way to run a single 
> test while
> Marc> writing it?
> 
> What I do is
> 
>    cd build/gdb/testsuite
>    runtest whatever.exp

Awesome!  That's what I needed.

> "make check RUNTESTFLAGS=whatever.exp" also works but is wordier.
> 
> You can also run just a single directory with
> 
>    runtest --directory=gdb.python

I didn't know that, but I found this one (slightly faster to type):
  make check-gdb.python

Thanks!

Marc


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