From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24743 invoked by alias); 7 Feb 2012 19:58:48 -0000 Received: (qmail 24735 invoked by uid 22791); 7 Feb 2012 19:58:47 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Feb 2012 19:58:34 +0000 Received: by eaag11 with SMTP id g11so2934464eaa.0 for ; Tue, 07 Feb 2012 11:58:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.7.18 with SMTP id b18mr2340834ebb.89.1328644713323; Tue, 07 Feb 2012 11:58:33 -0800 (PST) Received: by 10.14.23.207 with HTTP; Tue, 7 Feb 2012 11:58:33 -0800 (PST) Date: Tue, 07 Feb 2012 19:58:00 -0000 Message-ID: Subject: GDB and the OpenJDK JVM From: Daniel Jacobowitz To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00005.txt.bz2 Has anyone investigated non-trivial integration between GDB and this (or any other) JVM? So far I haven't turned up anything useful. Some examples of the sorts of integration I mean: * Showing information about Java objects given JNI handles * Interleaving Java frames in the stack trace * Fabricating unwind information for JIT'd code * Automatically handling SEGVs related to the garbage collector without hiding SEGVs for native code -- Thanks, Daniel