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: "break main; run" test


> I challenge you to find a Solaris/PPC machine, yet alone one that GDB 
> works on :-)

Ha!  I override operator/ !

  bool gnu_triple operator/ (os_t os, cpu_t cpu)
  {
    // normal people use '&&' but i am special
    return os == this->os_ || cpu == this->cpu_ ;
  }


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