All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] doubt in debugging.
@ 2007-05-23 10:07 rajasekhar.pulluru
  2007-05-23 22:09 ` Blaisorblade
  0 siblings, 1 reply; 5+ messages in thread
From: rajasekhar.pulluru @ 2007-05-23 10:07 UTC (permalink / raw)
  To: user-mode-linux-devel, user-mode-linux-user; +Cc: jdike


[-- Attachment #1.1: Type: text/plain, Size: 1091 bytes --]

Hi Guys,
    
Am a newbie to linux and UML.I have installed UML(mandrake) in my linux
system. And I started UML from my host linux system using the command:
 
    ./linux ubd0=root_fs eth0=tuntap,,,10.145.93.183 debug
 
I get the gdb xterm and another one for uml.
 
I have written a basic character ram disk driver( which writes n read
one byte of ram).This .c is in  /root/raj/chardev/ directory in uml and
I stored it as chardriver.c and compiled it with proper kernel flags to
get chardriver.o
 
This chardriver.o is in uml now.
Then I insmoded it and it got loaded.
 
When I typed print *module_list in gdb, it said chardriver is loaded.
then i typed:
printf "0x%08x", (int)module_list + module_list->size_of_struct
it gave me 0xa307b060
but when i asked gdb to add the symbols by:
add-symbol-file /root/raj/chardev/chardriver.o 0xa307b060
 
adding symbol tabel from file "chardriver.o" at .text_addr = 0xa307b060
(y or n)  yes
to which it replied  
chardriver.o: No such file or directory
 
 
how to proceed ? kindly help me out.
 
Regards,
Raj
 
 

[-- Attachment #1.2: Type: text/html, Size: 4279 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 194 bytes --]

_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-24 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23 10:07 [uml-devel] doubt in debugging rajasekhar.pulluru
2007-05-23 22:09 ` Blaisorblade
2007-05-24  5:45   ` battipatisainagendra Bhavaniprasad
2007-05-24 11:10     ` Antoine Martin
2007-05-24 11:21       ` rajasekhar.pulluru

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.