Home
last modified time | relevance | path

Searched refs:R_LOGLVL_FATAL (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_log.h25 R_LOGLVL_FATAL = 6, // This will call r_sys_breakpoint() and trap the process for debugging! enumerator
56 __LINE__, R_LOGLVL_FATAL, NULL, fmtstr, ##__VA_ARGS__);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dlog.c12 static int cfg_logtraplvl = R_LOGLVL_FATAL; // Log trap level
23 [R_LOGLVL_FATAL] = "FATAL"
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcconfig.c3463 …SETICB ("log.traplevel", p ? atoi(p) : R_LOGLVL_FATAL, cb_log_config_traplevel, "Log level for tra… in r_core_config_init()