This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using gdb with shared Memory

I notice that when debugging ARM linux-side code that uses shared memory created by Syslink/Ipc gdb says that blocks allocated by Memory_alloc are out of bounds.  They're not really out of bounds, but apparently gdb doesn't know that.  Is there a way to configure gdb with the actual memory map?

Lee Holeva