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