This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: patch to make 'until location' work better



   From: toddpw@wrs.com (Todd Whitesel)
   Date: Tue, 11 May 1999 16:54:51 -0700 (PDT)

   Hmm. I've done another cvs checkout since then, and relative to the new
   snapshot, my change no longer seems to improve the test results, but
   instead confuses three tests:

   FAIL: gdb.base/condbreak.exp: run until breakpoint at marker1
   FAIL: gdb.c++/method.exp: finish program
   FAIL: gdb.threads/pthreads.exp: stopped in main thread at breakpoint for thread 1

Yeah, I hate when that happens! :-)

   The first two pass if I #if 0 my code, and the pthreads test fails in a
   different place.

   I don't know how to use cvs to revert my checkout tree to last week, so I
   cannot now reproduce my initial result.

Use -D.  cvs <server> co -D 19990506 will give you last Thursday's version
for instance.  This is where CVS starts to pay off...

								Stan

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