From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Duffek To: jingham@apple.com Cc: gdb@sources.redhat.com Subject: Re: [multi-arch] The frame as the global parameter (long, important) Date: Mon, 26 Feb 2001 13:16:00 -0000 Message-id: <200102262125.f1QLPPg00564@rtl.cygnus.com> References: <200102261816.KAA06224@scv1.apple.com> X-SW-Source: 2001-02/msg00379.html On 26-Feb-2001, Jim Ingham wrote: >It would be cool if whatever determines the architecture of a frame could also >fake the language so that when you found a "bytecode execute" call in a frame, >gdb could translate this into the equivalent frame in the interpreted >language. That would be really neat. We'd have to have a way to disable it, of course, to allow for debugging the bytecode engine. But it would be terrific to be able to debug embedded language code with GDB. Nick