Searched refs:MSG_FC_DEBUG (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/efcode/interpreter/ |
H A D | interpreter.c | 52 MSG_DEBUG|MSG_FC_DEBUG) 169 ((error_log_flags | syslog_flags) & MSG_FC_DEBUG) == 0) { in main() 174 error_log_flags |= MSG_FC_DEBUG; in main() 176 syslog_flags |= MSG_FC_DEBUG; in main() 189 if (syslog_flags & MSG_FC_DEBUG) in main()
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | tracing.c | 112 log_message(MSG_FC_DEBUG, "%s: tracing %s()\n", in do_fclib_trace() 115 log_message(MSG_FC_DEBUG, "%s: tracing %s%s0x%x()\n", in do_fclib_trace() 121 log_message(MSG_FC_DEBUG, "do_fclib_trace: <Unknown> %p\n", fn); in do_fclib_trace()
|
H A D | log.c | 303 case 'D': msgflags |= MSG_FC_DEBUG; break; in parse_msg_flags() 342 MSG_DEBUG|MSG_FC_DEBUG; in set_error_log()
|
H A D | interp.c | 45 log_message(MSG_FC_DEBUG, "\n")); in do_run()
|
H A D | debug.c | 116 log_message(MSG_FC_DEBUG, "%s %p, %llx\n", type, HERE, (uint64_t)d); in dump_comma() 513 log_message(MSG_FC_DEBUG, "IP=%p, *IP=%p, WA=%p, *WA=%p ", IP, in output_vitals() 532 log_message(MSG_FC_DEBUG, "%-15s ", acf_to_name(env, WA)); in do_exec_debug() 536 output_data_stack(env, MSG_FC_DEBUG); in do_exec_debug() 538 output_return_stack(env, show_wa, MSG_FC_DEBUG); in do_exec_debug() 543 log_message(MSG_FC_DEBUG, "\n"); in do_exec_debug()
|
H A D | fcode.c | 531 DEBUGF(BYTELOAD_DS, output_data_stack(env, MSG_FC_DEBUG)); in byte_load() 532 DEBUGF(BYTELOAD_RS, output_return_stack(env, 1, MSG_FC_DEBUG)); in byte_load() 533 DEBUGF(BYTELOAD_TOKENS, log_message(MSG_FC_DEBUG, in byte_load() 540 log_message(MSG_FC_DEBUG, "\n"); in byte_load()
|
H A D | interactive.c | 194 DEBUGF(SHOW_RS, output_return_stack(env, 0, MSG_FC_DEBUG)); in do_interact() 195 DEBUGF(SHOW_STACK, output_data_stack(env, MSG_FC_DEBUG)); in do_interact()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | log.h | 43 #define MSG_FC_DEBUG 0x40 /* Fcode (Noisy) Debug -> LOG_DEBUG */ macro
|