Changeset 5bb8e45 in mainline for arch/mips32/Makefile.inc


Ignore:
Timestamp:
2005-12-13T01:38:50Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a95b25
Parents:
c52ed6b
Message:

Added support for mips breakpoints.
We have a kind of kernel debugger :-)
Breakpoints on JMP/Branch instructions are not supported and
they are reported after the breakpoint is fired and exited as
a BranchDelay exception. If we found a way, how to detect these
instructions, we would be able to support them as 'one-time' breakpoints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    rc52ed6b r5bb8e45  
    101101        arch/$(ARCH)/src/interrupt.c \
    102102        arch/$(ARCH)/src/cache.c \
     103        arch/$(ARCH)/src/debugger.c \
    103104        arch/$(ARCH)/src/cpu/cpu.c \
    104105        arch/$(ARCH)/src/mm/asid.c \
Note: See TracChangeset for help on using the changeset viewer.