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: [RFA] Change machoread.c to use std::vector


Simon> I suppose running the testsuite on macOS would test it?  Though I'm not
Simon> sure the current state of macOS support allows that...

I don't have access to a Mac.

Maybe if one were available the test suite could be run using lldb's
gdbserver-like thing -- that would avoid the code-signing problem.

>> +          for (last_ix = ix; ix < oso_vector_ptr->size (); last_ix++)

Simon> "ix < " or "last_ix < "?

Ugh.  Thanks.

Another idea would be to check in a macho object file or two, just for
smoke tests.

Tom


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