From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: debugger updates... Date: Thu, 06 Nov 2008 18:58:49 -0800 Message-ID: <4913AEE9.6040808@oracle.com> Reply-To: mukesh.rathor@oracle.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi all, FYI... I've updated the debuggers (kdb + gdbsx) tree. Here's a summary: - Refresh to changeset 18711 - gdbsx: Add support for HVM guest debug. Support for kernel module debug in PV linux guests (via pgd3val) Include gdb macros (in README) for linux kernel/module debug - kdb: HVM guest debug support (set bp, single step) Display VMCB/VMCS structs, more structs, etc. Generic Trace function: to quickly debug something, esp, timing related problems General kdb trap func: kdb_trap_immed() to break into kdb anywhere, possibly based on a condition..... See READMEs in http://xenbits.xensource.com/ext/debuggers.hg Thanks, Mukesh