[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    Re: Kgdb: breakpoint in start_kernel
From:       george anzinger <george () mvista ! com>
Date:       2003-03-19 1:20:53
[Download RAW message or body]

ravikumar.chakaravarthy@amd.com wrote:
> How do I set the kernel breakpoint at 1st line in start_kernel() (init/main.c) using kgdb??
> 
> -Ravi
> 
First you need the KGDB that Andrew Morton has on his patch pages. 
Then you put these line where ever you want to break:

#include <asm/kgdb.h>
breakpoint();

Of course you only need the include once and can put it in the usual 
place, but also in line, what ever you like.

Note that at this early stage some of the memory mapping and page 
table stuff is not set up so don't try to access memory that may not 
be there.  You should be able to look around at most variables, single 
step, set breakpoints, etc.  But backtrace usually depends on traping 
on bad memory addresses to stop and that may not work this early in 
the bring up.


-- 
George Anzinger   george@mvista.com
High-res-timers:  http://sourceforge.net/projects/high-res-timers/
Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml

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

Configure | About | News | Add a list | Sponsored by KoreLogic