RE: How to set up a debugging environment.

2010-07-08 Thread Viral Mehta
2010/3/8 Mulyadi Santosa mulyadi.sant...@gmail.com: Hi... sorry for interrupting your conversation :) Start a new thread then I recently try to use kgdb to debug kernel. my questions are: 1. there are 2 uart under my plarform, I intent to let one for console one for kgdb. how coudl I tell

Re: How to set up a debugging environment.

2010-07-08 Thread loody
hi Viral: 2010/7/8 Viral Mehta viral.me...@lntinfotech.com: 2010/3/8 Mulyadi Santosa mulyadi.sant...@gmail.com: Hi... sorry for interrupting your conversation :) Start a new thread then I recently try to use kgdb to debug kernel. my questions are: 1. there are 2 uart under my plarform, I

RE: How to set up a debugging environment.

2010-07-08 Thread Viral Mehta
1. there are 2 uart under my plarform, I intent to let one for console one for kgdb. how coudl I tell kernel which one is for console and which one is for kgdb? Give it as kernel parameters... http://www.linuxquestions.org/questions/programming-9/kgdb-module-debugging-question-657611/ 2.

Re: How to set up a debugging environment.

2010-07-07 Thread loody
hi: 2010/3/8 Mulyadi Santosa mulyadi.sant...@gmail.com: Hi... You forgot to Cc: to the mailing listplease keep kernelnewbies intact... On Mon, Mar 8, 2010 at 2:43 PM, become who you are born to be Chaitannya mahatme chaitan...@gmail.com wrote: Hi , Actually after a few hours of

Re: How to set up a debugging environment.

2010-03-08 Thread Mulyadi Santosa
Hi... You forgot to Cc: to the mailing listplease keep kernelnewbies intact... On Mon, Mar 8, 2010 at 2:43 PM, become who you are born to be Chaitannya mahatme chaitan...@gmail.com wrote: Hi , Actually after a few hours of trying I figured out this, but got this error message During

Fwd: How to set up a debugging environment.

2010-03-08 Thread become who you are born to be.... Chaitannya mahatme
... even our dreams. - Spider Man 2 -- Forwarded message -- From: become who you are born to be Chaitannya mahatme chaitan...@gmail.com Date: Mon, Mar 8, 2010 at 1:13 PM Subject: Re: How to set up a debugging environment. To: Mulyadi Santosa mulyadi.sant...@gmail.com Hi

How to set up a debugging environment.

2010-03-07 Thread become who you are born to be.... Chaitannya mahatme
Hi folks, I am planning to work in the kernel debugging process. My machine configs are CPU: Intel dual core. OS: OpenSuse 11.2 I have done the following things. 1. downloaded Linux kernel2.6.15 2. Download kgdb 2.6.15 3. Extracted kernel applied the kgdb patch. 4. Compiled

Re: How to set up a debugging environment.

2010-03-07 Thread Mulyadi Santosa
Hi On Mon, Mar 8, 2010 at 2:44 AM, become who you are born to be Chaitannya mahatme chaitan...@gmail.com wrote: I thought all is set well, since I didn't get any errors until this point. When I ran qemu -s -kernel bzImage qemu.img, it started a qemu terminal. Showed the version of the