Re: GDB Won't Break On Solaris 64 Executables
From: Alan Coopersmith (alanc_at_alum.calberkeley.org)
Date: 11/24/04
- Next message: Jeremiah Wilton: "using IOLAN terminal server for serial console"
- Previous message: Dave Uhring: "Re: 3rd party memory"
- In reply to: Thomas Dineen: "GDB Won't Break On Solaris 64 Executables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 16:10:55 +0000 (UTC)
Thomas Dineen <tdineen@ix.netcom.com> writes in comp.unix.solaris:
| Are there better debuggers for Solaris 64 bit
|executables?
|
| What debugger do the 64 bit developers use?
The 64-bit developers at Sun usually use the dbx debugger included with
the Sun Studio compilers, or the mdb debugger included with the OS.
(dbx is more like gdb - mdb takes a lot more work to learn and is more of
a forensic debugger than an interactive one, but is better suited for
kernel debugging. I normally use dbx unless there's an mdb plugin
module I need to use, simply because that's what I know best.)
| Also please note any Users Manuals for alternate
|debuggers.
Sun Studio 9 dbx: http://docs.sun.com/app/docs/doc/817-6692
Solaris 9 mdb: http://docs.sun.com/app/docs/doc/806-6545
-- ________________________________________________________________________ Alan Coopersmith * alanc@alum.calberkeley.org * Alan.Coopersmith@Sun.COM http://www.csua.berkeley.edu/~alanc/ * http://blogs.sun.com/alanc/ Working for, but definitely not speaking for, Sun Microsystems, Inc.
- Next message: Jeremiah Wilton: "using IOLAN terminal server for serial console"
- Previous message: Dave Uhring: "Re: 3rd party memory"
- In reply to: Thomas Dineen: "GDB Won't Break On Solaris 64 Executables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|