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


>>>>> "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.

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

"make check RUNTESTFLAGS=whatever.exp" also works but is wordier.

You can also run just a single directory with

   runtest --directory=gdb.python

Tom


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