Hey all. I've updated the stacked-git version of the repo with all of these changes, and since I think it's easier for most people to grab, I've also put up a linux-2.6-kgdb-testing.git repo. In addition to what Vitaly sent, there's the following: - Use lib/Kconfig.kgdb, as per Andrew's suggestion to me. - Kill cfi_annotations.patch. We now select UNWIND_INFO, always, and STACK_UNWIND on X86 (== i386 && x86_64). Some quick tests on i386 show this as working for backtraces. But please, test this out! My test systems suck :) - Rework all of the previously empty weak functions to be either empty defines, or real functions, done in <asm-generic/kgdb.h>. This introduces a KGDB_ARCH_HAS_HARDWARE_BREAKPOINTS, or so, that's not actually enabled/asked anywhere (oops, yeah, I'll fix that..) - Part of this was yanking out some stuff that I believe to be only needed when we do use hardware breakpoints that's been around for a _long_ time. This changed i386 and x86_64, and I've only been able to test i386 UP.
-- Tom Rini ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
