Changeset dc747e3 in mainline for arch/mips32/src/debugger.c
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/debugger.c
r3fc03fd rdc747e3 39 39 40 40 bpinfo_t breakpoints[BKPOINTS_MAX]; 41 spinlock_t bkpoint_lock;41 SPINLOCK_INITIALIZE(bkpoint_lock); 42 42 43 43 static int cmd_print_breakpoints(cmd_arg_t *argv); … … 182 182 for (i=0; i<BKPOINTS_MAX; i++) 183 183 breakpoints[i].address = NULL; 184 spinlock_initialize(&bkpoint_lock, "breakpoint_lock");185 184 186 185 cmd_initialize(&pbkpt_info);
Note:
See TracChangeset
for help on using the changeset viewer.