Changeset 2507 for neercs/trunk
- Timestamp:
- Jul 1, 2008, 1:26:41 AM (13 years ago)
- Location:
- neercs/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/grab.c
r2505 r2507 88 88 89 89 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 <---> ", 91 91 inst.data[0], inst.data[1], inst.data[2], inst.data[3]); 92 92 inst.l = ptrace(PTRACE_PEEKTEXT, pid, regs.RIP, 0); -
neercs/trunk/src/term.c
r2505 r2507 171 171 * ECMA-48 5.4: Control sequences, and the code definitions are 172 172 * 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]); 174 174 switch(buffer[i + final]) 175 175 {
Note: See TracChangeset
for help on using the changeset viewer.