This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Batch mode and errors
- From: Michel METZGER <michel dot metzger at st dot com>
- To: gdb at sourceware dot org
- Date: Tue, 06 Apr 2010 18:07:15 -0400
- Subject: Batch mode and errors
Hi,
We are developing a set of extensions for GDB with python and I'm
integrating this in our regression environment.
I was wondering if it was possible to run gdb in batch mode and force
it to execute the entire script I provide with --command even if
it contains errors. I want to test the error handling of our new
commands and it would be really helpful!
Thanks,
Michel Metzger.