Re: GDB Won't Break On Solaris 64 Executables

From: Alan Coopersmith (alanc_at_alum.calberkeley.org)
Date: 11/24/04


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.


Relevant Pages

  • Re: C# is getting Edit and Continue in Visual Studio 2005
    ... > 2) It is a dangerous tool in the hands of inexperenced developers in that ... > they will keep hacking around in a function in the debugger until it gets ... Test Driven Development to me is a much more powerful ... > good sweet spot in that if while making changes in a function you break ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: C# & VB-> General Questions
    ... are immature developers who've only ever used C++. ... Just how many advocates of "write in the debugger" ... In agile development, you don't try to _know_ everything... ... Unit tests are a way of insuring ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: C# & VB-> General Questions
    ... are immature developers who've only ever used C++. ... Just how many advocates of "write in the debugger" ... In agile development, you don't try to _know_ everything... ... Unit tests are a way of insuring ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Protecting code and data in Windows
    ... If the developers program under Free Software philosophy they musn't worry ... The biggest issue here is the debugger. ... add the low level protection layer. ...
    (SecProg)
  • Remote debugging
    ... I have a common scenario where all the developers will debug the code from ... one central server which is hosting the asp.net project. ... I need to add user to the local debugger group of the ...
    (microsoft.public.dotnet.framework.remoting)