Subversion Repositories HelenOS-historic

Rev

Rev 799 | Rev 955 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 799 Rev 852
Line 72... Line 72...
72
        pcsymbol = s;
72
        pcsymbol = s;
73
    s = get_symtab_entry(pstate->ra);
73
    s = get_symtab_entry(pstate->ra);
74
    if (s)
74
    if (s)
75
        rasymbol = s;
75
        rasymbol = s;
76
   
76
   
77
    printf("PC: %X(%s) RA: %X(%s)\n",pstate->epc,pcsymbol,
77
    printf("PC: %X(%s) RA: %X(%s), SP(%P)\n",pstate->epc,pcsymbol,
78
           pstate->ra,rasymbol);
78
           pstate->ra,rasymbol, pstate->sp);
79
}
79
}
80
 
80
 
81
static void unhandled_exception(int n, struct exception_regdump *pstate)
81
static void unhandled_exception(int n, struct exception_regdump *pstate)
82
{
82
{
83
    print_regdump(pstate);
83
    print_regdump(pstate);