|
Home > Archive > Unix Programming > January 2004 > finding, installing dbx.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
finding, installing dbx.
|
|
|
| I'm trying to use dbx to debug an application, but I can't find the
dbx binary either on my box or out on the net. Anyone know where it
is?
bash-2.03# uname -a
SunOS ltp-76bt1 5.8 Generic_108528-22 sun4u sparc
SUNW,UltraSPARC-IIi-cEngine
bash-2.03# which dbx
no dbx in /usr/sbin /usr/bin
Thanks,
Bagus
| |
| joe@invalid.address 2004-01-23, 5:32 pm |
| bagus@cox.net (Bagus) writes:
quote:
> I'm trying to use dbx to debug an application, but I can't find the
> dbx binary either on my box or out on the net. Anyone know where it
> is?
>
> bash-2.03# uname -a
> SunOS ltp-76bt1 5.8 Generic_108528-22 sun4u sparc
> SUNW,UltraSPARC-IIi-cEngine
> bash-2.03# which dbx
> no dbx in /usr/sbin /usr/bin
It comes with the compiler. If you're using Workshop it should be in
/opt/SUNWspro/WS6U1/bin (or whatever version you're using).
Joe
| |
| Paul Pluzhnikov 2004-01-23, 5:32 pm |
| bagus@cox.net (Bagus) writes:
quote:
> I'm trying to use dbx to debug an application, but I can't find the
> dbx binary either on my box or out on the net. Anyone know where it
> is?
dbx on Solaris is part of SunWorkshop compiler suite (aka SunONE
Studio), and costs a couple thousand $$. There may be a "free eval",
but if you want a free debugger, try gdb.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
|
|
|
|
|