RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
testgcovcpufatalhalt.c File Reference

This source file contains the implementation of a wrapper for _CPU_Fatal_halt() which dumps the gcov information using rtems_test_gcov_dump_info() before the real _CPU_Fatal_halt() is called. More...

#include <rtems/test-info.h>
#include <rtems/score/cpu.h>

Functions

void __real__CPU_Fatal_halt (uint32_t source, CPU_Uint32ptr error)
 
void __wrap__CPU_Fatal_halt (uint32_t source, CPU_Uint32ptr error)
 

Detailed Description

This source file contains the implementation of a wrapper for _CPU_Fatal_halt() which dumps the gcov information using rtems_test_gcov_dump_info() before the real _CPU_Fatal_halt() is called.