Alex Bennée <alex.ben...@linaro.org> wrote: > This varies by accelerator. Also mention the modern bear trap that is > ASLR. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Reviewed-by: Juan Quintela <quint...@redhat.com> > +Relocating code > +--------------- > + > +On modern kernels confusion can be caused by code being relocated by > +features such as address space layout randomisation. To avoid > +confusion when debugging such things you either need to update gdb's > +view of where things are in memory or perhaps more trivially disable > +ASLR when booting the system. Makes sense for everything except debugging ASLR O:-)