FreeCalypso > hg > freecalypso-sw
view target-utils/c139-lldbg/entryinfo.c @ 984:8c83777f856c
tfc139 reworked for the new "universal" break-in method
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 12 Dec 2015 03:17:12 +0000 |
parents | d7830aee0d35 |
children |
line wrap: on
line source
#include "types.h" u32 lldbg_entry_cpsr; u32 lldbg_entry_sp; void cmd_entryinfo() { printf("CPSR on entry: %08X\n", lldbg_entry_cpsr); printf("SP on entry after register save: %08X\n", lldbg_entry_sp); }