This is the mail archive of the gdb@sources.redhat.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]
Other format: [Raw text]

Re: Two possible function stabs patches


[This might be a duplicate, in which case please ignore it...]

On Tuesday, July 29, 2003, at 10:47 PM, Michael Elizabeth Chastain wrote:

First patch:

  no regressions in gdb test suite output
  no improvements, either
  native i686-pc-linux-gnu
  red hat linux 8
  binutils 2.14
  -gstabs+

Excellent! Except, that probably means that the gdb testsuite could do with some more testcases. Is there a GDB person who could add the one I mentioned earlier,


int main(void)
{
  static int foo(void)  { return 1; }
  return foo() == 1 ? 0 : 1;
}

break foo

?

Second patch:

still running ...

My test bed deletes the build directories for gcc after it builds
each gcc, so I got to do a little extra build-from-scratch
this evening.  Argh.

Thank you for all your work!


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