Changeset 6c6a19e6 in mainline for arch/amd64/include/debugger.h
- Timestamp:
- 2006-03-17T13:37:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f250f9
- Parents:
- bd72b475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/debugger.h
rbd72b475 r6c6a19e6 43 43 44 44 extern void debugger_init(void); 45 extern int breakpoint_add(void * where, int flags );45 extern int breakpoint_add(void * where, int flags, int curidx); 46 46 extern void breakpoint_del(int slot); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.