Changeset 5bb8e45 in mainline for arch/mips32/src/mips32.c


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/src/mips32.c

    rc52ed6b r5bb8e45  
    4343#include <arch/drivers/arc.h>
    4444#include <console/chardev.h>
     45#include <arch/debugger.h>
    4546
    4647#include <arch/asm/regname.h>
     
    9293
    9394        console_init();
     95        debugger_init();
    9496        arc_print_memory_map();
    9597        arc_print_devices();
Note: See TracChangeset for help on using the changeset viewer.