[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Exception ??
- Date: Wed, 01 Jul 2009 15:59:12 +0200
- From: funnyvoice at tlabs.ac.za (lee)
- Subject: Exception ??
Hi All again....
Im running a very simple test program, called hello.exe...
So I got the shell working.. thanx again... then tried the gdb... got
gdb compiled works fine.... but when I run the target after compiling it
i get 0x0a10003 thread 3 exception error? The name of this thread is
"UI1"... but cant seem to find this anywhere in source... I grepped just
about the entire source tree.... any idea what this could be...???
This happens when I invoke :
set_debug_traps();
Here is the startup:
i386_stub_glue_init(BSP_UART_COM1);
/* Init GDB stub itself */
//set_debug_traps();
/*
* Init GDB break in capability,
* has to be called after
* set_debug_traps
*/
i386_stub_glue_init_breakin();
I've put a breakpoint somewhere in the source.... anyone have similar
problem...
Kind Regards
Lee