Re: problem in kaffe jit code debugging using gdb

1999-10-04 Thread Jason Baker
Veeral Shah <[EMAIL PROTECTED]> writes: > KAFFE_DEBUG=gdb;export KAFFE_DEBUG > >- > > I then tried to run gdb but it says that (my .gdbinit also is set ..) > "/sarva/me/98/csashah/kaffe/bin/Kaffe": not in

Re: problem in kaffe jit code debugging using gdb

1999-10-04 Thread Jason Baker
Veeral Shah <[EMAIL PROTECTED]> writes: > (gdb) run > /sarva/me/98/csashah/kaffe/libexec/Kaffe sun.tools.ttydebug.TTY > Kaffe Str > > Could not initialize Kaffe. nevermind Jason

Re: problem in kaffe jit code debugging using gdb

1999-10-03 Thread Godmar Back
First, you do not need to source BUILD_ENVIRONMENT at all. This is only for testing kaffe without installing at; this is only possible with some highly fragile automake magic. You don't have to source anything to debug kaffe; setting KAFFE_DEBUG is sufficient. Second, Sun's jdb doesn't run wi

Re: problem in kaffe jit code debugging using gdb

1999-10-03 Thread Archie Cobbs
Veeral Shah writes: >Nature Of Problem : Unable to debug Kaffe JIt with gdb/jdb.. Hm.. this problem must be specific to your platform (which is..?) > (gdb) run > /sarva/me/98/csashah/kaffe/libexec/Kaffe sun.tools.ttydebug.TTY > Kaffe Str > > Could not initialize Kaffe. > > It's likel

Re: problem in kaffe jit code debugging using gdb

1999-10-03 Thread Veeral Shah
hello, Nature Of Problem : Unable to debug Kaffe JIt with gdb/jdb.. As suggested I re configured kaffe with below command bash>./configure --enable-debug --without-x --prefix=/sarva/me/98/csashah/kaffe --enable-ltdl -convenience --with-engine=jit --with-timing bash>./gmake bas

Re: problem in kaffe jit code debugging using gdb

1999-10-01 Thread Archie Cobbs
Veeral Shah writes: > I am trying to debug the Kaffe jit code on sparc machine using gdb .But > the gdb cribs that the executable(Kaffe)format is not recognised.The > executable doesnt crib while running alone. > I have given -g option (though $CFLAGS takes care of that option )as > well as en

Re: problem in kaffe jit code debugging using gdb

1999-10-01 Thread Moses DeJong
On Sat, 2 Oct 1999, Veeral Shah wrote: If you are compiling with the native cc compiler on a Solaris Sparc machine you need to add -xs to the command line before debug symbols show up on the .so. If you are using gcc that I have no idea what is wrong. Perhaps you need to upgrade your gdb version

problem in kaffe jit code debugging using gdb

1999-10-01 Thread Veeral Shah
hello I am trying to debug the Kaffe jit code on sparc machine using gdb .But the gdb cribs that the executable(Kaffe)format is not recognised.The executable doesnt crib while running alone. I have given -g option (though $CFLAGS takes care of that option )as well as enabled the DDEBUG option