FreeCalypso > hg > freecalypso-sw
view target-utils/c139-lldbg/entryinfo.c @ 1025:4c80a6e6723f
gsm-fw: added provisional support for FCDEV3B target ahead of the hardware
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 03 May 2016 23:46:54 +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); }