Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2924 → Rev 2935

/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
90,6 → 90,7
 
if (bi < MAX_BRKPTS) {
printf("breakpoint %d hit\n", bi);
breakpoint_hit();
 
buffer[ISTATE_OFF_EIP] = brk_addr;
buffer[ISTATE_OFF_EFLAGS] |= 0x0100; /* trap flag */