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


Yao> I'd like the framework to only run tests from one module in one gdb
Yao> instance, restart gdb after they are finished, and continue running
Yao> tests from other modules.  For example, we have registered three self
Yao> tests in different modules,

Sounds reasonable.

It would also be possible to use exceptions rather than asserts.
Then the current single command could be kept, since gdb wouldn't abort
on failure.

Let me know which you'd prefer.

Tom


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