Changeset eaf14a6 in rtems-tools


Ignore:
Timestamp:
03/24/23 23:10:55 (2 months ago)
Author:
Karel Gardas <karel@…>
Branches:
master
Parents:
c8bf730
git-author:
Karel Gardas <karel@…> (03/24/23 23:10:55)
git-committer:
Karel Gardas <karel@…> (03/27/23 05:05:56)
Message:

tester/bsps: change stm32h7-stlink to handle SIGTRAP as a nostop

The ST-Link GDB server throws spurious SIGTRAP into the GDB sometimes.
When this happen, the gdb exits immediately as it's run in batch/script
manner. Unfortunately this may be while testcase itself is still running
and does not have enough time to print all the required output.
Such testcase is then marked as failed although otherwise it may run
well to its end.
Adding handle of SIGTRAP as a nostop means that GDB will not exit
after receiving SIGTRAP but rather be forced to continue as nothing
would happen and the running testcase will have a chance to finish
its business.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.