Prev: tracing: shrink max latency ringbuffer if unnecessary
Next: RTC: Removal of redundant comments, printk
From: Jeffrey Merkey on 30 Jun 2010 22:00 http://merkeydebugger.googlecode.com/files/mdb-2.6.34-x86_64-06-30-2010.patch http://sourceforge.net/projects/merkeydebugger/ A few fixes for default numeric parsiing with decimal register offsets to conform to Linux standards and to match displayed register offsets in both decimal and hex numbers. Also fixed the default pointer reference size on expression evaluation to match the machine arch. FIXES: - make numeric parsing decimal mode by default unless 0x, x, or A-F appear in the number, then parse as hex. This is backwards to how the NetWare debugger worked, but conforms to Linux standards - create ARCH_PTR default derefence pointer size based on arch for default parser disassembly and expression evaluation TODO - continue to investigate rex64 sysret instruction issue - enable segment:address lookups in the disassembler for fs: and gs:, handle ptr_regs() and OP_E segment:address dereferencing Jeffrey Vernon Merkey -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |