[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTimLDcnf8EqNzP6K4wCLv6AkLUqxczo05BT7I4Hy@mail.gmail.com>
Date: Fri, 9 Jul 2010 10:53:19 -0600
From: Jeffrey Merkey <jeffmerkey@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [ANNOUNCE] MDB Merkey's Kernel Debugger 2.6.34.1 x86_64 07-08-2010
CURRENT
http://merkeydebugger.googlecode.com/files/mdb-2.6.34.1-x86_64-07-08-2010.patch
REPOSITORY
http://code.google.com/p/merkeydebugger/
http://sourceforge.net/projects/merkeydebugger/
FIXES
- fix precedence output in GDB disassembler with scalar expressions
i.e. (rax + (rbx * 8)) to conform to C Language precedence rules
- fix fpu_init code in arch/x86/kernel/i387.c to use GFP_DMA instead
of GFP_KERNEL since GFP_KERNEL should not be called from an exception
context
- regression test 2.6.34.1 on ia32/x86_64 4 way Opteron and ia32 UP
TODO
- add GDB disssembler opcodes library for all linux arch (port in process)
- add GDB registers and memory commands, abstract register naming in the code
- restructure ARM command reference for DaVinci support
- add DSP support for debugging ARM/DSP domains
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists