This is the mail archive of the gdb-patches@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: [rfc] msymbol.size


I have an idea.  I'm going to try this:

  end_psymtab ()
  {
    printf_unfiltered (MSYMBOL_SIZE(...));
    if (... stuff that never happens for us ...)
    {
      ... whatever ...;
    }
  }

I can check that MSYMBOL_SIZE is the same before and after my patch.
I don't actually need to execute the code path that *uses*
MSYMBOL_SIZE.

See you in a couple of hours or tomorrow.

eza> I hope this was clear, on Solaris I got no differences in the pthreads
eza> tests before and after the patch. There were failures in the
eza> backtraces, but they were failing the same way in both runs. But Joel
eza> did.

Right.

Michael C


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