Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:ax_debug

46 #define ax_debug(fmt, args...) \
415 ax_debug ("Cannot compile op 0x%x\n", op); \
421 ax_debug ("empty agent expression\n");
431 ax_debug ("About to compile op 0x%x, pc=%d\n", op, pc);
523 ax_debug ("Combining equal & if_goto");
536 ax_debug ("Combining equal & log_not & if_goto");
553 ax_debug ("Combining less_signed & if_goto");
566 ax_debug ("Combining less_signed & log_not & if_goto");
661 ax_debug ("At end of expression\n");
693 ax_debug ("Combining swap & less_signed & if_goto");
708 ax_debug ("Combining swap & less_signed & log_not & if_goto");
751 ax_debug ("Agent expression op 0x%x not recognized\n", op);
760 ax_debug ("Error %d while emitting code for %s\n",
765 ax_debug ("Op %s compiled\n", gdb_agent_op_name (op));
783 ax_debug ("Want to jump from %s to %s\n",
796 ax_debug ("Destination of goto %d not found\n",
823 ax_debug ("Printf of \"%s\" with %d args", format, nargs);
839 ax_debug ("current substring is '%s', class is %d",
982 ax_debug ("empty agent expression");
995 ax_debug ("About to interpret byte 0x%x", op);
1014 ax_debug ("Attempted to divide by zero");
1023 ax_debug ("Attempted to divide by zero");
1032 ax_debug ("Attempted to divide by zero");
1041 ax_debug ("Attempted to divide by zero");
1219 ax_debug ("At end of expression, sp=%d, stack top cache=0x%s",
1226 ax_debug ("Stack is empty, nothing to return");
1347 ax_debug ("Agent expression op 0x%x valid, but not handled",
1354 ax_debug ("Agent expression op 0x%x not recognized", op);
1362 ax_debug ("Expression stack overflow");
1368 ax_debug ("Expression stack underflow");
1372 ax_debug ("Op %s -> sp=%d, top=0x%s",