I use Eclipse to debug an embedded processor, which has a painful quirk: when it tries to access a memory area that is not implemented, the processor hangs.
Sometimes when debugging, the debugger tries to execute a bad address and the CPU freezes. Is there a way to tell GDB that it should never try to read memory, say, from 0x40020000 to 0x4fffffff?
source
share