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: Feature request: support a "resume previous execution" with a breakpoint commands section


>>>>> "Tristan" == Tristan Wibberley <tristan.wibberley@gmail.com> writes:

Tristan> Please add a command that is valid within a breakpoint commands
Tristan> section which simply resumes whatever you were doing (finish, next,
Tristan> step, continue, until <location>, etc, as if you did not have the
Tristan> extra breakpoint running some commands automatically).

FWIW, you can do this with Python.
It isn't easy to access from the CLI though.

Tom


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