Commit 4eb0e42896fde15b3f6e6f34a2d3dce3c025217a
authorga <ga@oldell.fish>
Wed, 16 Mar 2022 19:20:43 +0000 (19:20 +0000)
committerga <ga@oldell.fish>
Wed, 16 Mar 2022 19:25:40 +0000 (19:25 +0000)
treeed39b74bcd79c71a5000af1f3881fe824616032a
parent25b69b25a0050a0f83d1ff8e39b6696be0827028
Message:
Fix three problems with gdb support:
1. Do not report a TRAP signal on every stop, as it confuses gdb.
   Initial symptom was failure to step into an ISR.
2. AVR was running after reset command.
3. Excessive processor activity (buzzing) while AVR stopped.
2 files changed:
simavr/sim/sim_avr.c
simavr/sim/sim_gdb.c