Changeset 98000fb in mainline for kernel/arch/mips32/include/debugger.h
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/debugger.h
r69e68e3 r98000fb 54 54 unative_t nextinstruction; /**< Original instruction following break */ 55 55 int flags; /**< Flags regarding breakpoint */ 56 count_t counter;56 size_t counter; 57 57 void (*bkfunc)(void *b, istate_t *istate); 58 58 } bpinfo_t;
Note:
See TracChangeset
for help on using the changeset viewer.