rainerf / ricodebug

ricodebug is a debugger featuring data visualization, similar to DDD
12 stars 9 forks source link

Reverse Debugging: GDB message breaks the debugging session #11

Closed rainerf closed 12 years ago

rainerf commented 12 years ago

When having reverse debugging enabled (which it is by default, currently), GDB will sometimes issue a message like:

~"Do you want to auto delete previous execution log entries when record/replay buffer becomes full (record stop-at-limit)?([y] or n) [answered Y; input not from terminal]\n"

This breaks the debugging session since the next command seems to be ignored (possibly because it is interpreted as the answer to the question).

giselher commented 12 years ago

Recording is not enabled by default in 1798a0c2d52ad83fc6d985990d5251c74c8fdc7b But I will look further into this

rainerf commented 12 years ago

Could not reproduce this, even with recording on. This behavior might have changed in gdb 7.4.

Closing it, we can always reopen it if the issue surfaces again.