This is the mail archive of the gdb@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: New command to save breakpoints?


Sean Callanan submitted a patch a couple of months ago that would add a switch to continue execution after errors in "source" or "define" command executions. He seems not to have cleaned it up after some comments from DanielJ, but that would probably do the trick for you here.

Jim

On Oct 14, 2005, at 12:38 PM, Joel Brobecker wrote:

At the implementation level, however, this causes an extra difficulty
as simple sourcing of the script will abort if such error happens. So
we'll need to find a solution (such as diverting all errors during the
sourcing and transform them into warnings, or implement a switch to
the break command to report what normally are errors as warnings). Or
we can decide no use to a normal source, but something else. To be
determined.



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