Changeset 25a76ab8 in mainline for kernel/arch/mips32/src/debugger.c
- Timestamp:
- 2010-05-08T07:53:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 051bc69a
- Parents:
- 6c39a907 (diff), 1317380 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/debugger.c
r6c39a907 r25a76ab8 164 164 printf("Duplicate breakpoint %d.\n", i); 165 165 spinlock_unlock(&bkpoint_lock); 166 interrupts_restore(ipl); 166 167 return 0; 167 168 } else if (breakpoints[i].address == (uintptr_t)argv->intval + … … 171 172 "with %d.\n", i); 172 173 spinlock_unlock(&bkpoint_lock); 174 interrupts_restore(ipl); 173 175 return 0; 174 176 }
Note:
See TracChangeset
for help on using the changeset viewer.