RE: asm debugger for linux?

Fagerburg, Eric D (eric.d.fagerburg@intel.com)
Tue, 30 Mar 1999 09:37:03 -0800


> > Siddharth Srivastava wrote:
> > >
> > > are there any asm debuggers avaliable for linux??
> > > i need it badly for some code optimization
> >
> > Three possibilities:
> > 1) gcc -S file.c (creates file.s)
> > 2) gdb
> > 3) objdump --disassemble
>
> 4) mix!

5) GNUPro toolkit from Cygnus.

It's a wrapper around gdb that gives you mixed source/assembly debugging ala
Visual C++.

It's a commercial product that I stumbled across on the web. I have no
affiliation with Cygnus. I'm just a satisfied customer. It has saved me
lots of time [already].

Eric Fagerburg

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/