|
From: Ø. H. <oyv...@zy...> - 2008-09-30 09:03:06
|
> But I can't use the IDE such as Eclipse, because the gdb can't apply > the symbols before the MMU is enabled. I don't understand what it means to "apply" the symbols. A hardware breakpoint works on logical addresses, so does a symbol file... The problem is that you can get breakpoint in some *other* application, so you may want to use software breakpoints for applications. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer |