Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Debug timeout and cleanup patch.

> 
> 
> Incidentally there are related PRs on this already: 
>   PR 39758 - Request for a change in the timeout behaviour (improved by this
> patch).

This was dealt with your earlier patch.

>   PR 43496 - Describes the problem of having gdb processes not properly
> terminated.
> 

Commited a slightly different version:  The dialog
with gdb does not start until gdb says ok i.e. waiting for the prompt "(gdb)"
to appear, this is our cue that we are good to go.

We now wait() a certain time(base on your calculations).

For CDT-2.0 this should be configurable and have maybe different categories
of timeout for different commands.

Patch commited.

Thanks for the analysis in the PR.



Back to the top