[no subject]

From: Serge Goodenko
Date: Thu Sep 15 2005 - 07:06:19 EST


hello again!

continuing exploring linux kernel networking...
in function sys_socketcall() why cannot I read using gdb the message being transmitted in args[] array (i suppose it must be in (char*)args[1])
I cannot do it neither before copy_from_user() (directly from (char*)args[1])
nor after (from a1 variable)
at long last, where is that dear message??????

using UML kernel 2.4.25 and gdb

thank you

Serge
MIPT, Russia


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/