Piet Delaney wrote: > On Thu, 2006-10-05 at 17:04 -0700, George Anzinger wrote: > >>Piet Delaney wrote: >> >>>On Thu, 2006-10-05 at 12:17 -0700, Tom Rini wrote: >>> >> >>~ >> >> >>>---------------------------------------------------------------------------- >>> >>>I didn't find the "static init of the trap notify"; >>>George: where is that? >> >>Have a look here: >>http://source.mvista.com/~ganzinger/ > > > I was looking at your 2.4, 2.6.12, and now this 2.6.14-rc1 patch > and was looking for how you got kgdb to allow setting breakpoints > as early as the the "FIRST LINE of C CODE". >
You also might want to have a look at the per_cpu macros in gdbinit.hw. The math in per_cpu is complicated by the lack of a "type of" operator in gdb. The solution here is ugly, but it works and if you want to look at per_cpu arrays it is a real life saver. ~ -- George Anzinger [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
