Changeset 25d7709 in mainline for arch/mips32/include/debugger.h
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/debugger.h
r45d6add r25d7709 50 50 int flags; /**< Flags regarding breakpoint */ 51 51 count_t counter; 52 void (*bkfunc)(void *b, struct exception_regdump *pstate);52 void (*bkfunc)(void *b, istate_t *istate); 53 53 } bpinfo_t; 54 54 55 55 extern void debugger_init(void); 56 void debugger_bpoint( struct exception_regdump *pstate);56 void debugger_bpoint(istate_t *istate); 57 57 58 58 extern bpinfo_t breakpoints[BKPOINTS_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.