ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Functions
ubsan_interface.h File Reference

Go to the source code of this file.

Functions

const char * __ubsan_default_options (void)
 User-provided default option settings. More...
 

Function Documentation

◆ __ubsan_default_options()

const char* __ubsan_default_options ( void  )

User-provided default option settings.

You can provide your own implementation of this function to return a string containing UBSan runtime options (for example, verbosity=1:halt_on_error=0).

Returns
Default options string.