From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBV48-0005tY-6r for qemu-devel@nongnu.org; Sat, 24 Mar 2012 13:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBV46-0007ZO-FW for qemu-devel@nongnu.org; Sat, 24 Mar 2012 13:47:47 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:57395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBV46-0007Z1-89 for qemu-devel@nongnu.org; Sat, 24 Mar 2012 13:47:46 -0400 Received: by iafj26 with SMTP id j26so7328486iaf.4 for ; Sat, 24 Mar 2012 10:47:44 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sat, 24 Mar 2012 10:47:35 -0700 Message-Id: <1332611259-14940-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/4] GDB Jit interface, v4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Blue applied v2, not v3. This rebases against master, and also adds support in the sparc and hppa backends. I've tested sparc32. I've not been able to try the sparc64 version; I'm having trouble getting glib2 compiled for 64-bit on the machine to which I have access. Oh how I wish that was still optional... r~ Richard Henderson (4): tcg: Add debug_info to JIT ELF image. tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit. tcg-hppa: Add debug_frame support. tcg-sparc: Add debug_frame support. elf.h | 15 +++ tcg/hppa/tcg-target.c | 103 ++++++++++++++++++--- tcg/sparc/tcg-target.c | 63 +++++++++++++ tcg/tcg.c | 241 +++++++++++++++++++++++++++++++++--------------- 4 files changed, 331 insertions(+), 91 deletions(-) -- 1.7.7.6