gdb-walkers icon indicating copy to clipboard operation
gdb-walkers copied to clipboard

New gdb setting that sets a limit on how many elements the pipeline can produce.

Open mmalcomson opened this issue 5 years ago • 0 comments

Something that was suggested at my FOSDEM talk -- would mean that infinite loops are automatically stopped (rather than requiring the user to press Ctrl-C).

Interesting questions to answer are:

  1. Where should these limits be?
    • On each walker?
    • On the end of the pipeline? (would have a problem of infinite loop passing to sort walker).

Probably something else ...

mmalcomson avatar Feb 04 '20 11:02 mmalcomson