From: Blaisorblade <blaisorblade@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: jdike@karaya.com, rajasekhar.pulluru@wipro.com,
user-mode-linux-user@lists.sourceforge.net
Subject: Re: [uml-devel] doubt in debugging.
Date: Thu, 24 May 2007 00:09:43 +0200 [thread overview]
Message-ID: <200705240009.43991.blaisorblade@yahoo.it> (raw)
In-Reply-To: <7694D1D9D7B18142A440B52FA1E4AB9702A207C3@CHN-SNR-MBX01.wipro.com>
On mercoledì 23 maggio 2007, rajasekhar.pulluru@wipro.com wrote:
> 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
You see? It's only 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.
Your problem seems just that gdb does not find the file chardriver.o, which is
probably inside the guest (you say that in the mail). Gdb has no special
access to files inside the VM.
Btw, since you have a .o module I assume you are _STILL_ using a 2.4 UML
kernel, right?
--
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
-------------------------------------------------------------------------
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/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2007-05-23 22:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-23 10:07 [uml-devel] doubt in debugging rajasekhar.pulluru
2007-05-23 22:09 ` Blaisorblade [this message]
2007-05-24 5:45 ` battipatisainagendra Bhavaniprasad
2007-05-24 11:10 ` Antoine Martin
2007-05-24 11:21 ` rajasekhar.pulluru
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200705240009.43991.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=jdike@karaya.com \
--cc=rajasekhar.pulluru@wipro.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=user-mode-linux-user@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.