Rev 850 | Rev 958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 850 | Rev 851 | ||
|---|---|---|---|
| Line 347... | Line 347... | ||
| 347 | pstate->epc += 4; |
347 | pstate->epc += 4; |
| 348 | } |
348 | } |
| 349 | if (cur) |
349 | if (cur) |
| 350 | cur->counter++; |
350 | cur->counter++; |
| 351 | if (cur && (cur->flags & BKPOINT_FUNCCALL)) { |
351 | if (cur && (cur->flags & BKPOINT_FUNCCALL)) { |
| 352 | printf("3.5\n"); |
- | |
| 353 | /* Allow zero bkfunc, just for counting */ |
352 | /* Allow zero bkfunc, just for counting */ |
| 354 | if (cur->bkfunc) |
353 | if (cur->bkfunc) |
| 355 | cur->bkfunc(cur, pstate); |
354 | cur->bkfunc(cur, pstate); |
| 356 | } else { |
355 | } else { |
| 357 | printf("***Type 'exit' to exit kconsole.\n"); |
356 | printf("***Type 'exit' to exit kconsole.\n"); |