This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: addr2line and the name of the executable
Mohan Embar writes:
> > > where gnu.gcj.progname returns /proc/XXX/exe. For the record:
> > > are you both saying that you want this to be changed?
> >
> >I am.
>
> Okay. Got it.
>
> So last question:
>
> Today,
>
> gnu.gcj.progname = _Jv_ThisExecutable() = /proc/XXX/exe
>
> ...on Linux. If I now make gnu.gcj.progname = argv[0], should
> _Jv_ThisExecutable() still be /proc/XXX/exe?
I sure hope so! :-)
Andrew.