gdb-walkers
gdb-walkers copied to clipboard
New gdb setting that sets a limit on how many elements the pipeline can produce.
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:
- Where should these limits be?
- On each walker?
- On the end of the pipeline? (would have a problem of infinite loop passing to
sortwalker).
Probably something else ...