LINUX.ORG.RU

История изменений

Исправление I-Love-Microsoft, (текущая версия) :

avr никаким образом не относится к embedded linux ;)

Issuing a ‘signal SIGxxx’ command from gdb will send the signal to the simulator via a continue with signal packet. The simulator will process and interpret the signal, but will not pass it on to the AVR program running in the simulator since it really makes no sense to do so. In some circumstances, it may make sense to use the gdb signal mechanism as a way to initiate some sort of external stimulus to be passed on to the virtual hardware system of the simulator.

вот нашел в доках (!) на simulavr, может так? оно?

Исходная версия I-Love-Microsoft, :

avr никаким образом не относится к embedded linux ;)

Issuing a ‘signal SIGxxx’ command from gdb will send the signal to the simulator via a continue with signal packet. The simulator will process and interpret the signal, but will not pass it on to the AVR program running in the simulator since it really makes no sense to do so. In some circumstances, it may make sense to use the gdb signal mechanism as a way to initiate some sort of external stimulus to be passed on to the virtual hardware system of the simulator.

вот нашел, может так? оно?