Re: [uml-user] [SOLVED] Problem with module debugging

2010-09-09 Thread Paweł Rusak
On 01.09.2010 13:52, Paweł Rusak wrote: Breakpoint 1, sys_init_module (umod=0x804b018, len=50866, uargs=0x804b008 "\377P\211\303\350ג\001") at kernel/module.c:2591 2591if (!capable(CAP_SYS_MODULE) || modules_disabled) (gdb) c Continuing. Br

[uml-user] Problem with module debugging

2010-09-01 Thread Paweł Rusak
Hello all, I got another problem while I'm trying to debug mine kernel module. Here is procedure that I perform while setting up debug session and results. First run the UML kernel with: dzwiedz ~/projekty/uml_debug/linux-2.6.32.19 [3387] ./linux ubda=../debian_uml ubdc=../swap mem=128M

[uml-user] Problem with setting up debug environment

2010-08-28 Thread Paweł Rusak
Hello all UML users, I've using UML kernel to debug kernel module that I'm developing. I'm new to kernel programming but I found this tutorial ( http://www.ime.usp.br/~baroni/docs/uml-en.html ) and I tried to follow it up to setup my debug env