Is there a way to know exactly the address range of both the heap and the stack on an RTEMS application by using gdb? I know there's info proc mappings
on Linux, but I don't think RTEMS has a /proc to begin with. Using x
to examine memory would be great but I need to know the address range of both.
I know there are some tips in http://www.rtems.org/wiki/index.php/Debugging, but they themselves admit those are really crude estimates.