In article <qfcbhi$1s$2...@serpens.de>, Michael van Elst <mlel...@serpens.de> wrote: >m...@eterna.com.au (matthew green) writes: > >>i fully support making debugging work. that means debugging >>32 bit apps on 64 it kernels, and also, eventually?, using >>a 32 bit debugger on 64 bit kernel. > >Can we prevent a 64bit kernel to dump 64bit registers for >32bit userland processes ?
We can fill them completely with 0 as we pad with 0 the 32 bit part of the 64 bit registers that does not exist in a 32 bit process. christos