Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2934 → Rev 2935

/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
98,6 → 98,8
}
if (bi < MAX_BRKPTS) {
printf("breakpoint %d hit\n", bi);
breakpoint_hit();
 
rc = udebug_mem_write(app_phone, &brk_list[bi].arch.back, brk_addr, 4);
printf("udebug_mem_write(phone, 0x%x, 0x%02x, 1) -> %d\n", brk_addr, brk_list[bi].arch.back, rc);
rc = udebug_mem_read(app_phone, &brk_list[bi].arch.back, brk_addr+4, 4);