[oss] [Assignment 1][GDB]
Vlad Dumitrescu
vlad at dumitrescu.ro
Thu Nov 20 21:23:38 EET 2014
On Thu, Nov 20, 2014 at 10:54 AM, Alexandru Tudorica <tudalex at gmail.com> wrote:
> Do we have to make a script that does everything in one go? Because my
> script doesn't work without human interaction: it randomly chooses not to
> continue after it returns from a print breakpoint.
> I am asking this because the grader returns: "This task is too complicated.
> I'm gonna ask a human to grade it."
That's fine. You can leave it as is.
Hint:
If this is related to the signal command, I think it behaves as
continue, and the breakpoint will be hit again, so something like
commands <remove breakpoint>, <send signal> end should automate it.
Vlad
More information about the oss
mailing list