Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933546Ab0FEWpG (ORCPT ); Sat, 5 Jun 2010 18:45:06 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:37364 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933381Ab0FEWpE convert rfc822-to-8bit (ORCPT ); Sat, 5 Jun 2010 18:45:04 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=GwcuNsycKaic/jsI5dRkeqskHWaXL2BCaqfp4xh2FG0DLDYb1hHTYj6OZTY/9W3KI0 Al/eW4oiydnROPz0UNlYg5ND3d6xUCsXNgxLro0lkl+gkY6/q/WFS/r9vK6pNIPvmjth JMMhGw8Y0hnvFTw4oZqSw9nyAAdAuQTZ5MzgY= MIME-Version: 1.0 Date: Sat, 5 Jun 2010 16:45:02 -0600 Message-ID: Subject: Fwd: [ANNOUNCE] Merkey's Kernel Debugger 2.6.34 [FIXED URL LINK] From: Jeffrey Merkey To: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 30 ---------- Forwarded message ---------- From: Jeffrey Merkey Date: Sat, Jun 5, 2010 at 4:43 PM Subject: [ANNOUNCE] Merkey's Kernel Debugger 2.6.34 To: linux-kernel@vger.kernel.org Located at: http://merkeydebugger.googlecode.com/files/mdb-2.6.34-06-05-10.patch Have not tested the APIC IPI calls yet but should work. ?Let me know if there are problems. ?I disable the hw_breakpoints interface with MDB is loaded because it is not well designed and to be honest, virtualizing DR6 and trying to handle these types of events outside of a debugger core causes a lot of problems. ?Has support for x86_64 and works under it however, I have not completed the dissassembler with the newer x86_64 instructions, so some of them do not display properly and do not detect the 64 bit flag, but will finish this at a later date as I need it. ?I do most of my work on 32 bit anyway and will work on it as I have time. ?Someone else is welcome to add it and send me back the changes since this is the only thing missing for full x86_64 features -- finished everything else. Jeff -- 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/