Changeset 2507


Ignore:
Timestamp:
07/01/08 01:26:41 (5 years ago)
Author:
sam
Message:
  • Cosmetic: nicer debug output.
Location:
neercs/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/grab.c

    r2505 r2507  
    8888 
    8989    inst.l = ptrace(PTRACE_PEEKTEXT, pid, regs.RIP - 4, 0); 
    90     fprintf(stderr, "  \\ code: ... %02x %02x %02x %02x <---> ", 
     90    fprintf(stderr, "  | code: ... %02x %02x %02x %02x <---> ", 
    9191            inst.data[0], inst.data[1], inst.data[2], inst.data[3]); 
    9292    inst.l = ptrace(PTRACE_PEEKTEXT, pid, regs.RIP, 0); 
  • neercs/trunk/src/term.c

    r2505 r2507  
    171171             * ECMA-48 5.4: Control sequences, and the code definitions are 
    172172             * given in ECMA-48 8.3: Definition of control functions. */ 
    173             debug("Got command '%c'\n", buffer[i + final]); 
     173            debug("ansi import: command '%c'", buffer[i + final]); 
    174174            switch(buffer[i + final]) 
    175175            { 
Note: See TracChangeset for help on using the changeset viewer.