Changeset 280a27e in mainline for arch/amd64/src/debugger.c
- Timestamp:
- 2006-04-16T13:16:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50de918
- Parents:
- c624b96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/debugger.c
rc624b96 r280a27e 106 106 if (breakpoints[i].address) { 107 107 symbol = get_symtab_entry(breakpoints[i].address); 108 printf("%d. 0x%p in %s\n",i,108 printf("%d. %p in %s\n",i, 109 109 breakpoints[i].address, symbol); 110 110 printf(" Count(%d) ", breakpoints[i].counter);
Note:
See TracChangeset
for help on using the changeset viewer.