Changeset 9f3b880 in mainline for arch/mips32/src/debugger.c
- Timestamp:
- 2006-02-17T21:32:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ede493e
- Parents:
- f15fe51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/debugger.c
rf15fe51 r9f3b880 347 347 pstate->epc += 4; 348 348 } 349 350 cur->counter++;349 if (cur) 350 cur->counter++; 351 351 if (cur && (cur->flags & BKPOINT_FUNCCALL)) { 352 printf("3.5\n"); 352 353 /* Allow zero bkfunc, just for counting */ 353 354 if (cur->bkfunc) … … 368 369 atomic_set(&haltstate,0); 369 370 } 370 371 371 if (cur && cur->address == fireaddr && (cur->flags & BKPOINT_INPROG)) { 372 372 /* Remove one-shot breakpoint */
Note:
See TracChangeset
for help on using the changeset viewer.