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 v10 00/21] branch tracing for Atom


> -----Original Message-----
> From: Jan Kratochvil [mailto:jan.kratochvil@redhat.com]
> Sent: Friday, March 08, 2013 3:58 PM


> > OK for the CVS check-in.
> 
> Except for that record split 3921a591df61f1b78468f060611e0afaa9870182 it all
> looks check-in-able separately, great work.  I did not verify if it does not
> regress in some intermediate stage but I doubt so.

I checked that each patch builds, but I have not run any tests for each patch.

I am currently running the full test suite before and after the series. Do you
typically expect people to do this for each test in a series?

Btw, I noticed a broken build for --enable-targets=all.  I'm currently only building
for the target I'm testing.

gdb/remote-m32-r-sdi.c:1233

  while (*args != '\000')
    {
      char *arg;

      args = skip_spaces (arg);

      arg = args;

      while ((*args != '\000') && !isspace (*args))
	args++;


regards,
markus.
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052


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