Alex Bennée <[email protected]> wrote: > This varies by accelerator. Also mention the modern bear trap that is > ASLR. > > Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> > +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:-)
