Home | History | Annotate | Download | only in dwarf

Lines Matching full:debug

183       Debug (1, "Unexpected operand type %d\n", operand_type);
208 Debug (1, "Stack underflow\n"); \
217 Debug (1, "Stack overflow\n"); \
227 Debug (1, "Out-of-stack pick\n"); \
239 Debug (14, "len=%lu, pushing cfa=0x%lx\n",
277 Debug (15, "OP_lit(%d)\n", (int) opcode - DW_OP_lit0);
292 Debug (15, "OP_breg(r%d,0x%lx)\n",
302 Debug (15, "OP_bregx(r%d,0x%lx)\n",
321 Debug (15, "OP_reg(r%d)\n", (int) opcode - DW_OP_reg0);
327 Debug (15, "OP_regx(r%d)\n", (int) operand1);
340 Debug (15, "OP_const(0x%lx)\n", (unsigned long) operand1);
347 Debug (15, "OP_const1s(%ld)\n", (long) operand1);
354 Debug (15, "OP_const2s(%ld)\n", (long) operand1);
361 Debug (15, "OP_const4s(%ld)\n", (long) operand1);
366 Debug (15, "OP_deref\n");
374 Debug (15, "OP_deref_size(%d)\n", (int) operand1);
379 Debug (1, "Unexpected DW_OP_deref_size size %d\n",
428 Debug (15, "OP_dup\n");
433 Debug (15, "OP_drop\n");
438 Debug (15, "OP_pick(%d)\n", (int) operand1);
443 Debug (15, "OP_over\n");
448 Debug (15, "OP_swap\n");
456 Debug (15, "OP_rot\n");
466 Debug (15, "OP_abs\n");
474 Debug (15, "OP_and\n");
481 Debug (15, "OP_div\n");
490 Debug (15, "OP_minus\n");
498 Debug (15, "OP_mod\n");
507 Debug (15, "OP_mul\n");
516 Debug (15, "OP_neg\n");
521 Debug (15, "OP_not\n");
526 Debug (15, "OP_or\n");
533 Debug (15, "OP_plus\n");
540 Debug (15, "OP_plus_uconst(%lu)\n", (unsigned long) operand1);
546 Debug (15, "OP_shl\n");
553 Debug (15, "OP_shr\n");
560 Debug (15, "OP_shra\n");
567 Debug (15, "OP_xor\n");
574 Debug (15, "OP_le\n");
581 Debug (15, "OP_ge\n");
588 Debug (15, "OP_eq\n");
595 Debug (15, "OP_lt\n");
602 Debug (15, "OP_gt\n");
609 Debug (15, "OP_ne\n");
616 Debug (15, "OP_skip(%d)\n", (int16_t) operand1);
621 Debug (15, "OP_skip(%d)\n", (int16_t) operand1);
628 Debug (15, "OP_nop\n");
640 Debug (1, "Unexpected opcode 0x%x\n", opcode);
645 Debug (14, "final value = 0x%lx\n", (unsigned long) *valp);