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 4/8] Add self-test framework to gdb


>> In development mode, test functions are registered with the self test
>> module.  A test function is just a function that does some checks, and
>> aborts on failure.  I chose this rather than something fancier because
>> I think any such failure will require debugging anyhow.

Pedro> IIUC, it'll internal error, not abort/crash directly, right?

Yes.

Pedro> Could you include a NEWS change for "maintenance selftest" ?

I did this for v2.

Tom


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