finding, installing dbx.

  • Follow


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
0
Reply bagus 12/15/2003 3:47:33 PM

bagus@cox.net (Bagus) writes:

> 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
0
Reply joe 12/15/2003 4:17:04 PM


bagus@cox.net (Bagus) writes:

> 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.
0
Reply Paul 12/15/2003 4:17:37 PM

2 Replies
676 Views

(page loaded in 0.051 seconds)

Similiar Articles:











7/19/2012 7:46:19 PM


Reply: